
sbt-scalaxb.opengis.ogc.exceptions_1_3_0.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of geotrellis-server-opengis_2.12 Show documentation
Show all versions of geotrellis-server-opengis_2.12 Show documentation
GeoTrellis Server is a set of components designed to simplify viewing, processing, and serving raster data from arbitrary sources with an emphasis on doing so in a functional style.
The newest version!
// Generated by scalaxb.
package opengis.ogc
case class ServiceExceptionReport(ServiceException: Seq[opengis.ogc.ServiceExceptionType] = Nil,
attributes: Map[String, scalaxb.DataRecord[Any]] = Map.empty) {
lazy val version = attributes("@version").as[String]
}
case class ServiceExceptionType(value: String,
attributes: Map[String, scalaxb.DataRecord[Any]] = Map.empty) {
lazy val code = attributes.get("@code") map { _.as[String]}
lazy val locator = attributes.get("@locator") map { _.as[String]}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy