Package net.opengis.gml311
Interface VerticalCRSType
-
- All Superinterfaces:
AbstractGMLType
,AbstractReferenceSystemBaseType
,AbstractReferenceSystemType
,DefinitionType
,EObject
,Notifier
- All Known Implementing Classes:
VerticalCRSTypeImpl
public interface VerticalCRSType extends AbstractReferenceSystemType
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:
Gml311Package.getVerticalCRSType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VerticalCSRefType
getUsesVerticalCS()
Returns the value of the 'Uses Vertical CS' containment reference.VerticalDatumRefType
getUsesVerticalDatum()
Returns the value of the 'Uses Vertical Datum' containment reference.void
setUsesVerticalCS(VerticalCSRefType value)
Sets the value of the 'Uses Vertical CS
' containment reference.void
setUsesVerticalDatum(VerticalDatumRefType value)
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
-
-
-
-
Method Detail
-
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(VerticalCSRefType)
,Gml311Package.getVerticalCRSType_UsesVerticalCS()
-
setUsesVerticalCS
void setUsesVerticalCS(VerticalCSRefType value)
Sets the value of the 'Uses Vertical CS
' containment reference.- Parameters:
value
- the new value of the 'Uses Vertical CS' containment reference.- See Also:
getUsesVerticalCS()
-
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(VerticalDatumRefType)
,Gml311Package.getVerticalCRSType_UsesVerticalDatum()
-
setUsesVerticalDatum
void setUsesVerticalDatum(VerticalDatumRefType value)
Sets the value of the 'Uses Vertical Datum
' containment reference.- Parameters:
value
- the new value of the 'Uses Vertical Datum' containment reference.- See Also:
getUsesVerticalDatum()
-
-