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

sbt-scalaxb.opengis.wcs.wcsGetCapabilities.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.wcs


/** This XML Schema Document encodes the GetCapabilities operation request and response used by the OGC Web Coverage Service (WCS). 
		Copyright (c) 2007 Open Geospatial Consortium, Inc, All Rights Reserved. 
*/


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]
}

      
      


case class Capabilities(ServiceIdentification: Option[opengis.ows.ServiceIdentification] = None,
  ServiceProvider: Option[opengis.ows.ServiceProvider] = None,
  OperationsMetadata: Option[opengis.ows.OperationsMetadata] = None,
  Contents: Option[opengis.wcs.Contents] = None,
  attributes: Map[String, scalaxb.DataRecord[Any]] = Map.empty) extends opengis.ows.CapabilitiesBaseTypable {
  lazy val version = attributes("@version").as[String]
  lazy val updateSequence = attributes.get("@updateSequence") map { _.as[String]}
}

      
      





© 2015 - 2025 Weber Informatics LLC | Privacy Policy