|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ProjectionException | |
|---|---|
| org.deegree.cs.projections | A map projection create a 2D view of the 3D-Object 'earth', by doing so, some information is inevitably lost. |
| org.deegree.cs.projections.azimuthal | Azimuthal projections use a plane to project the earth onto. |
| org.deegree.cs.projections.cylindric | Cylindrical projections use a cylinder (may it be oblique or not) to create projection of a region of the earth. |
| Uses of ProjectionException in org.deegree.cs.projections |
|---|
| Methods in org.deegree.cs.projections that throw ProjectionException | |
|---|---|
abstract javax.vecmath.Point2d |
Projection.doInverseProjection(double x,
double y)
Do an inverse projection from projected (map) coordinates to geographic coordinates. |
abstract javax.vecmath.Point2d |
Projection.doProjection(double lambda,
double phi)
The actual transform method doing a projection from geographic coordinates to map coordinates. |
| Uses of ProjectionException in org.deegree.cs.projections.azimuthal |
|---|
| Methods in org.deegree.cs.projections.azimuthal that throw ProjectionException | |
|---|---|
javax.vecmath.Point2d |
StereographicAlternative.doInverseProjection(double x,
double y)
|
javax.vecmath.Point2d |
LambertAzimuthalEqualArea.doInverseProjection(double x,
double y)
|
javax.vecmath.Point2d |
StereographicAzimuthal.doProjection(double lambda,
double phi)
|
javax.vecmath.Point2d |
StereographicAlternative.doProjection(double lambda,
double phi)
|
javax.vecmath.Point2d |
LambertAzimuthalEqualArea.doProjection(double lambda,
double phi)
|
| Uses of ProjectionException in org.deegree.cs.projections.cylindric |
|---|
| Methods in org.deegree.cs.projections.cylindric that throw ProjectionException | |
|---|---|
javax.vecmath.Point2d |
TransverseMercator.doInverseProjection(double x,
double y)
|
javax.vecmath.Point2d |
Mercator.doInverseProjection(double x,
double y)
|
javax.vecmath.Point2d |
TransverseMercator.doProjection(double lambda,
double phi)
|
javax.vecmath.Point2d |
Mercator.doProjection(double lambda,
double phi)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||