|
GeoAPI 2.0 Build 2005-06-08 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@UML(identifier="CD_Datum",
specification=ISO_19111)
public interface DatumSpecifies 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.
CoordinateSystem,
CoordinateReferenceSystem| Field Summary | |
|---|---|
static String |
ANCHOR_POINT_KEY
Key for the "anchorPoint" property to be given to the
datum factory createFoo(…) methods. |
static String |
REALIZATION_EPOCH_KEY
Key for the "realizationEpoch" property to be given to the
datum factory createFoo(…) methods. |
static String |
SCOPE_KEY
Key for the "scope" property to be given to the
datum factory createFoo(…) methods. |
static String |
VALID_AREA_KEY
Key for the "validArea" property to be given to the
datum factory createFoo(…) methods. |
| Fields inherited from interface IdentifiedObject |
|---|
ALIAS_KEY, IDENTIFIERS_KEY, NAME_KEY, REMARKS_KEY |
| Method Summary | |
|---|---|
InternationalString |
getAnchorPoint()
Description, possibly including coordinates, of the point or points used to anchor the datum to the Earth. |
Date |
getRealizationEpoch()
The time after which this datum definition is valid. |
InternationalString |
getScope()
Description of domain of usage, or limitations of usage, for which this datum object is valid. |
Extent |
getValidArea()
Area or region in which this datum object is valid. |
| Methods inherited from interface IdentifiedObject |
|---|
getAlias, getIdentifiers, getName, getRemarks, toWKT |
| Field Detail |
|---|
static final String ANCHOR_POINT_KEY
"anchorPoint" property to be given to the
datum factory createFoo(…) methods.
This is used for setting the value to be returned by getAnchorPoint().
getAnchorPoint(),
Constant Field Valuesstatic final String REALIZATION_EPOCH_KEY
"realizationEpoch" property to be given to the
datum factory createFoo(…) methods.
This is used for setting the value to be returned by getRealizationEpoch().
getRealizationEpoch(),
Constant Field Valuesstatic final String VALID_AREA_KEY
"validArea" property to be given to the
datum factory createFoo(…) methods.
This is used for setting the value to be returned by getValidArea().
getValidArea(),
Constant Field Valuesstatic final String SCOPE_KEY
"scope" property to be given to the
datum factory createFoo(…) methods.
This is used for setting the value to be returned by getScope().
getScope(),
Constant Field Values| Method Detail |
|---|
@UML(identifier="anchorPoint",
obligation=OPTIONAL,
specification=ISO_19111)
InternationalString getAnchorPoint()
Date.
@UML(identifier="realizationEpoch",
obligation=OPTIONAL,
specification=ISO_19111)
Date getRealizationEpoch()
null if not available.
@UML(identifier="validArea",
obligation=OPTIONAL,
specification=ISO_19111)
Extent getValidArea()
null if not available.
@UML(identifier="scope",
obligation=OPTIONAL,
specification=ISO_19111)
InternationalString getScope()
|
GeoAPI 2.0 Build 2005-06-08 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
|
Symbols, terms and definitions | Copyright OpenGIS® Consortium |