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  double MapProjection.inv_mlfn(double arg)
          Calculates the latitude (phi) from a meridian distance.
protected abstract  java.awt.geom.Point2D MapProjection.inverseTransformNormalized(double x, double y, java.awt.geom.Point2D ptDst)
          Transforms the specified coordinate and stores the result in ptDst.
protected  java.awt.geom.Point2D LambertConformal.inverseTransformNormalized(double x, double y, java.awt.geom.Point2D ptDst)
          Transforms the specified (x,y) coordinates and stores the result in ptDst.
protected  java.awt.geom.Point2D ObliqueStereographic.inverseTransformNormalized(double x, double y, java.awt.geom.Point2D ptDst)
          Transforms the specified (x,y) coordinates and stores the result in ptDst.
protected  java.awt.geom.Point2D AlbersEqualArea.inverseTransformNormalized(double x, double y, java.awt.geom.Point2D ptDst)
          Transforms the specified (x,y) coordinates and stores the result in ptDst.
protected  java.awt.geom.Point2D Polyconic.inverseTransformNormalized(double x, double y, java.awt.geom.Point2D ptDst)
          Transforms the specified (x,y) coordinates and stores the result in ptDst.
protected  java.awt.geom.Point2D CassiniSoldner.inverseTransformNormalized(double x, double y, java.awt.geom.Point2D ptDst)
          Transforms the specified (x,y) coordinate and stores the result in ptDst.
protected  java.awt.geom.Point2D Mercator.inverseTransformNormalized(double x, double y, java.awt.geom.Point2D ptDst)
          Transforms the specified (x,y) coordinates and stores the result in ptDst.
protected  java.awt.geom.Point2D Robinson.inverseTransformNormalized(double x, double y, java.awt.geom.Point2D ptDst)
          Transforms the specified (x,y) coordinates and stores the result in ptDst.
protected  java.awt.geom.Point2D EquidistantConic.inverseTransformNormalized(double x, double y, java.awt.geom.Point2D ptDst)
          Transforms the specified (x,y) coordinates and stores the result in ptDst.
protected  java.awt.geom.Point2D EquatorialOrthographic.inverseTransformNormalized(double x, double y, java.awt.geom.Point2D ptDst)
          Transforms the specified (x,y) coordinates and stores the result in ptDst.
protected  java.awt.geom.Point2D ObliqueOrthographic.inverseTransformNormalized(double x, double y, java.awt.geom.Point2D ptDst)
          Transforms the specified (x,y) coordinates and stores the result in ptDst.
protected  java.awt.geom.Point2D ObliqueMercator.inverseTransformNormalized(double x, double y, java.awt.geom.Point2D ptDst)
          Transforms the specified coordinate and stores the result in ptDst.
protected  java.awt.geom.Point2D TransverseMercator.inverseTransformNormalized(double x, double y, java.awt.geom.Point2D ptDst)
          Transforms the specified (x,y) coordinates and stores the result in ptDst.
protected  java.awt.geom.Point2D NewZealandMapGrid.inverseTransformNormalized(double x, double y, java.awt.geom.Point2D ptDst)
          Transforms the specified (x,y) coordinates and stores the result in ptDst.
protected  java.awt.geom.Point2D Krovak.inverseTransformNormalized(double x, double y, java.awt.geom.Point2D ptDst)
          Transforms the specified (x,y) coordinate and stores the result in ptDst.
protected  java.awt.geom.Point2D PolarStereographic.inverseTransformNormalized(double x, double y, java.awt.geom.Point2D ptDst)
          Transforms the specified (x,y) coordinates (units in radians) and stores the result in ptDst (linear distance on a unit sphere).
protected  java.awt.geom.Point2D LambertAzimuthalEqualArea.inverseTransformNormalized(double x, double y, java.awt.geom.Point2D ptDst)
          Transforms the specified (x,y) coordinate and stores the result in ptDst.
protected  java.awt.geom.Point2D EquidistantCylindrical.inverseTransformNormalized(double x, double y, java.awt.geom.Point2D ptDst)
          Transforms the specified (x,y) coordinates and stores the result in ptDst.
protected  java.awt.geom.Point2D PolarOrthographic.inverseTransformNormalized(double x, double y, java.awt.geom.Point2D ptDst)
          Transforms the specified (x,y) coordinates and stores the result in ptDst.
protected  java.awt.geom.Point2D PlateCarree.inverseTransformNormalized(double x, double y, java.awt.geom.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.
 java.awt.geom.Point2D MapProjection.transform(java.awt.geom.Point2D ptSrc, java.awt.geom.Point2D ptDst)
          Transforms the specified ptSrc and stores the result in ptDst.
protected abstract  java.awt.geom.Point2D MapProjection.transformNormalized(double lambda, double phi, java.awt.geom.Point2D ptDst)
          Transforms the specified coordinate and stores the result in ptDst.
protected  java.awt.geom.Point2D LambertConformal.transformNormalized(double x, double y, java.awt.geom.Point2D ptDst)
          Transforms the specified (λ,φ) coordinates (units in radians) and stores the result in ptDst (linear distance on a unit sphere).
protected  java.awt.geom.Point2D ObliqueStereographic.transformNormalized(double x, double y, java.awt.geom.Point2D ptDst)
          Transforms the specified (λ,φ) coordinates (units in radians) and stores the result in ptDst (linear distance on a unit sphere).
protected  java.awt.geom.Point2D AlbersEqualArea.transformNormalized(double x, double y, java.awt.geom.Point2D ptDst)
          Transforms the specified (λ,φ) coordinates (units in radians) and stores the result in ptDst (linear distance on a unit sphere).
protected  java.awt.geom.Point2D Polyconic.transformNormalized(double lam, double phi, java.awt.geom.Point2D ptDst)
          Transforms the specified (λ,φ) coordinates (units in radians) and stores the result in ptDst (linear distance on a unit sphere).
protected  java.awt.geom.Point2D CassiniSoldner.transformNormalized(double lam, double phi, java.awt.geom.Point2D ptDst)
          Transforms the specified (x,y) coordinate (units in radians) and stores the result in ptDst (linear distance on a unit sphere).
protected  java.awt.geom.Point2D Mercator.transformNormalized(double x, double y, java.awt.geom.Point2D ptDst)
          Transforms the specified (λ,φ) coordinates (units in radians) and stores the result in ptDst (linear distance on a unit sphere).
protected  java.awt.geom.Point2D EquatorialStereographic.transformNormalized(double x, double y, java.awt.geom.Point2D ptDst)
          Transforms the specified (λ,φ) coordinates (units in radians) and stores the result in ptDst (linear distance on a unit sphere).
protected  java.awt.geom.Point2D Robinson.transformNormalized(double lam, double phi, java.awt.geom.Point2D ptDst)
          Transforms the specified (λ,φ) coordinates (units in radians) and stores the result in ptDst (linear distance on a unit sphere).
protected  java.awt.geom.Point2D EquidistantConic.transformNormalized(double x, double y, java.awt.geom.Point2D ptDst)
          Transforms the specified (λ,φ) coordinates (units in radians) and stores the result in ptDst (linear distance on a unit sphere).
protected  java.awt.geom.Point2D EquatorialOrthographic.transformNormalized(double x, double y, java.awt.geom.Point2D ptDst)
          Transforms the specified (λ,φ) coordinates (units in radians) and stores the result in ptDst (linear distance on a unit sphere).
protected  java.awt.geom.Point2D ObliqueOrthographic.transformNormalized(double x, double y, java.awt.geom.Point2D ptDst)
          Transforms the specified (λ,φ) coordinates (units in radians) and stores the result in ptDst (linear distance on a unit sphere).
protected  java.awt.geom.Point2D ObliqueMercator.transformNormalized(double x, double y, java.awt.geom.Point2D ptDst)
          Transforms the specified coordinate and stores the result in ptDst.
protected  java.awt.geom.Point2D TransverseMercator.transformNormalized(double x, double y, java.awt.geom.Point2D ptDst)
          Transforms the specified (λ,φ) coordinates (units in radians) and stores the result in ptDst (linear distance on a unit sphere).
protected  java.awt.geom.Point2D NewZealandMapGrid.transformNormalized(double x, double y, java.awt.geom.Point2D ptDst)
          Transforms the specified (λ,φ) coordinates (units in radians) and stores the result in ptDst (linear distance on a unit sphere).
protected  java.awt.geom.Point2D Krovak.transformNormalized(double lambda, double phi, java.awt.geom.Point2D ptDst)
          Transforms the specified (λ,φ) coordinates (units in radians) and stores the result in ptDst (linear distance on a unit sphere).
protected  java.awt.geom.Point2D PolarStereographic.transformNormalized(double x, double y, java.awt.geom.Point2D ptDst)
          Transforms the specified (λ,φ) coordinates (units in radians) and stores the result in ptDst (linear distance on a unit sphere).
protected  java.awt.geom.Point2D LambertAzimuthalEqualArea.transformNormalized(double lambda, double phi, java.awt.geom.Point2D ptDst)
          Transforms the specified (λ,φ) coordinates (units in radians) and stores the result in ptDst (linear distance on a unit sphere).
protected  java.awt.geom.Point2D EquidistantCylindrical.transformNormalized(double x, double y, java.awt.geom.Point2D ptDst)
          Transforms the specified (λ,φ) coordinates (units in radians) and stores the result in ptDst (linear distance on a unit sphere).
protected  java.awt.geom.Point2D PolarOrthographic.transformNormalized(double x, double y, java.awt.geom.Point2D ptDst)
          Transforms the specified (λ,φ) coordinates (units in radians) and stores the result in ptDst (linear distance on a unit sphere).
protected  java.awt.geom.Point2D PlateCarree.transformNormalized(double x, double y, java.awt.geom.Point2D ptDst)
          Transforms the specified (λ,φ) coordinates (units in radians) and stores the result in ptDst (linear distance on a unit sphere).
 



Copyright © 1996-2010 Geotools. All Rights Reserved.