|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProjectionException | |
---|---|
org.deegree.cs.coordinatesystems | The ICoordinateSystems package holds the different ICoordinateSystems 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. |
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. |
org.deegree.cs.refs.coordinatesystem | |
org.deegree.cs.refs.projections |
Uses of ProjectionException in org.deegree.cs.coordinatesystems |
---|
Methods in org.deegree.cs.coordinatesystems that throw ProjectionException | |
---|---|
javax.vecmath.Point2d |
ProjectedCRS.doInverseProjection(double x,
double y)
|
javax.vecmath.Point2d |
IProjectedCRS.doInverseProjection(double x,
double y)
Do an inverse projection from projected (map) coordinates to geographic coordinates. |
javax.vecmath.Point2d |
ProjectedCRS.doProjection(double lambda,
double phi)
|
javax.vecmath.Point2d |
IProjectedCRS.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 |
---|
Methods in org.deegree.cs.projections that throw ProjectionException | |
---|---|
javax.vecmath.Point2d |
IProjection.doInverseProjection(IGeographicCRS geographicCRS,
double x,
double y)
Do an inverse projection from projected (map) coordinates to geographic coordinates. |
abstract javax.vecmath.Point2d |
Projection.doInverseProjection(IGeographicCRS underlyingCRS,
double x,
double y)
Do an inverse projection from projected (map) coordinates to geographic coordinates. |
javax.vecmath.Point2d |
IProjection.doProjection(IGeographicCRS geographicCRS,
double lambda,
double phi)
The actual transform method doing a projection from geographic coordinates to map coordinates. |
abstract javax.vecmath.Point2d |
Projection.doProjection(IGeographicCRS underlyingCRS,
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 |
LambertAzimuthalEqualArea.doInverseProjection(IGeographicCRS geographicCRS,
double x,
double y)
|
javax.vecmath.Point2d |
StereographicAlternative.doInverseProjection(IGeographicCRS geographicCRS,
double x,
double y)
|
javax.vecmath.Point2d |
LambertAzimuthalEqualArea.doProjection(IGeographicCRS geographicCRS,
double lambda,
double phi)
|
javax.vecmath.Point2d |
StereographicAzimuthal.doProjection(IGeographicCRS geographicCRS,
double lambda,
double phi)
|
javax.vecmath.Point2d |
StereographicAlternative.doProjection(IGeographicCRS geographicCRS,
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(IGeographicCRS geographicCRS,
double x,
double y)
|
javax.vecmath.Point2d |
Mercator.doInverseProjection(IGeographicCRS geographicCRS,
double x,
double y)
|
javax.vecmath.Point2d |
TransverseMercator.doProjection(IGeographicCRS geographicCRS,
double lambda,
double phi)
|
javax.vecmath.Point2d |
Mercator.doProjection(IGeographicCRS geographicCRS,
double lambda,
double phi)
|
Uses of ProjectionException in org.deegree.cs.refs.coordinatesystem |
---|
Methods in org.deegree.cs.refs.coordinatesystem that throw ProjectionException | |
---|---|
javax.vecmath.Point2d |
ProjectedCRSRef.doInverseProjection(double x,
double y)
|
javax.vecmath.Point2d |
ProjectedCRSRef.doProjection(double lambda,
double phi)
|
Uses of ProjectionException in org.deegree.cs.refs.projections |
---|
Methods in org.deegree.cs.refs.projections that throw ProjectionException | |
---|---|
javax.vecmath.Point2d |
ProjectionRef.doInverseProjection(IGeographicCRS geographicCRS,
double x,
double y)
|
javax.vecmath.Point2d |
ProjectionRef.doProjection(IGeographicCRS geographicCRS,
double lambda,
double phi)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |