
sbt-scalaxb.opengis.ows.owsServiceIdentification.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.ows
/** This XML Schema Document encodes the common "ServiceIdentification" section of the GetCapabilities operation response, known as the Capabilities XML document. This section encodes the SV_ServiceIdentification class of ISO 19119 (OGC Abstract Specification Topic 12).
OWS is an OGC Standard.
Copyright (c) 2006,2010 Open Geospatial Consortium.
To obtain additional rights of use, visit http://www.opengeospatial.org/legal/ .
*/
case class ServiceIdentification(Title: Seq[opengis.ows.LanguageStringType] = Nil,
AbstractValue: Seq[opengis.ows.LanguageStringType] = Nil,
Keywords: Seq[opengis.ows.KeywordsType] = Nil,
ServiceType: opengis.ows.CodeTypable,
ServiceTypeVersion: Seq[String] = Nil,
Profile: Seq[java.net.URI] = Nil,
Fees: Option[String] = None,
AccessConstraints: Seq[String] = Nil) extends DescriptionTypable
© 2015 - 2025 Weber Informatics LLC | Privacy Policy