Package net.opengis.gml311
Interface GeodeticDatumType
-
- All Superinterfaces:
AbstractDatumBaseType
,AbstractDatumType
,AbstractGMLType
,DefinitionType
,EObject
,Notifier
- All Known Implementing Classes:
GeodeticDatumTypeImpl
public interface GeodeticDatumType extends AbstractDatumType
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:
Gml311Package.getGeodeticDatumType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EllipsoidRefType
getUsesEllipsoid()
Returns the value of the 'Uses Ellipsoid' containment reference.PrimeMeridianRefType
getUsesPrimeMeridian()
Returns the value of the 'Uses Prime Meridian' containment reference.void
setUsesEllipsoid(EllipsoidRefType value)
Sets the value of the 'Uses Ellipsoid
' containment reference.void
setUsesPrimeMeridian(PrimeMeridianRefType value)
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
-
-
-
-
Method Detail
-
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(PrimeMeridianRefType)
,Gml311Package.getGeodeticDatumType_UsesPrimeMeridian()
-
setUsesPrimeMeridian
void setUsesPrimeMeridian(PrimeMeridianRefType value)
Sets the value of the 'Uses Prime Meridian
' containment reference.- Parameters:
value
- the new value of the 'Uses Prime Meridian' containment reference.- See Also:
getUsesPrimeMeridian()
-
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(EllipsoidRefType)
,Gml311Package.getGeodeticDatumType_UsesEllipsoid()
-
setUsesEllipsoid
void setUsesEllipsoid(EllipsoidRefType value)
Sets the value of the 'Uses Ellipsoid
' containment reference.- Parameters:
value
- the new value of the 'Uses Ellipsoid' containment reference.- See Also:
getUsesEllipsoid()
-
-