
sbt-scalaxb.opengis.wmts.wmtsGetTile_request.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.wmts
/**
This XML Schema Document encodes XML WMTS GetTile
request that can be used in SOAP encodings.
WMTS is an OGC Standard.
Copyright (c) 2009,2010 Open Geospatial Consortium.
To obtain additional rights of use, visit http://www.opengeospatial.org/legal/.
*/
case class GetTile(Layer: String,
Style: String,
Format: String,
DimensionNameValue: Seq[opengis.wmts.DimensionNameValue] = Nil,
TileMatrixSet: String,
TileMatrix: String,
TileRow: BigInt,
TileCol: BigInt,
attributes: Map[String, scalaxb.DataRecord[Any]] = Map.empty) {
lazy val service = attributes("@service").as[String]
lazy val version = attributes("@version").as[String]
}
case class DimensionNameValue(value: String,
attributes: Map[String, scalaxb.DataRecord[Any]] = Map.empty) {
lazy val name = attributes("@name").as[String]
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy