Package net.opengis.gml311
Interface VerticalCRSType
- All Superinterfaces:
AbstractGMLType
,AbstractReferenceSystemBaseType
,AbstractReferenceSystemType
,DefinitionType
,EObject
,Notifier
- All Known Implementing Classes:
VerticalCRSTypeImpl
A representation of the model object 'Vertical CRS Type'.
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.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Uses Vertical CS' containment reference.Returns the value of the 'Uses Vertical Datum' containment reference.void
Sets the value of the 'Uses Vertical CS
' containment reference.void
Sets the value of the 'Uses Vertical Datum
' containment reference.Methods inherited from interface AbstractGMLType
getDescription, getId, getMetaDataProperty, getName, getNameGroup, setDescription, setId
Methods inherited from interface AbstractReferenceSystemBaseType
getSrsName, setSrsName
Methods inherited from interface AbstractReferenceSystemType
getRemarks, getScope, getSrsID, getValidArea, setRemarks, setScope, setValidArea
Methods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getUsesVerticalCS
VerticalCSRefType getUsesVerticalCS()Returns the value of the 'Uses Vertical CS' containment reference. Association to the vertical coordinate system used by this CRS.- Returns:
- the value of the 'Uses Vertical CS' containment reference.
- See Also:
-
setUsesVerticalCS
Sets the value of the 'Uses Vertical CS
' containment reference.- Parameters:
value
- the new value of the 'Uses Vertical CS' containment reference.- See Also:
-
getUsesVerticalDatum
VerticalDatumRefType getUsesVerticalDatum()Returns the value of the 'Uses Vertical Datum' containment reference. Association to the vertical datum used by this CRS.- Returns:
- the value of the 'Uses Vertical Datum' containment reference.
- See Also:
-
setUsesVerticalDatum
Sets the value of the 'Uses Vertical Datum
' containment reference.- Parameters:
value
- the new value of the 'Uses Vertical Datum' containment reference.- See Also:
-