org.opengis.referencing.datum
Interface Datum
-
- All Superinterfaces:
- IdentifiedObject
- All Known Subinterfaces:
- EngineeringDatum, GeodeticDatum, ImageDatum, TemporalDatum, VerticalDatum
@UML(identifier="CD_Datum", specification=ISO_19111) public interface Datum extends IdentifiedObject
Specifies the relationship of a coordinate system to the earth, thus creating a coordinate reference system. A datum uses a parameter or set of parameters that determine the location of the origin of the coordinate reference system. Each datum subtype can be associated with only specific types of coordinate systems.- Since:
- GeoAPI 1.0
- See Also:
CoordinateSystem,CoordinateReferenceSystem
-
-
Field Summary
Fields Modifier and Type Field and Description static java.lang.StringANCHOR_POINT_KEYstatic java.lang.StringREALIZATION_EPOCH_KEYstatic java.lang.StringSCOPE_KEYstatic java.lang.StringVALID_AREA_KEY-
Fields inherited from interface org.opengis.referencing.IdentifiedObject
ALIAS_KEY, IDENTIFIERS_KEY, NAME_KEY, REMARKS_KEY
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description InternationalStringgetAnchorPoint()Description, possibly including coordinates, of the point or points used to anchor the datum to the Earth.java.util.DategetRealizationEpoch()The time after which this datum definition is valid.InternationalStringgetScope()Description of domain of usage, or limitations of usage, for which this datum object is valid.ExtentgetValidArea()Area or region in which this datum object is valid.-
Methods inherited from interface org.opengis.referencing.IdentifiedObject
getAlias, getIdentifiers, getName, getRemarks, toWKT
-
-
-
-
Field Detail
-
ANCHOR_POINT_KEY
static final java.lang.String ANCHOR_POINT_KEY
Key for the"anchorPoint"property to be given to the datum factorycreateFoo(…)methods. This is used for setting the value to be returned bygetAnchorPoint().- See Also:
getAnchorPoint(), Constant Field Values
-
REALIZATION_EPOCH_KEY
static final java.lang.String REALIZATION_EPOCH_KEY
Key for the"realizationEpoch"property to be given to the datum factorycreateFoo(…)methods. This is used for setting the value to be returned bygetRealizationEpoch().- See Also:
getRealizationEpoch(), Constant Field Values
-
VALID_AREA_KEY
static final java.lang.String VALID_AREA_KEY
Key for the"validArea"property to be given to the datum factorycreateFoo(…)methods. This is used for setting the value to be returned bygetValidArea().- See Also:
getValidArea(), Constant Field Values
-
SCOPE_KEY
static final java.lang.String SCOPE_KEY
Key for the"scope"property to be given to the datum factorycreateFoo(…)methods. This is used for setting the value to be returned bygetScope().- See Also:
getScope(), Constant Field Values
-
-
Method Detail
-
getAnchorPoint
@UML(identifier="anchorPoint", obligation=OPTIONAL, specification=ISO_19111) InternationalString getAnchorPoint()
Description, possibly including coordinates, of the point or points used to anchor the datum to the Earth. Also known as the "origin", especially for Engineering and Image Datums.- For a geodetic datum, this point is also known as the fundamental point, which is traditionally the point where the relationship between geoid and ellipsoid is defined. In some cases, the "fundamental point" may consist of a number of points. In those cases, the parameters defining the geoid/ellipsoid relationship have then been averaged for these points, and the averages adopted as the datum definition.
- For an engineering datum, the anchor point may be a physical point, or it may be a point with defined coordinates in another CRS.
- For an image datum, the anchor point is usually either the centre of the image or the corner of the image.
- For a temporal datum, this attribute is not defined. Instead of the anchor point,
a temporal datum carries a separate time origin of type
Date.
-
getRealizationEpoch
@UML(identifier="realizationEpoch", obligation=OPTIONAL, specification=ISO_19111) java.util.Date getRealizationEpoch()
The time after which this datum definition is valid. This time may be precise (e.g. 1997 for IRTF97) or merely a year (e.g. 1983 for NAD83). In the latter case, the epoch usually refers to the year in which a major recalculation of the geodetic control network, underlying the datum, was executed or initiated. An old datum can remain valid after a new datum is defined. Alternatively, a datum may be superseded by a later datum, in which case the realization epoch for the new datum defines the upper limit for the validity of the superseded datum.- Returns:
- The datum realization epoch, or
nullif not available.
-
getValidArea
@UML(identifier="validArea", obligation=OPTIONAL, specification=ISO_19111) Extent getValidArea()
Area or region in which this datum object is valid.- Returns:
- The datum valid area, or
nullif not available.
-
getScope
@UML(identifier="scope", obligation=OPTIONAL, specification=ISO_19111) InternationalString getScope()
Description of domain of usage, or limitations of usage, for which this datum object is valid.
-
-
DataMelt 3.0 © DataMelt by jWork.ORG