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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description EllipsoidRefTypegetUsesEllipsoid()Returns the value of the 'Uses Ellipsoid' containment reference.PrimeMeridianRefTypegetUsesPrimeMeridian()Returns the value of the 'Uses Prime Meridian' containment reference.voidsetUsesEllipsoid(EllipsoidRefType value)Sets the value of the 'Uses Ellipsoid' containment reference.voidsetUsesPrimeMeridian(PrimeMeridianRefType value)Sets the value of the 'Uses Prime Meridian' containment reference.- 
Methods inherited from interface AbstractDatumBaseTypegetDatumName, setDatumName
 - 
Methods inherited from interface AbstractDatumTypegetAnchorPoint, getDatumID, getRealizationEpoch, getRemarks, getScope, getValidArea, setAnchorPoint, setRealizationEpoch, setRemarks, setScope, setValidArea
 - 
Methods inherited from interface AbstractGMLTypegetDescription, getId, getMetaDataProperty, getName, getNameGroup, setDescription, setId
 
- 
 
- 
- 
- 
Method Detail- 
getUsesPrimeMeridianPrimeMeridianRefType 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()
 
 - 
setUsesPrimeMeridianvoid 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()
 
 - 
getUsesEllipsoidEllipsoidRefType 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()
 
 - 
setUsesEllipsoidvoid 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()
 
 
- 
 
-