
sbt-scalaxb.opengis.sld.ows.owsDataIdentification.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.sld.ows
/** This XML Schema Document encodes the parts of the MD_DataIdentification class of ISO 19115 (OGC Abstract Specification Topic 11) which are expected to be used for most datasets. This Schema also encodes the parts of this class that are expected to be useful for other metadata. Both are expected to be used within the Contents section of OWS service metadata (Capabilities) documents.
OWS is an OGC Standard.
Copyright (c) 2005,2010 Open Geospatial Consortium.
To obtain additional rights of use, visit http://www.opengeospatial.org/legal/ .
*/
/** Human-readable descriptive information for the object it is included within.
This type shall be extended if needed for specific OWS use to include additional metadata for each type of information. This type shall not be restricted for a specific OWS to change the multiplicity (or optionality) of some elements.
*/
trait DescriptionTypable {
def Title: Option[String]
def AbstractValue: Option[String]
def Keywords: Seq[opengis.sld.ows.KeywordsType]
}
/** Human-readable descriptive information for the object it is included within.
This type shall be extended if needed for specific OWS use to include additional metadata for each type of information. This type shall not be restricted for a specific OWS to change the multiplicity (or optionality) of some elements.
*/
case class DescriptionType(Title: Option[String] = None,
AbstractValue: Option[String] = None,
Keywords: Seq[opengis.sld.ows.KeywordsType] = Nil) extends DescriptionTypable
/** General metadata identifying and describing a set of data. This type shall be extended if needed for each specific OWS to include additional metadata for each type of dataset. If needed, this type should first be restricted for each specific OWS to change the multiplicity (or optionality) of some elements.
*/
case class IdentificationType(Title: Option[String] = None,
AbstractValue: Option[String] = None,
Keywords: Seq[opengis.sld.ows.KeywordsType] = Nil,
Identifier: Option[opengis.sld.ows.CodeType] = None,
BoundingBox: Seq[scalaxb.DataRecord[Any]] = Nil,
OutputFormat: Seq[String] = Nil,
AvailableCRS: Seq[scalaxb.DataRecord[Any]] = Nil,
Metadata: Seq[opengis.sld.ows.MetadataType] = Nil) extends DescriptionTypable
© 2015 - 2025 Weber Informatics LLC | Privacy Policy