public class DefaultParametricDatum extends AbstractDatum
ParametricDatum from an identifier in a database by invoking
DatumAuthorityFactory.createParametricDatum(String).ParametricDatum by invoking the DatumFactory.createParametricDatum(…) method,
(implemented for example by GeodeticObjectFactory).DefaultParametricDatum by invoking the
constructor.DefaultParametricCS,
DefaultParametricCRS,
GeodeticAuthorityFactory.createParametricDatum(String),
Serialized FormDefined in the sis-referencing module
DEPRECATED_KEY, LOCALE_KEYANCHOR_POINT_KEY, DOMAIN_OF_VALIDITY_KEY, REALIZATION_EPOCH_KEY, SCOPE_KEYALIAS_KEY, IDENTIFIERS_KEY, NAME_KEY, REMARKS_KEY| Modifier | Constructor and Description |
|---|---|
protected |
DefaultParametricDatum(DefaultParametricDatum datum)
Creates a new datum with the same values than the specified one.
|
|
DefaultParametricDatum(Map<String,?> properties)
Creates a parametric datum from the given properties.
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
formatTo(Formatter formatter)
Formats this datum as a Well Known Text
ParametricDatum[…] element. |
castOrCopy, computeHashCode, equals, getAnchorPoint, getDomainOfValidity, getInterface, getRealizationEpoch, getScope, isHeuristicMatchForNamecastOrCopy, equals, getAlias, getDescription, getIdentifiers, getName, getRemarks, hashCode, isDeprecatedprint, toString, toString, toWKTclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetAlias, getIdentifiers, getName, getRemarks, toWKTpublic DefaultParametricDatum(Map<String,?> properties)
| Property name | Value type | Returned by |
|---|---|---|
| "name" | Identifier or String |
AbstractIdentifiedObject.getName() |
| "alias" | GenericName or CharSequence (optionally as array) |
AbstractIdentifiedObject.getAlias() |
| "identifiers" | Identifier (optionally as array) |
AbstractIdentifiedObject.getIdentifiers() |
| "remarks" | InternationalString or String |
AbstractIdentifiedObject.getRemarks() |
| "anchorPoint" | InternationalString or String |
AbstractDatum.getAnchorPoint() |
| "realizationEpoch" | Date |
AbstractDatum.getRealizationEpoch() |
| "domainOfValidity" | Extent |
AbstractDatum.getDomainOfValidity() |
| "scope" | InternationalString or String |
AbstractDatum.getScope() |
properties - the properties to be given to the identified object.GeodeticObjectFactory.createParametricDatum(Map)protected DefaultParametricDatum(DefaultParametricDatum datum)
This constructor performs a shallow copy, i.e. the properties are not cloned.
org.opengis.referencing.datum.ParametricDatum. This change is pending GeoAPI revision.datum - the datum to copy.protected String formatTo(Formatter formatter)
ParametricDatum[…] element.
ParametricDatum is defined in the WKT 2 specification only.formatTo in class AbstractDatumformatter - the formatter where to format the inner content of this WKT element."ParametricDatum".Copyright © 2010–2017 The Apache Software Foundation. All rights reserved.