- All Superinterfaces:
Datum
,IdentifiedObject
@UML(identifier="ParametricDatum",
specification=ISO_19111)
public interface ParametricDatum
extends Datum
Identification of a particular reference surface used as the origin of a parametric coordinate system.
The identification includes the frame position with respect to the Earth or other planet.
It may be a textual description and/or a set of parameters.
- Since:
- 3.1
- See Also:
-
Field Summary
Fields inherited from interface org.opengis.referencing.datum.Datum
ANCHOR_DEFINITION_KEY, ANCHOR_EPOCH_KEY, ANCHOR_POINT_KEY, CONVENTIONAL_RS_KEY, DOMAIN_OF_VALIDITY_KEY, PUBLICATION_DATE_KEY, REALIZATION_EPOCH_KEY, SCOPE_KEY
Fields inherited from interface org.opengis.referencing.IdentifiedObject
ALIAS_KEY, DOMAINS_KEY, IDENTIFIERS_KEY, NAME_KEY, REMARKS_KEY
-
Method Summary
Modifier and TypeMethodDescriptiondefault Optional
<ParameterValueGroup> Parameters used to define the parametric datum.Methods inherited from interface org.opengis.referencing.datum.Datum
getAnchorDefinition, getAnchorEpoch, getAnchorPoint, getConventionalRS, getDomainOfValidity, getPublicationDate, getRealizationEpoch, getScope
Methods inherited from interface org.opengis.referencing.IdentifiedObject
getAlias, getDomains, getIdentifiers, getName, getRemarks, toWKT
-
Method Details
-
getDatumDefiningParameter
@UML(identifier="datumDefiningParameter", obligation=OPTIONAL, specification=ISO_19111) default Optional<ParameterValueGroup> getDatumDefiningParameter()Parameters used to define the parametric datum. Each parameter can be a parameter value, an ordered sequence of values, or a reference to a file of parameter values that define a parametric datum.- Returns:
- parameter used to define the parametric datum.
Departure from OGC/ISO standard for harmonization between different specifications
ISO 19111 defines aDefiningParameter
class. GeoAPI retrofits in theorg.opengis.parameter
framework.
-