|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CS_Datum | |
org.deegree_impl.model.cs | |
org.opengis.cs |
Uses of CS_Datum in org.deegree_impl.model.cs |
Classes in org.deegree_impl.model.cs that implement CS_Datum | |
(package private) class |
Datum.Export
Wrap a Datum object for use with OpenGIS.
|
private class |
HorizontalDatum.Export
Wrap a HorizontalDatum object for use with OpenGIS.
|
private class |
LocalDatum.Export
Wrap a LocalDatum object for use with OpenGIS.
|
private class |
VerticalDatum.Export
Wrap a VerticalDatum object for use with OpenGIS.
|
Methods in org.deegree_impl.model.cs that return CS_Datum | |
CS_Datum |
Adapters.export(Datum datum)
Returns an OpenGIS interface for a datum. |
Methods in org.deegree_impl.model.cs with parameters of type CS_Datum | |
Datum |
Adapters.wrap(CS_Datum datum)
Returns a datum for an OpenGIS interface. |
Uses of CS_Datum in org.opengis.cs |
Subinterfaces of CS_Datum in org.opengis.cs | |
interface |
CS_HorizontalDatum
Procedure used to measure positions on the surface of the Earth. |
interface |
CS_LocalDatum
Local datum. |
interface |
CS_VerticalDatum
Procedure used to measure vertical distances. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |