org.geotools.cs
Class TemporalDatum
java.lang.Object
org.geotools.cs.Info
org.geotools.cs.Datum
org.geotools.cs.TemporalDatum
- All Implemented Interfaces:
- org.opengis.referencing.IdentifiedObject, java.io.Serializable
Deprecated. Replaced by DefaultTemporalDatum
.
- public class TemporalDatum
- extends Datum
Procedure used to measure time.
- Version:
- $Id: TemporalDatum.java 17672 2006-01-19 00:25:55Z desruisseaux $
- Author:
- Martin Desruisseaux
- See Also:
- Serialized Form
Field Summary |
static TemporalDatum |
UTC
Deprecated. Default datum for Universal Time Clock (UTC).
|
Fields inherited from interface org.opengis.referencing.IdentifiedObject |
ALIAS_KEY, IDENTIFIERS_KEY, NAME_KEY, REMARKS_KEY |
Constructor Summary |
TemporalDatum(java.lang.CharSequence name,
DatumType.Temporal type)
Deprecated. Creates a temporal datum from an enumerated type value. |
Methods inherited from class org.geotools.cs.Info |
ensureNonNull, equals, getAbbreviation, getAlias, getAlias, getAuthority, getAuthorityCode, getIdentifiers, getName, getRemarks, toString, toWKT |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
UTC
public static final TemporalDatum UTC
- Deprecated.
- Default datum for Universal Time Clock (UTC).
UTC is based on an atomic clock, while GMT is
based on astronomical observations.
TemporalDatum
public TemporalDatum(java.lang.CharSequence name,
DatumType.Temporal type)
- Deprecated.
- Creates a temporal datum from an enumerated type value.
- Parameters:
name
- Name to give new object.type
- Type of temporal datum to create.
getDatumType
public DatumType getDatumType()
- Deprecated.
- Gets the type of the datum as an enumerated code.
Note: return type will be changed to
DatumType.Temporal
when we are able to use generic types (with JDK 1.5).
- Overrides:
getDatumType
in class Datum
- See Also:
CS_Datum.getDatumType()
Copyright © GeoTools. All Rights Reserved.