|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
ICompoundCRS | Interface describing a CompundCRS |
ICRS | Interface describing a general CoordinateSytem |
IGeocentricCRS | Interface describing a GeocentricCRS |
IGeographicCRS | Interface describing a GeographicCRS |
IProjectedCRS | Interface describing a ProjectedCRS |
IVerticalCRS | Interface describing a VerticalCRS |
Class Summary | |
---|---|
CompoundCRS | A CompoundCRS is a GeographicCRS with a third axis (the height axis) attached. |
CRS | Three kinds of CoordinateSystem s (in this class abbreviated with CRS) are supported in this lib. |
GeocentricCRS | A GeocentricCRS is a ICoordinateSystem having three axis and a mass point defined to be equivalent to
earths center. |
GeographicCRS | The GeographicCoordinateSystem (in epsg aka Geodetic CRS) is a two dimensional crs with axis of lat-lon. |
ProjectedCRS | A ProjectedCRS is a coordinatesystem defined with a projection and a geographic crs. |
VerticalCRS | The VerticalCRS represents a crs based on one axis only, typically this crs is used as an extension on
an already present crs, and adds a 'heightaxis' to the original crs. |
Enum Summary | |
---|---|
CRS.CRSType | Simple enum defining the currently known Coordinate System types. |
The ICoordinateSystems package holds the different ICoordinateSystems used by the org.deegree.cs packages.
Examples of ICoordinateSystems are:
Although these are the most frequently used, other coordinates systems may be possible.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |