|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.deegree_impl.model.cs.Info
org.deegree_impl.model.cs.CoordinateSystem
org.deegree_impl.model.cs.TemporalCoordinateSystem
A one-dimensional coordinate system suitable for time measurements.
Nested Class Summary |
Nested classes inherited from class org.deegree_impl.model.cs.CoordinateSystem |
CoordinateSystem.Export |
Nested classes inherited from class org.deegree_impl.model.cs.Info |
Info.AngularUnit, Info.LinearUnit |
Field Summary | |
private AxisInfo |
axis
Axis details for time dimension within coordinate system. |
private TemporalDatum |
datum
The temporal datum. |
private long |
epoch
The epoch, in milliseconds since January 1, 1970, 00:00:00 UTC. |
private static long |
serialVersionUID
Serial number for interoperability with different versions. |
private Unit |
unit
Units used along the time axis. |
Fields inherited from class org.deegree_impl.model.cs.Info |
pool |
Constructor Summary | |
(package private) |
TemporalCoordinateSystem(java.util.Map properties,
TemporalDatum datum,
Unit unit,
java.util.Date epoch,
AxisInfo axis)
Creates a temporal coordinate system from a datum and time units. |
|
TemporalCoordinateSystem(java.lang.String name,
java.util.Date epoch)
Creates a temporal coordinate system. |
|
TemporalCoordinateSystem(java.lang.String name,
TemporalDatum datum,
Unit unit,
java.util.Date epoch,
AxisInfo axis)
Creates a temporal coordinate system from a datum and time units. |
Method Summary | |
(package private) java.lang.String |
addString(java.lang.StringBuffer buffer)
Fill the part inside "[...]". |
boolean |
equivalents(CoordinateSystem cs)
Returns true if this coordinate system is equivalents to
the specified coordinate system. |
AxisInfo |
getAxis(int dimension)
Gets axis details for temporal dimension within coordinate system. |
(package private) Datum |
getDatum()
Override CoordinateSystem.getDatum() . |
int |
getDimension()
Returns the dimension of this coordinate system, which is 1. |
java.util.Date |
getEpoch()
Returns the epoch. |
TemporalDatum |
getTemporalDatum()
Gets the temporal datum, which indicates the measurement method. |
Unit |
getUnits(int dimension)
Gets units for dimension within coordinate system. |
Methods inherited from class org.deegree_impl.model.cs.CoordinateSystem |
checkAxis, equals, getDefaultEnvelope, getUnits, toOpenGIS |
Methods inherited from class org.deegree_impl.model.cs.Info |
addUnit, cachedOpenGIS, ensureAngularUnit, ensureLinearUnit, ensureNonNull, ensureNonNull, ensureTimeUnit, getAbbreviation, getAlias, getAuthority, getAuthorityCode, getName, getRemarks, hashCode, readResolve, toString |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
private static final long serialVersionUID
private final TemporalDatum datum
private final AxisInfo axis
private final Unit unit
private final long epoch
Constructor Detail |
public TemporalCoordinateSystem(java.lang.String name, java.util.Date epoch)
name
- Name to give new object.epoch
- The epoch (i.e. date of origin).public TemporalCoordinateSystem(java.lang.String name, TemporalDatum datum, Unit unit, java.util.Date epoch, AxisInfo axis)
name
- Name to give new object.datum
- Datum to use for new coordinate system.unit
- Units to use for new coordinate system.epoch
- The epoch (i.e. date of origin).axis
- Axis to use for new coordinate system.TemporalCoordinateSystem(java.util.Map properties, TemporalDatum datum, Unit unit, java.util.Date epoch, AxisInfo axis)
properties
- The set of properties (see Info
).datum
- Datum to use for new coordinate system.unit
- Units to use for new coordinate system.epoch
- The epoch (i.e. date of origin).axis
- Axis to use for new coordinate system.Method Detail |
public final int getDimension()
getDimension
in interface Dimensioned
getDimension
in class CoordinateSystem
CS_CoordinateSystem.getDimension()
final Datum getDatum()
CoordinateSystem.getDatum()
.
getDatum
in class CoordinateSystem
public TemporalDatum getTemporalDatum()
public java.util.Date getEpoch()
public AxisInfo getAxis(int dimension)
getAxis
in class CoordinateSystem
dimension
- Zero based index of axis.CS_CoordinateSystem.getAxis(int)
public Unit getUnits(int dimension)
getUnits
in class CoordinateSystem
dimension
- Must be 0.CS_CoordinateSystem.getUnits(int)
public boolean equivalents(CoordinateSystem cs)
true
if this coordinate system is equivalents to
the specified coordinate system. Two coordinate systems are considered
equivalent if the CoordinateTransformation
from
this
to cs
would be the identity transform.
The default implementation compare datum, units and axis, but ignore
name, alias and other meta-data informations.
equivalents
in class CoordinateSystem
cs
- The coordinate system (may be null
).
true
if both coordinate systems are equivalent.java.lang.String addString(java.lang.StringBuffer buffer)
addString
in class Info
buffer
- The buffer to add string to.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |