|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Datum | |
---|---|
org.deegree.cs.components | The components package holds the shared components used by coordinatesystems, projections and transformations. |
org.deegree.cs.coordinatesystems | The coordinatesystems package holds the different coordinatesystems used by the org.deegree.cs packages. |
org.deegree.cs.projections | A map projection create a 2D view of the 3D-Object 'earth', by doing so, some information is inevitably lost. |
Uses of Datum in org.deegree.cs.components |
---|
Subclasses of Datum in org.deegree.cs.components | |
---|---|
class |
GeodeticDatum
A GeodeticDatum (aka. |
class |
VerticalDatum
A VerticalDatum is a datum which only has one axis. |
Uses of Datum in org.deegree.cs.coordinatesystems |
---|
Methods in org.deegree.cs.coordinatesystems that return Datum | |
---|---|
Datum |
CoordinateSystem.getDatum()
|
Constructors in org.deegree.cs.coordinatesystems with parameters of type Datum | |
---|---|
CoordinateSystem(Datum datum,
Axis[] axisOrder,
CRSCodeType[] codes,
java.lang.String[] names,
java.lang.String[] versions,
java.lang.String[] descriptions,
java.lang.String[] areasOfUse)
|
|
CoordinateSystem(Datum datum,
Axis[] axisOrder,
CRSIdentifiable identity)
|
|
CoordinateSystem(java.util.List<Transformation> transformations,
Datum datum,
Axis[] axisOrder,
CRSIdentifiable identity)
|
Uses of Datum in org.deegree.cs.projections |
---|
Methods in org.deegree.cs.projections that return Datum | |
---|---|
Datum |
Projection.getDatum()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |