public abstract class AbstractDatum extends IdentifiableComponent implements Datum
Datum interface with a default
constructor.DEFAULT, LOCAL, UNKNOWN| Modifier | Constructor and Description |
|---|---|
protected |
AbstractDatum(Identifier identifier,
Extent extent,
String origin,
String epoch)
Creates a new Datum.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getEpoch()
Returns the realization epoch of this Datum as a String.
|
Extent |
getExtent()
Returns the valid extent of this Datum.
|
String |
getOrigin()
Returns the description of this Datum origin.
|
String |
toString()
Returns a String representation of this Datum.
|
addAlias, addRemark, equals, getAliases, getAuthorityKey, getAuthorityName, getCode, getComponent, getIdentifier, getName, getRemarks, getShortName, hashCode, setIdentifier, setRemarks, setShortNameclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetEllipsoid, getPrimeMeridian, getToWGS84addAlias, addRemark, getAliases, getAuthorityKey, getAuthorityName, getCode, getName, getRemarks, getShortName, setRemarks, setShortNameprotected AbstractDatum(Identifier identifier, Extent extent, String origin, String epoch)
identifier - the identifier of this Datumextent - valid domain extent (extent definition depends on the kind
of Datum)origin - description of the origin or anchor point of this Datum.epoch - epoch of this Datum realizationpublic Extent getExtent()
public String getOrigin()
public String getEpoch()
public String toString()
toString in class IdentifiableComponentCopyright © 2019 CNRS. All rights reserved.