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_KEY
ANCHOR_POINT_KEY, DOMAIN_OF_VALIDITY_KEY, REALIZATION_EPOCH_KEY, SCOPE_KEY
ALIAS_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, isHeuristicMatchForName
castOrCopy, equals, getAlias, getDescription, getIdentifiers, getName, getRemarks, hashCode, isDeprecated
print, toString, toString, toWKT
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getAlias, getIdentifiers, getName, getRemarks, toWKT
public 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 AbstractDatum
formatter
- the formatter where to format the inner content of this WKT element."ParametricDatum"
.Copyright © 2010–2017 The Apache Software Foundation. All rights reserved.