All Downloads are FREE. Search and download functionalities are using the official Maven repository.

sbt-scalaxb.opengis.wmts.wmtsGetCapabilities_request.scala Maven / Gradle / Ivy

Go to download

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 defines the XML WMTS 
			GetCapabilites 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 GetCapabilities(AcceptVersions: Option[opengis.ows.AcceptVersionsType] = None,
  Sections: Option[opengis.ows.SectionsType] = None,
  AcceptFormats: Option[opengis.ows.AcceptFormatsType] = None,
  attributes: Map[String, scalaxb.DataRecord[Any]] = Map.empty) extends opengis.ows.GetCapabilitiesTypable {
  lazy val updateSequence = attributes.get("@updateSequence") map { _.as[String]}
  lazy val service = attributes("@service").as[String]
}

      
      





© 2015 - 2025 Weber Informatics LLC | Privacy Policy