
sbt-scalaxb.opengis.gml.coordinateReferenceSystems.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.gml
/** How to encode coordinate reference system definitions. Builds on referenceSystems.xsd to encode the data needed to define coordinate reference systems, including the specific subtypes of coordinate reference systems.
This schema encodes the Coordinate Reference System (SC_) package of the extended UML Model for OGC Abstract Specification Topic 2: Spatial Referencing by Coordinates, with the exception of the abstract "SC_CRS" class. The "SC_CRS" class is encoded in referenceSystems.xsd, to eliminate the (circular) references from coordinateOperations.xsd to coordinateReferenceSystems.xsd. That UML model is adapted from ISO 19111 - Spatial referencing by coordinates, as described in Annex C of Topic 2.
Caution: The CRS package in GML 3.1 and GML 3.1.1 is preliminary, and is expected to undergo some modifications that are not backward compatible during the development of GML 3.2 (ISO 19136). The GML 3.2 package will implement the model described in the revised version of ISO 19111.
GML is an OGC Standard.
Copyright (c) 2001,2005,2010 Open Geospatial Consortium.
To obtain additional rights of use, visit http://www.opengeospatial.org/legal/ .
*/
/** Association to a coordinate reference system, either referencing or containing the definition of that reference system.
*/
case class CoordinateReferenceSystemRefType(coordinatereferencesystemreftypesequence1: Option[opengis.gml.CoordinateReferenceSystemRefTypeSequence1] = None,
attributes: Map[String, scalaxb.DataRecord[Any]] = Map.empty) {
lazy val xlinktype = attributes("@{http://www.w3.org/1999/xlink}type").as[xlink.TypeType]
lazy val xlinkhref = attributes.get("@{http://www.w3.org/1999/xlink}href") map { _.as[java.net.URI]}
lazy val xlinkrole = attributes.get("@{http://www.w3.org/1999/xlink}role") map { _.as[java.net.URI]}
lazy val xlinkarcrole = attributes.get("@{http://www.w3.org/1999/xlink}arcrole") map { _.as[java.net.URI]}
lazy val xlinktitle = attributes.get("@{http://www.w3.org/1999/xlink}title") map { _.as[String]}
lazy val xlinkshow = attributes.get("@{http://www.w3.org/1999/xlink}show") map { _.as[xlink.ShowType]}
lazy val xlinkactuate = attributes.get("@{http://www.w3.org/1999/xlink}actuate") map { _.as[xlink.ActuateType]}
lazy val gmlremoteSchema = attributes.get("@{http://www.opengis.net/gml}remoteSchema") map { _.as[java.net.URI]}
}
case class CoordinateReferenceSystemRefTypeSequence1(_CoordinateReferenceSystem: scalaxb.DataRecord[Any])
/** A coordinate reference system describing the position of points through two or more independent coordinate reference systems.
*/
case class CompoundCRSType(standardObjectPropertiesSequence1: opengis.gml.StandardObjectPropertiesSequence,
srsID: Seq[opengis.gml.IdentifierType] = Nil,
remarks: Option[opengis.gml.StringOrRefType] = None,
validArea: Option[opengis.gml.ExtentType] = None,
scope: Option[String] = None,
includesCRS: Seq[opengis.gml.CoordinateReferenceSystemRefType] = Nil,
attributes: Map[String, scalaxb.DataRecord[Any]] = Map.empty) extends AbstractReferenceSystemType {
lazy val gmlid = attributes.get("@{http://www.opengis.net/gml}id") map { _.as[String]}
}
/** Association to a compound coordinate reference system, either referencing or containing the definition of that reference system.
*/
case class CompoundCRSRefType(compoundcrsreftypesequence1: Option[opengis.gml.CompoundCRSRefTypeSequence1] = None,
attributes: Map[String, scalaxb.DataRecord[Any]] = Map.empty) {
lazy val xlinktype = attributes("@{http://www.w3.org/1999/xlink}type").as[xlink.TypeType]
lazy val xlinkhref = attributes.get("@{http://www.w3.org/1999/xlink}href") map { _.as[java.net.URI]}
lazy val xlinkrole = attributes.get("@{http://www.w3.org/1999/xlink}role") map { _.as[java.net.URI]}
lazy val xlinkarcrole = attributes.get("@{http://www.w3.org/1999/xlink}arcrole") map { _.as[java.net.URI]}
lazy val xlinktitle = attributes.get("@{http://www.w3.org/1999/xlink}title") map { _.as[String]}
lazy val xlinkshow = attributes.get("@{http://www.w3.org/1999/xlink}show") map { _.as[xlink.ShowType]}
lazy val xlinkactuate = attributes.get("@{http://www.w3.org/1999/xlink}actuate") map { _.as[xlink.ActuateType]}
lazy val gmlremoteSchema = attributes.get("@{http://www.opengis.net/gml}remoteSchema") map { _.as[java.net.URI]}
}
case class CompoundCRSRefTypeSequence1(CompoundCRS: opengis.gml.CompoundCRSType)
/** A coordinate reference system based on an ellipsoidal approximation of the geoid; this provides an accurate representation of the geometry of geographic features for a large portion of the earth's surface.
*/
case class GeographicCRSType(standardObjectPropertiesSequence1: opengis.gml.StandardObjectPropertiesSequence,
srsID: Seq[opengis.gml.IdentifierType] = Nil,
remarks: Option[opengis.gml.StringOrRefType] = None,
validArea: Option[opengis.gml.ExtentType] = None,
scope: Option[String] = None,
usesEllipsoidalCS: opengis.gml.EllipsoidalCSRefType,
usesGeodeticDatum: opengis.gml.GeodeticDatumRefType,
attributes: Map[String, scalaxb.DataRecord[Any]] = Map.empty) extends AbstractReferenceSystemType {
lazy val gmlid = attributes.get("@{http://www.opengis.net/gml}id") map { _.as[String]}
}
/** Association to a geographic coordinate reference system, either referencing or containing the definition of that reference system.
*/
case class GeographicCRSRefType(geographiccrsreftypesequence1: Option[opengis.gml.GeographicCRSRefTypeSequence1] = None,
attributes: Map[String, scalaxb.DataRecord[Any]] = Map.empty) {
lazy val xlinktype = attributes("@{http://www.w3.org/1999/xlink}type").as[xlink.TypeType]
lazy val xlinkhref = attributes.get("@{http://www.w3.org/1999/xlink}href") map { _.as[java.net.URI]}
lazy val xlinkrole = attributes.get("@{http://www.w3.org/1999/xlink}role") map { _.as[java.net.URI]}
lazy val xlinkarcrole = attributes.get("@{http://www.w3.org/1999/xlink}arcrole") map { _.as[java.net.URI]}
lazy val xlinktitle = attributes.get("@{http://www.w3.org/1999/xlink}title") map { _.as[String]}
lazy val xlinkshow = attributes.get("@{http://www.w3.org/1999/xlink}show") map { _.as[xlink.ShowType]}
lazy val xlinkactuate = attributes.get("@{http://www.w3.org/1999/xlink}actuate") map { _.as[xlink.ActuateType]}
lazy val gmlremoteSchema = attributes.get("@{http://www.opengis.net/gml}remoteSchema") map { _.as[java.net.URI]}
}
case class GeographicCRSRefTypeSequence1(GeographicCRS: opengis.gml.GeographicCRSType)
/** A 1D coordinate reference system used for recording heights or depths. Vertical CRSs make use of the direction of gravity to define the concept of height or depth, but the relationship with gravity may not be straightforward. By implication, ellipsoidal heights (h) cannot be captured in a vertical coordinate reference system. Ellipsoidal heights cannot exist independently, but only as an inseparable part of a 3D coordinate tuple defined in a geographic 3D coordinate reference system.
*/
case class VerticalCRSType(standardObjectPropertiesSequence1: opengis.gml.StandardObjectPropertiesSequence,
srsID: Seq[opengis.gml.IdentifierType] = Nil,
remarks: Option[opengis.gml.StringOrRefType] = None,
validArea: Option[opengis.gml.ExtentType] = None,
scope: Option[String] = None,
usesVerticalCS: opengis.gml.VerticalCSRefType,
usesVerticalDatum: opengis.gml.VerticalDatumRefType,
attributes: Map[String, scalaxb.DataRecord[Any]] = Map.empty) extends AbstractReferenceSystemType {
lazy val gmlid = attributes.get("@{http://www.opengis.net/gml}id") map { _.as[String]}
}
/** Association to a vertical coordinate reference system, either referencing or containing the definition of that reference system.
*/
case class VerticalCRSRefType(verticalcrsreftypesequence1: Option[opengis.gml.VerticalCRSRefTypeSequence1] = None,
attributes: Map[String, scalaxb.DataRecord[Any]] = Map.empty) {
lazy val xlinktype = attributes("@{http://www.w3.org/1999/xlink}type").as[xlink.TypeType]
lazy val xlinkhref = attributes.get("@{http://www.w3.org/1999/xlink}href") map { _.as[java.net.URI]}
lazy val xlinkrole = attributes.get("@{http://www.w3.org/1999/xlink}role") map { _.as[java.net.URI]}
lazy val xlinkarcrole = attributes.get("@{http://www.w3.org/1999/xlink}arcrole") map { _.as[java.net.URI]}
lazy val xlinktitle = attributes.get("@{http://www.w3.org/1999/xlink}title") map { _.as[String]}
lazy val xlinkshow = attributes.get("@{http://www.w3.org/1999/xlink}show") map { _.as[xlink.ShowType]}
lazy val xlinkactuate = attributes.get("@{http://www.w3.org/1999/xlink}actuate") map { _.as[xlink.ActuateType]}
lazy val gmlremoteSchema = attributes.get("@{http://www.opengis.net/gml}remoteSchema") map { _.as[java.net.URI]}
}
case class VerticalCRSRefTypeSequence1(VerticalCRS: opengis.gml.VerticalCRSType)
/** A 3D coordinate reference system with the origin at the approximate centre of mass of the earth. A geocentric CRS deals with the earth's curvature by taking a 3D spatial view, which obviates the need to model the earth's curvature.
*/
case class GeocentricCRSType(standardObjectPropertiesSequence1: opengis.gml.StandardObjectPropertiesSequence,
srsID: Seq[opengis.gml.IdentifierType] = Nil,
remarks: Option[opengis.gml.StringOrRefType] = None,
validArea: Option[opengis.gml.ExtentType] = None,
scope: Option[String] = None,
geocentriccrstypeoption: scalaxb.DataRecord[opengis.gml.GeocentricCRSTypeOption],
usesGeodeticDatum: opengis.gml.GeodeticDatumRefType,
attributes: Map[String, scalaxb.DataRecord[Any]] = Map.empty) extends AbstractReferenceSystemType {
lazy val gmlid = attributes.get("@{http://www.opengis.net/gml}id") map { _.as[String]}
}
trait GeocentricCRSTypeOption
/** Association to a geocentric coordinate reference system, either referencing or containing the definition of that reference system.
*/
case class GeocentricCRSRefType(geocentriccrsreftypesequence1: Option[opengis.gml.GeocentricCRSRefTypeSequence1] = None,
attributes: Map[String, scalaxb.DataRecord[Any]] = Map.empty) {
lazy val xlinktype = attributes("@{http://www.w3.org/1999/xlink}type").as[xlink.TypeType]
lazy val xlinkhref = attributes.get("@{http://www.w3.org/1999/xlink}href") map { _.as[java.net.URI]}
lazy val xlinkrole = attributes.get("@{http://www.w3.org/1999/xlink}role") map { _.as[java.net.URI]}
lazy val xlinkarcrole = attributes.get("@{http://www.w3.org/1999/xlink}arcrole") map { _.as[java.net.URI]}
lazy val xlinktitle = attributes.get("@{http://www.w3.org/1999/xlink}title") map { _.as[String]}
lazy val xlinkshow = attributes.get("@{http://www.w3.org/1999/xlink}show") map { _.as[xlink.ShowType]}
lazy val xlinkactuate = attributes.get("@{http://www.w3.org/1999/xlink}actuate") map { _.as[xlink.ActuateType]}
lazy val gmlremoteSchema = attributes.get("@{http://www.opengis.net/gml}remoteSchema") map { _.as[java.net.URI]}
}
case class GeocentricCRSRefTypeSequence1(GeocentricCRS: opengis.gml.GeocentricCRSType)
/** A coordinate reference system that is defined by its coordinate conversion from another coordinate reference system (not by a datum). This abstract complexType shall not be used, extended, or restricted, in an Application Schema, to define a concrete subtype with a meaning equivalent to a concrete subtype specified in this document.
*/
trait AbstractGeneralDerivedCRSType extends AbstractReferenceSystemType {
def standardObjectPropertiesSequence1: opengis.gml.StandardObjectPropertiesSequence
def srsID: Seq[opengis.gml.IdentifierType]
def remarks: Option[opengis.gml.StringOrRefType]
def validArea: Option[opengis.gml.ExtentType]
def scope: Option[String]
def baseCRS: opengis.gml.CoordinateReferenceSystemRefType
def definedByConversion: opengis.gml.GeneralConversionRefType
def gmlid: Option[String]
}
/** A 2D coordinate reference system used to approximate the shape of the earth on a planar surface, but in such a way that the distortion that is inherent to the approximation is carefully controlled and known. Distortion correction is commonly applied to calculated bearings and distances to produce values that are a close match to actual field values.
*/
case class ProjectedCRSType(standardObjectPropertiesSequence1: opengis.gml.StandardObjectPropertiesSequence,
srsID: Seq[opengis.gml.IdentifierType] = Nil,
remarks: Option[opengis.gml.StringOrRefType] = None,
validArea: Option[opengis.gml.ExtentType] = None,
scope: Option[String] = None,
baseCRS: opengis.gml.CoordinateReferenceSystemRefType,
definedByConversion: opengis.gml.GeneralConversionRefType,
usesCartesianCS: opengis.gml.CartesianCSRefType,
attributes: Map[String, scalaxb.DataRecord[Any]] = Map.empty) extends AbstractGeneralDerivedCRSType {
lazy val gmlid = attributes.get("@{http://www.opengis.net/gml}id") map { _.as[String]}
}
/** Association to a projected coordinate reference system, either referencing or containing the definition of that reference system.
*/
case class ProjectedCRSRefType(projectedcrsreftypesequence1: Option[opengis.gml.ProjectedCRSRefTypeSequence1] = None,
attributes: Map[String, scalaxb.DataRecord[Any]] = Map.empty) {
lazy val xlinktype = attributes("@{http://www.w3.org/1999/xlink}type").as[xlink.TypeType]
lazy val xlinkhref = attributes.get("@{http://www.w3.org/1999/xlink}href") map { _.as[java.net.URI]}
lazy val xlinkrole = attributes.get("@{http://www.w3.org/1999/xlink}role") map { _.as[java.net.URI]}
lazy val xlinkarcrole = attributes.get("@{http://www.w3.org/1999/xlink}arcrole") map { _.as[java.net.URI]}
lazy val xlinktitle = attributes.get("@{http://www.w3.org/1999/xlink}title") map { _.as[String]}
lazy val xlinkshow = attributes.get("@{http://www.w3.org/1999/xlink}show") map { _.as[xlink.ShowType]}
lazy val xlinkactuate = attributes.get("@{http://www.w3.org/1999/xlink}actuate") map { _.as[xlink.ActuateType]}
lazy val gmlremoteSchema = attributes.get("@{http://www.opengis.net/gml}remoteSchema") map { _.as[java.net.URI]}
}
case class ProjectedCRSRefTypeSequence1(ProjectedCRS: opengis.gml.ProjectedCRSType)
/** A coordinate reference system that is defined by its coordinate conversion from another coordinate reference system but is not a projected coordinate reference system. This category includes coordinate reference systems derived from a projected coordinate reference system.
*/
case class DerivedCRSType(standardObjectPropertiesSequence1: opengis.gml.StandardObjectPropertiesSequence,
srsID: Seq[opengis.gml.IdentifierType] = Nil,
remarks: Option[opengis.gml.StringOrRefType] = None,
validArea: Option[opengis.gml.ExtentType] = None,
scope: Option[String] = None,
baseCRS: opengis.gml.CoordinateReferenceSystemRefType,
definedByConversion: opengis.gml.GeneralConversionRefType,
derivedCRSType: opengis.gml.DerivedCRSTypeType,
usesCS: opengis.gml.CoordinateSystemRefType,
attributes: Map[String, scalaxb.DataRecord[Any]] = Map.empty) extends AbstractGeneralDerivedCRSType {
lazy val gmlid = attributes.get("@{http://www.opengis.net/gml}id") map { _.as[String]}
}
/** Type of a derived coordinate reference system.
*/
case class DerivedCRSTypeType(value: String,
attributes: Map[String, scalaxb.DataRecord[Any]] = Map.empty) extends CodeTypable {
lazy val codeSpace = attributes.get("@codeSpace") map { _.as[java.net.URI]}
}
/** Association to a non-projected derived coordinate reference system, either referencing or containing the definition of that reference system.
*/
case class DerivedCRSRefType(derivedcrsreftypesequence1: Option[opengis.gml.DerivedCRSRefTypeSequence1] = None,
attributes: Map[String, scalaxb.DataRecord[Any]] = Map.empty) {
lazy val xlinktype = attributes("@{http://www.w3.org/1999/xlink}type").as[xlink.TypeType]
lazy val xlinkhref = attributes.get("@{http://www.w3.org/1999/xlink}href") map { _.as[java.net.URI]}
lazy val xlinkrole = attributes.get("@{http://www.w3.org/1999/xlink}role") map { _.as[java.net.URI]}
lazy val xlinkarcrole = attributes.get("@{http://www.w3.org/1999/xlink}arcrole") map { _.as[java.net.URI]}
lazy val xlinktitle = attributes.get("@{http://www.w3.org/1999/xlink}title") map { _.as[String]}
lazy val xlinkshow = attributes.get("@{http://www.w3.org/1999/xlink}show") map { _.as[xlink.ShowType]}
lazy val xlinkactuate = attributes.get("@{http://www.w3.org/1999/xlink}actuate") map { _.as[xlink.ActuateType]}
lazy val gmlremoteSchema = attributes.get("@{http://www.opengis.net/gml}remoteSchema") map { _.as[java.net.URI]}
}
case class DerivedCRSRefTypeSequence1(DerivedCRS: opengis.gml.DerivedCRSType)
/** A contextually local coordinate reference system; which can be divided into two broad categories:
- earth-fixed systems applied to engineering activities on or near the surface of the earth;
- CRSs on moving platforms such as road vehicles, vessels, aircraft, or spacecraft.
For further information, see OGC Abstract Specification Topic 2.
*/
case class EngineeringCRSType(standardObjectPropertiesSequence1: opengis.gml.StandardObjectPropertiesSequence,
srsID: Seq[opengis.gml.IdentifierType] = Nil,
remarks: Option[opengis.gml.StringOrRefType] = None,
validArea: Option[opengis.gml.ExtentType] = None,
scope: Option[String] = None,
usesCS: opengis.gml.CoordinateSystemRefType,
usesEngineeringDatum: opengis.gml.EngineeringDatumRefType,
attributes: Map[String, scalaxb.DataRecord[Any]] = Map.empty) extends AbstractReferenceSystemType {
lazy val gmlid = attributes.get("@{http://www.opengis.net/gml}id") map { _.as[String]}
}
/** Association to an engineering coordinate reference system, either referencing or containing the definition of that reference system.
*/
case class EngineeringCRSRefType(engineeringcrsreftypesequence1: Option[opengis.gml.EngineeringCRSRefTypeSequence1] = None,
attributes: Map[String, scalaxb.DataRecord[Any]] = Map.empty) {
lazy val xlinktype = attributes("@{http://www.w3.org/1999/xlink}type").as[xlink.TypeType]
lazy val xlinkhref = attributes.get("@{http://www.w3.org/1999/xlink}href") map { _.as[java.net.URI]}
lazy val xlinkrole = attributes.get("@{http://www.w3.org/1999/xlink}role") map { _.as[java.net.URI]}
lazy val xlinkarcrole = attributes.get("@{http://www.w3.org/1999/xlink}arcrole") map { _.as[java.net.URI]}
lazy val xlinktitle = attributes.get("@{http://www.w3.org/1999/xlink}title") map { _.as[String]}
lazy val xlinkshow = attributes.get("@{http://www.w3.org/1999/xlink}show") map { _.as[xlink.ShowType]}
lazy val xlinkactuate = attributes.get("@{http://www.w3.org/1999/xlink}actuate") map { _.as[xlink.ActuateType]}
lazy val gmlremoteSchema = attributes.get("@{http://www.opengis.net/gml}remoteSchema") map { _.as[java.net.URI]}
}
case class EngineeringCRSRefTypeSequence1(EngineeringCRS: opengis.gml.EngineeringCRSType)
/** An engineering coordinate reference system applied to locations in images. Image coordinate reference systems are treated as a separate sub-type because a separate user community exists for images with its own terms of reference.
*/
case class ImageCRSType(standardObjectPropertiesSequence1: opengis.gml.StandardObjectPropertiesSequence,
srsID: Seq[opengis.gml.IdentifierType] = Nil,
remarks: Option[opengis.gml.StringOrRefType] = None,
validArea: Option[opengis.gml.ExtentType] = None,
scope: Option[String] = None,
imagecrstypeoption: scalaxb.DataRecord[opengis.gml.ImageCRSTypeOption],
usesImageDatum: opengis.gml.ImageDatumRefType,
attributes: Map[String, scalaxb.DataRecord[Any]] = Map.empty) extends AbstractReferenceSystemType {
lazy val gmlid = attributes.get("@{http://www.opengis.net/gml}id") map { _.as[String]}
}
trait ImageCRSTypeOption
/** Association to an image coordinate reference system, either referencing or containing the definition of that reference system.
*/
case class ImageCRSRefType(imagecrsreftypesequence1: Option[opengis.gml.ImageCRSRefTypeSequence1] = None,
attributes: Map[String, scalaxb.DataRecord[Any]] = Map.empty) {
lazy val xlinktype = attributes("@{http://www.w3.org/1999/xlink}type").as[xlink.TypeType]
lazy val xlinkhref = attributes.get("@{http://www.w3.org/1999/xlink}href") map { _.as[java.net.URI]}
lazy val xlinkrole = attributes.get("@{http://www.w3.org/1999/xlink}role") map { _.as[java.net.URI]}
lazy val xlinkarcrole = attributes.get("@{http://www.w3.org/1999/xlink}arcrole") map { _.as[java.net.URI]}
lazy val xlinktitle = attributes.get("@{http://www.w3.org/1999/xlink}title") map { _.as[String]}
lazy val xlinkshow = attributes.get("@{http://www.w3.org/1999/xlink}show") map { _.as[xlink.ShowType]}
lazy val xlinkactuate = attributes.get("@{http://www.w3.org/1999/xlink}actuate") map { _.as[xlink.ActuateType]}
lazy val gmlremoteSchema = attributes.get("@{http://www.opengis.net/gml}remoteSchema") map { _.as[java.net.URI]}
}
case class ImageCRSRefTypeSequence1(ImageCRS: opengis.gml.ImageCRSType)
/** A 1D coordinate reference system used for the recording of time.
*/
case class TemporalCRSType(standardObjectPropertiesSequence1: opengis.gml.StandardObjectPropertiesSequence,
srsID: Seq[opengis.gml.IdentifierType] = Nil,
remarks: Option[opengis.gml.StringOrRefType] = None,
validArea: Option[opengis.gml.ExtentType] = None,
scope: Option[String] = None,
usesTemporalCS: opengis.gml.TemporalCSRefType,
usesTemporalDatum: opengis.gml.TemporalDatumRefType,
attributes: Map[String, scalaxb.DataRecord[Any]] = Map.empty) extends AbstractReferenceSystemType {
lazy val gmlid = attributes.get("@{http://www.opengis.net/gml}id") map { _.as[String]}
}
/** Association to a temporal coordinate reference system, either referencing or containing the definition of that reference system.
*/
case class TemporalCRSRefType(temporalcrsreftypesequence1: Option[opengis.gml.TemporalCRSRefTypeSequence1] = None,
attributes: Map[String, scalaxb.DataRecord[Any]] = Map.empty) {
lazy val xlinktype = attributes("@{http://www.w3.org/1999/xlink}type").as[xlink.TypeType]
lazy val xlinkhref = attributes.get("@{http://www.w3.org/1999/xlink}href") map { _.as[java.net.URI]}
lazy val xlinkrole = attributes.get("@{http://www.w3.org/1999/xlink}role") map { _.as[java.net.URI]}
lazy val xlinkarcrole = attributes.get("@{http://www.w3.org/1999/xlink}arcrole") map { _.as[java.net.URI]}
lazy val xlinktitle = attributes.get("@{http://www.w3.org/1999/xlink}title") map { _.as[String]}
lazy val xlinkshow = attributes.get("@{http://www.w3.org/1999/xlink}show") map { _.as[xlink.ShowType]}
lazy val xlinkactuate = attributes.get("@{http://www.w3.org/1999/xlink}actuate") map { _.as[xlink.ActuateType]}
lazy val gmlremoteSchema = attributes.get("@{http://www.opengis.net/gml}remoteSchema") map { _.as[java.net.URI]}
}
case class TemporalCRSRefTypeSequence1(TemporalCRS: opengis.gml.TemporalCRSType)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy