Package net.opengis.gml311
Interface GeodeticDatumType
- All Superinterfaces:
AbstractDatumBaseType
,AbstractDatumType
,AbstractGMLType
,DefinitionType
,EObject
,Notifier
- All Known Implementing Classes:
GeodeticDatumTypeImpl
A representation of the model object 'Geodetic Datum Type'.
A geodetic datum defines the precise location and orientation in 3-dimensional space of a defined ellipsoid (or sphere) that approximates the shape of the earth, or of a Cartesian coordinate system centered in this ellipsoid (or sphere).
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Uses Ellipsoid' containment reference.Returns the value of the 'Uses Prime Meridian' containment reference.void
setUsesEllipsoid
(EllipsoidRefType value) Sets the value of the 'Uses Ellipsoid
' containment reference.void
Sets the value of the 'Uses Prime Meridian
' containment reference.Methods inherited from interface AbstractDatumBaseType
getDatumName, setDatumName
Methods inherited from interface AbstractDatumType
getAnchorPoint, getDatumID, getRealizationEpoch, getRemarks, getScope, getValidArea, setAnchorPoint, setRealizationEpoch, setRemarks, setScope, setValidArea
Methods inherited from interface AbstractGMLType
getDescription, getId, getMetaDataProperty, getName, getNameGroup, setDescription, setId
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
-
getUsesPrimeMeridian
PrimeMeridianRefType getUsesPrimeMeridian()Returns the value of the 'Uses Prime Meridian' containment reference. Association to the prime meridian used by this geodetic datum.- Returns:
- the value of the 'Uses Prime Meridian' containment reference.
- See Also:
-
setUsesPrimeMeridian
Sets the value of the 'Uses Prime Meridian
' containment reference.- Parameters:
value
- the new value of the 'Uses Prime Meridian' containment reference.- See Also:
-
getUsesEllipsoid
EllipsoidRefType getUsesEllipsoid()Returns the value of the 'Uses Ellipsoid' containment reference. Association to the ellipsoid used by this geodetic datum.- Returns:
- the value of the 'Uses Ellipsoid' containment reference.
- See Also:
-
setUsesEllipsoid
Sets the value of the 'Uses Ellipsoid
' containment reference.- Parameters:
value
- the new value of the 'Uses Ellipsoid' containment reference.- See Also:
-