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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description VerticalCSRefTypegetUsesVerticalCS()Returns the value of the 'Uses Vertical CS' containment reference.VerticalDatumRefTypegetUsesVerticalDatum()Returns the value of the 'Uses Vertical Datum' containment reference.voidsetUsesVerticalCS(VerticalCSRefType value)Sets the value of the 'Uses Vertical CS' containment reference.voidsetUsesVerticalDatum(VerticalDatumRefType value)Sets the value of the 'Uses Vertical Datum' containment reference.- 
Methods inherited from interface AbstractGMLTypegetDescription, getId, getMetaDataProperty, getName, getNameGroup, setDescription, setId
 - 
Methods inherited from interface AbstractReferenceSystemBaseTypegetSrsName, setSrsName
 - 
Methods inherited from interface AbstractReferenceSystemTypegetRemarks, getScope, getSrsID, getValidArea, setRemarks, setScope, setValidArea
 
- 
 
- 
- 
- 
Method Detail- 
getUsesVerticalCSVerticalCSRefType 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()
 
 - 
setUsesVerticalCSvoid 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()
 
 - 
getUsesVerticalDatumVerticalDatumRefType 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()
 
 - 
setUsesVerticalDatumvoid 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()
 
 
- 
 
-