Package net.opengis.gml311
Interface GeocentricCRSType
- 
- All Superinterfaces:
- AbstractGMLType,- AbstractReferenceSystemBaseType,- AbstractReferenceSystemType,- DefinitionType,- EObject,- Notifier
 - All Known Implementing Classes:
- GeocentricCRSTypeImpl
 
 public interface GeocentricCRSType extends AbstractReferenceSystemType A representation of the model object 'Geocentric CRS Type'. 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.The following features are supported: - See Also:
- Gml311Package.getGeocentricCRSType()
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description CartesianCSRefTypegetUsesCartesianCS()Returns the value of the 'Uses Cartesian CS' containment reference.GeodeticDatumRefTypegetUsesGeodeticDatum()Returns the value of the 'Uses Geodetic Datum' containment reference.SphericalCSRefTypegetUsesSphericalCS()Returns the value of the 'Uses Spherical CS' containment reference.voidsetUsesCartesianCS(CartesianCSRefType value)Sets the value of the 'Uses Cartesian CS' containment reference.voidsetUsesGeodeticDatum(GeodeticDatumRefType value)Sets the value of the 'Uses Geodetic Datum' containment reference.voidsetUsesSphericalCS(SphericalCSRefType value)Sets the value of the 'Uses Spherical CS' 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- 
getUsesCartesianCSCartesianCSRefType getUsesCartesianCS() Returns the value of the 'Uses Cartesian CS' containment reference. Association to the Cartesian coordinate system used by this CRS.- Returns:
- the value of the 'Uses Cartesian CS' containment reference.
- See Also:
- setUsesCartesianCS(CartesianCSRefType),- Gml311Package.getGeocentricCRSType_UsesCartesianCS()
 
 - 
setUsesCartesianCSvoid setUsesCartesianCS(CartesianCSRefType value) Sets the value of the 'Uses Cartesian CS' containment reference.- Parameters:
- value- the new value of the 'Uses Cartesian CS' containment reference.
- See Also:
- getUsesCartesianCS()
 
 - 
getUsesSphericalCSSphericalCSRefType getUsesSphericalCS() Returns the value of the 'Uses Spherical CS' containment reference. Association to the spherical coordinate system used by this CRS.- Returns:
- the value of the 'Uses Spherical CS' containment reference.
- See Also:
- setUsesSphericalCS(SphericalCSRefType),- Gml311Package.getGeocentricCRSType_UsesSphericalCS()
 
 - 
setUsesSphericalCSvoid setUsesSphericalCS(SphericalCSRefType value) Sets the value of the 'Uses Spherical CS' containment reference.- Parameters:
- value- the new value of the 'Uses Spherical CS' containment reference.
- See Also:
- getUsesSphericalCS()
 
 - 
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.getGeocentricCRSType_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()
 
 
- 
 
-