Uses of Class
org.geotools.referencing.operation.projection.ProjectionException

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  Point2D TransverseMercator.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 PolarOrthographic.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.
protected  Point2D ObliqueStereographic.inverseTransformNormalized(double x, double y, Point2D ptDst)
          Transforms the specified (x,y) coordinates 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 ObliqueMercator.inverseTransformNormalized(double x, double y, Point2D ptDst)
          Transforms the specified coordinate 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 Mercator.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 LambertConformal.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 Krovak.inverseTransformNormalized(double x, double y, Point2D ptDst)
          Transforms the specified (x,y) coordinate 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 EquatorialOrthographic.inverseTransformNormalized(double x, double y, Point2D ptDst)
          Transforms the specified (x,y) coordinates 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.
 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 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 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 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 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).
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 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 ObliqueMercator.transformNormalized(double x, double y, Point2D ptDst)
          Transforms the specified coordinate and stores the result in ptDst.
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 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 abstract  Point2D MapProjection.transformNormalized(double lambda, double phi, Point2D ptDst)
          Transforms the specified coordinate and stores the result in ptDst.
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 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 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 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 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 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 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).
 



Copyright © 1996-2009 Geotools. All Rights Reserved.