|
deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Datum | |
---|---|
org.deegree.crs.components | The components package holds the shared components used by coordinatesystems, projections and transformations. |
org.deegree.crs.coordinatesystems | The coordinatesystems package holds the different coordinatesystems used by the org.deegree.crs packages. |
org.deegree.crs.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.crs.components |
---|
Subclasses of Datum in org.deegree.crs.components | |
---|---|
class |
GeodeticDatum
A GeodeticDatum (aka. |
class |
VerticalDatum
A VerticalDatum is a datum which only has one axis. |
Uses of Datum in org.deegree.crs.coordinatesystems |
---|
Methods in org.deegree.crs.coordinatesystems that return Datum | |
---|---|
Datum |
CoordinateSystem.getDatum()
|
Constructors in org.deegree.crs.coordinatesystems with parameters of type Datum | |
---|---|
CoordinateSystem(Datum datum,
Axis[] axisOrder,
CRSCodeType[] codes,
String[] names,
String[] versions,
String[] descriptions,
String[] areasOfUse)
|
|
CoordinateSystem(Datum datum,
Axis[] axisOrder,
CRSIdentifiable identity)
|
|
CoordinateSystem(List<Transformation> transformations,
Datum datum,
Axis[] axisOrder,
CRSIdentifiable identity)
|
Uses of Datum in org.deegree.crs.projections |
---|
Methods in org.deegree.crs.projections that return Datum | |
---|---|
Datum |
Projection.getDatum()
|
|
deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official | |||||||||
PREV NEXT | FRAMES NO FRAMES |