Package net.opengis.gml311
Interface GeographicCRSType
- 
- All Superinterfaces:
- AbstractGMLType,- AbstractReferenceSystemBaseType,- AbstractReferenceSystemType,- DefinitionType,- EObject,- Notifier
 - All Known Implementing Classes:
- GeographicCRSTypeImpl
 
 public interface GeographicCRSType extends AbstractReferenceSystemType A representation of the model object 'Geographic CRS Type'. 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.The following features are supported: - See Also:
- Gml311Package.getGeographicCRSType()
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description EllipsoidalCSRefTypegetUsesEllipsoidalCS()Returns the value of the 'Uses Ellipsoidal CS' containment reference.GeodeticDatumRefTypegetUsesGeodeticDatum()Returns the value of the 'Uses Geodetic Datum' containment reference.voidsetUsesEllipsoidalCS(EllipsoidalCSRefType value)Sets the value of the 'Uses Ellipsoidal CS' containment reference.voidsetUsesGeodeticDatum(GeodeticDatumRefType value)Sets the value of the 'Uses Geodetic 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- 
getUsesEllipsoidalCSEllipsoidalCSRefType getUsesEllipsoidalCS() Returns the value of the 'Uses Ellipsoidal CS' containment reference. Association to the ellipsoidal coordinate system used by this CRS.- Returns:
- the value of the 'Uses Ellipsoidal CS' containment reference.
- See Also:
- setUsesEllipsoidalCS(EllipsoidalCSRefType),- Gml311Package.getGeographicCRSType_UsesEllipsoidalCS()
 
 - 
setUsesEllipsoidalCSvoid setUsesEllipsoidalCS(EllipsoidalCSRefType value) Sets the value of the 'Uses Ellipsoidal CS' containment reference.- Parameters:
- value- the new value of the 'Uses Ellipsoidal CS' containment reference.
- See Also:
- getUsesEllipsoidalCS()
 
 - 
getUsesGeodeticDatumGeodeticDatumRefType getUsesGeodeticDatum() Returns the value of the 'Uses Geodetic Datum' containment reference. Association to the geodetic datum used by this CRS.- Returns:
- the value of the 'Uses Geodetic Datum' containment reference.
- See Also:
- setUsesGeodeticDatum(GeodeticDatumRefType),- Gml311Package.getGeographicCRSType_UsesGeodeticDatum()
 
 - 
setUsesGeodeticDatumvoid setUsesGeodeticDatum(GeodeticDatumRefType value) Sets the value of the 'Uses Geodetic Datum' containment reference.- Parameters:
- value- the new value of the 'Uses Geodetic Datum' containment reference.
- See Also:
- getUsesGeodeticDatum()
 
 
- 
 
-