
sbt-scalaxb.opengis.wcs.wcsContents.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.wcs
/** This XML Schema Document encodes the Contents section of a GetCapabilities operation response used by the OGC Web Coverage Service (WCS).
Copyright (c) 2007 Open Geospatial Consortium, Inc, All Rights Reserved.
*/
case class Contents(CoverageSummary: Seq[opengis.wcs.CoverageSummaryType] = Nil,
SupportedCRS: Seq[java.net.URI] = Nil,
SupportedFormat: Seq[String] = Nil,
OtherSource: Seq[opengis.ows.OnlineResourceTypable] = Nil)
/** Brief metadata describing one or more coverages available from this WCS server.
*/
case class CoverageSummaryType(Title: Seq[opengis.ows.LanguageStringType] = Nil,
AbstractValue: Seq[opengis.ows.LanguageStringType] = Nil,
Keywords: Seq[opengis.ows.KeywordsType] = Nil,
Metadata: Seq[opengis.ows.MetadataType] = Nil,
WGS84BoundingBox: Seq[opengis.ows.WGS84BoundingBoxType] = Nil,
SupportedCRS: Seq[java.net.URI] = Nil,
SupportedFormat: Seq[String] = Nil,
coveragesummarytypeoption: scalaxb.DataRecord[Any]) extends opengis.ows.DescriptionTypable
case class CoverageSummaryTypeSequence1(CoverageSummary: Seq[opengis.wcs.CoverageSummaryType] = Nil,
Identifier: Option[String] = None) extends CoverageSummaryTypeOption
trait CoverageSummaryTypeOption
© 2015 - 2025 Weber Informatics LLC | Privacy Policy