Package net.opengis.gml311
Interface GeocentricCRSType
- All Superinterfaces:
AbstractGMLType
,AbstractReferenceSystemBaseType
,AbstractReferenceSystemType
,DefinitionType
,EObject
,Notifier
- All Known Implementing Classes:
GeocentricCRSTypeImpl
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:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Uses Cartesian CS' containment reference.Returns the value of the 'Uses Geodetic Datum' containment reference.Returns the value of the 'Uses Spherical CS' containment reference.void
Sets the value of the 'Uses Cartesian CS
' containment reference.void
Sets the value of the 'Uses Geodetic Datum
' containment reference.void
Sets the value of the 'Uses Spherical CS
' 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
-
getUsesCartesianCS
CartesianCSRefType 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
Sets the value of the 'Uses Cartesian CS
' containment reference.- Parameters:
value
- the new value of the 'Uses Cartesian CS' containment reference.- See Also:
-
getUsesSphericalCS
SphericalCSRefType 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
Sets the value of the 'Uses Spherical CS
' containment reference.- Parameters:
value
- the new value of the 'Uses Spherical CS' containment reference.- See Also:
-
getUsesGeodeticDatum
GeodeticDatumRefType 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
Sets the value of the 'Uses Geodetic Datum
' containment reference.- Parameters:
value
- the new value of the 'Uses Geodetic Datum' containment reference.- See Also:
-