|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TemporalDatum | |
org.deegree_impl.model.cs | |
org.deegree_impl.model.resources |
Uses of TemporalDatum in org.deegree_impl.model.cs |
Fields in org.deegree_impl.model.cs declared as TemporalDatum | |
static TemporalDatum |
TemporalDatum.UTC
Default datum for Universal Time Clock (UTC). |
private TemporalDatum |
TemporalCoordinateSystem.datum
The temporal datum. |
Methods in org.deegree_impl.model.cs that return TemporalDatum | |
TemporalDatum |
TemporalCoordinateSystem.getTemporalDatum()
Gets the temporal datum, which indicates the measurement method. |
Constructors in org.deegree_impl.model.cs with parameters of type TemporalDatum | |
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. |
|
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. |
Uses of TemporalDatum in org.deegree_impl.model.resources |
Methods in org.deegree_impl.model.resources that return TemporalDatum | |
static TemporalDatum |
OpenGIS.getTemporalDatum(CoordinateSystem cs)
Returns the first temporal datum found in a coordinate system, or null if there is none. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |