|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProjectionException | |
---|---|
org.geotools.referencing.operation.projection | Basic implementations of map projections. |
Uses of ProjectionException in org.geotools.referencing.operation.projection |
---|
Subclasses of ProjectionException in org.geotools.referencing.operation.projection | |
---|---|
class |
PointOutsideEnvelopeException
Thrown by MapProjection when a map projection failed because the point is
outside the envelope of validity. |
Methods in org.geotools.referencing.operation.projection that throw ProjectionException | |
---|---|
protected boolean |
MapProjection.checkReciprocal(Point2D point,
Point2D target,
boolean inverse)
Check if the transform of point is close enough to target . |
protected double |
MapProjection.inv_mlfn(double arg)
Calculates the latitude ( phi ) from a meridian distance. |
protected Point2D |
EquatorialOrthographic.inverseTransformNormalized(double x,
double y,
Point2D ptDst)
Transforms the specified (x,y) coordinates and stores the result in ptDst . |
protected Point2D |
LambertConformal.inverseTransformNormalized(double x,
double y,
Point2D ptDst)
Transforms the specified (x,y) coordinates and stores the result in ptDst . |
protected Point2D |
PolarOrthographic.inverseTransformNormalized(double x,
double y,
Point2D ptDst)
Transforms the specified (x,y) coordinates and stores the result in ptDst . |
protected Point2D |
WorldVanDerGrintenI.inverseTransformNormalized(double x,
double y,
Point2D ptDst)
Transforms the specified (x,y) coordinates and stores the result in ptDst . |
protected Point2D |
Krovak.inverseTransformNormalized(double x,
double y,
Point2D ptDst)
Transforms the specified (x,y) coordinate and stores the result in ptDst . |
protected Point2D |
WinkelTripel.inverseTransformNormalized(double x,
double y,
Point2D ptDst)
|
protected Point2D |
EckertIV.inverseTransformNormalized(double x,
double y,
Point2D ptDst)
Transforms the specified (x,y) coordinates and stores the result in ptDst . |
protected abstract Point2D |
MapProjection.inverseTransformNormalized(double x,
double y,
Point2D ptDst)
Transforms the specified coordinate and stores the result in ptDst . |
protected Point2D |
ObliqueMercator.inverseTransformNormalized(double x,
double y,
Point2D ptDst)
Transforms the specified coordinate and stores the result in ptDst . |
protected Point2D |
AlbersEqualArea.inverseTransformNormalized(double x,
double y,
Point2D ptDst)
Transforms the specified (x,y) coordinates and stores the result in ptDst . |
protected Point2D |
ObliqueStereographic.inverseTransformNormalized(double x,
double y,
Point2D ptDst)
Transforms the specified (x,y) coordinates and stores the result in ptDst . |
protected Point2D |
PolarStereographic.inverseTransformNormalized(double x,
double y,
Point2D ptDst)
Transforms the specified (x,y) coordinates (units in radians) and stores the result in ptDst (linear distance on a unit sphere). |
protected Point2D |
EquidistantConic.inverseTransformNormalized(double x,
double y,
Point2D ptDst)
Transforms the specified (x,y) coordinates and stores the result in ptDst . |
protected Point2D |
Mollweide.inverseTransformNormalized(double x,
double y,
Point2D ptDst)
Transforms the specified (x,y) coordinates and stores the result in ptDst . |
protected Point2D |
TransverseMercator.inverseTransformNormalized(double x,
double y,
Point2D ptDst)
Transforms the specified (x,y) coordinates and stores the result in ptDst . |
protected Point2D |
Robinson.inverseTransformNormalized(double x,
double y,
Point2D ptDst)
Transforms the specified (x,y) coordinates and stores the result in ptDst . |
protected Point2D |
CassiniSoldner.inverseTransformNormalized(double x,
double y,
Point2D ptDst)
Transforms the specified (x,y) coordinate and stores the result in ptDst . |
protected Point2D |
Polyconic.inverseTransformNormalized(double x,
double y,
Point2D ptDst)
Transforms the specified (x,y) coordinates and stores the result in ptDst . |
protected Point2D |
Mercator.inverseTransformNormalized(double x,
double y,
Point2D ptDst)
Transforms the specified (x,y) coordinates and stores the result in ptDst . |
protected Point2D |
NewZealandMapGrid.inverseTransformNormalized(double x,
double y,
Point2D ptDst)
Transforms the specified (x,y) coordinates and stores the result in ptDst . |
protected Point2D |
EquidistantCylindrical.inverseTransformNormalized(double x,
double y,
Point2D ptDst)
Transforms the specified (x,y) coordinates and stores the result in ptDst . |
protected Point2D |
LambertAzimuthalEqualArea.inverseTransformNormalized(double x,
double y,
Point2D ptDst)
Transforms the specified (x,y) coordinate and stores the result in ptDst . |
protected Point2D |
ObliqueOrthographic.inverseTransformNormalized(double x,
double y,
Point2D ptDst)
Transforms the specified (x,y) coordinates and stores the result in ptDst . |
protected Point2D |
PlateCarree.inverseTransformNormalized(double x,
double y,
Point2D ptDst)
Transforms the specified (x,y) coordinates and stores the result in ptDst . |
void |
MapProjection.transform(double[] srcPts,
int srcOff,
double[] dstPts,
int dstOff,
int numPts)
Transforms a list of coordinate point ordinal values. |
void |
MapProjection.transform(float[] srcPts,
int srcOff,
float[] dstPts,
int dstOff,
int numPts)
Transforms a list of coordinate point ordinal values. |
Point2D |
MapProjection.transform(Point2D ptSrc,
Point2D ptDst)
Transforms the specified ptSrc and stores the result in ptDst . |
protected Point2D |
EquatorialOrthographic.transformNormalized(double x,
double y,
Point2D ptDst)
Transforms the specified (λ,φ) coordinates (units in radians) and stores the result in ptDst (linear distance
on a unit sphere). |
protected Point2D |
LambertConformal.transformNormalized(double x,
double y,
Point2D ptDst)
Transforms the specified (λ,φ) coordinates (units in radians) and stores the result in ptDst (linear distance
on a unit sphere). |
protected Point2D |
PolarOrthographic.transformNormalized(double x,
double y,
Point2D ptDst)
Transforms the specified (λ,φ) coordinates (units in radians) and stores the result in ptDst (linear distance
on a unit sphere). |
protected Point2D |
EquatorialStereographic.transformNormalized(double x,
double y,
Point2D ptDst)
Transforms the specified (λ,φ) coordinates (units in radians) and stores the result in ptDst (linear distance
on a unit sphere). |
protected Point2D |
WorldVanDerGrintenI.transformNormalized(double lambda,
double phi,
Point2D ptDst)
Transforms the specified (λ,φ) coordinates (units in radians) and stores the result in ptDst (linear distance
on a unit sphere). |
protected Point2D |
Krovak.transformNormalized(double lambda,
double phi,
Point2D ptDst)
Transforms the specified (λ,φ) coordinates (units in radians) and stores the result in ptDst (linear distance
on a unit sphere). |
protected Point2D |
WinkelTripel.transformNormalized(double lam,
double phi,
Point2D ptDst)
Transforms the specified (λ,φ) coordinates (units in radians) and stores the result in ptDst (linear distance
on a unit sphere). |
protected Point2D |
EckertIV.transformNormalized(double lam,
double phi,
Point2D ptDst)
Transforms the specified (λ,φ) coordinates (units in radians) and stores the result in ptDst (linear distance on a unit sphere). |
protected abstract Point2D |
MapProjection.transformNormalized(double lambda,
double phi,
Point2D ptDst)
Transforms the specified coordinate and stores the result in ptDst . |
protected Point2D |
ObliqueMercator.transformNormalized(double x,
double y,
Point2D ptDst)
Transforms the specified coordinate and stores the result in ptDst . |
protected Point2D |
AlbersEqualArea.transformNormalized(double x,
double y,
Point2D ptDst)
Transforms the specified (λ,φ) coordinates (units in radians) and stores the result in ptDst (linear distance
on a unit sphere). |
protected Point2D |
ObliqueStereographic.transformNormalized(double x,
double y,
Point2D ptDst)
Transforms the specified (λ,φ) coordinates (units in radians) and stores the result in ptDst (linear distance
on a unit sphere). |
protected Point2D |
PolarStereographic.transformNormalized(double x,
double y,
Point2D ptDst)
Transforms the specified (λ,φ) coordinates (units in radians) and stores the result in ptDst (linear distance
on a unit sphere). |
protected Point2D |
EquidistantConic.transformNormalized(double x,
double y,
Point2D ptDst)
Transforms the specified (λ,φ) coordinates (units in radians) and stores the result in ptDst (linear distance
on a unit sphere). |
protected Point2D |
Mollweide.transformNormalized(double lam,
double phi,
Point2D ptDst)
Transforms the specified (λ,φ) coordinates (units in radians) and stores the result in ptDst (linear distance on a unit sphere). |
protected Point2D |
TransverseMercator.transformNormalized(double x,
double y,
Point2D ptDst)
Transforms the specified (λ,φ) coordinates (units in radians) and stores the result in ptDst (linear distance
on a unit sphere). |
protected Point2D |
Robinson.transformNormalized(double lam,
double phi,
Point2D ptDst)
Transforms the specified (λ,φ) coordinates (units in radians) and stores the result in ptDst (linear distance
on a unit sphere). |
protected Point2D |
CassiniSoldner.transformNormalized(double lam,
double phi,
Point2D ptDst)
Transforms the specified (x,y) coordinate (units in radians) and stores the result in ptDst (linear distance on a unit sphere). |
protected Point2D |
Polyconic.transformNormalized(double lam,
double phi,
Point2D ptDst)
Transforms the specified (λ,φ) coordinates (units in radians) and stores the result in ptDst (linear distance
on a unit sphere). |
protected Point2D |
Mercator.transformNormalized(double x,
double y,
Point2D ptDst)
Transforms the specified (λ,φ) coordinates (units in radians) and stores the result in ptDst (linear distance
on a unit sphere). |
protected Point2D |
NewZealandMapGrid.transformNormalized(double x,
double y,
Point2D ptDst)
Transforms the specified (λ,φ) coordinates (units in radians) and stores the result in ptDst (linear distance
on a unit sphere). |
protected Point2D |
EquidistantCylindrical.transformNormalized(double x,
double y,
Point2D ptDst)
Transforms the specified (λ,φ) coordinates (units in radians) and stores the result in ptDst (linear distance
on a unit sphere). |
protected Point2D |
LambertAzimuthalEqualArea.transformNormalized(double lambda,
double phi,
Point2D ptDst)
Transforms the specified (λ,φ) coordinates (units in radians) and stores the result in ptDst (linear distance
on a unit sphere). |
protected Point2D |
ObliqueOrthographic.transformNormalized(double x,
double y,
Point2D ptDst)
Transforms the specified (λ,φ) coordinates (units in radians) and stores the result in ptDst (linear distance
on a unit sphere). |
protected Point2D |
PlateCarree.transformNormalized(double x,
double y,
Point2D ptDst)
Transforms the specified (λ,φ) coordinates (units in radians) and stores the result in ptDst (linear distance
on a unit sphere). |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |