Uses of Class
org.geotools.ct.proj.ProjectionException

Packages that use ProjectionException
org.geotools.ct.proj A set of map projections implementations.  
 

Uses of ProjectionException in org.geotools.ct.proj
 

Subclasses of ProjectionException in org.geotools.ct.proj
 class PointOutsideEnvelopeException
          Deprecated. Replaced by PointOutsideEnvelopeException.
 

Methods in org.geotools.ct.proj that throw ProjectionException
protected  java.awt.geom.Point2D PolarStereographic.transformNormalized(double x, double y, java.awt.geom.Point2D ptDst)
          Deprecated. 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 PolarStereographic.inverseTransformNormalized(double x, double y, java.awt.geom.Point2D ptDst)
          Deprecated. Transforms the specified (x,y) coordinate (units in meters) 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)
          Deprecated. 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 AlbersEqualArea.inverseTransformNormalized(double x, double y, java.awt.geom.Point2D ptDst)
          Deprecated. Transforms the specified (x,y) coordinate and stores the result in ptDst.
protected  java.awt.geom.Point2D TransverseMercator.transformNormalized(double x, double y, java.awt.geom.Point2D ptDst)
          Deprecated. 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 TransverseMercator.inverseTransformNormalized(double x, double y, java.awt.geom.Point2D ptDst)
          Deprecated. Transforms the specified (x,y) coordinate and stores the result in ptDst.
protected  java.awt.geom.Point2D LambertConformal.transformNormalized(double x, double y, java.awt.geom.Point2D ptDst)
          Deprecated. 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 LambertConformal.inverseTransformNormalized(double x, double y, java.awt.geom.Point2D ptDst)
          Deprecated. Transforms the specified (x,y) coordinate and stores the result in ptDst.
protected  java.awt.geom.Point2D PolarOrthographic.transformNormalized(double x, double y, java.awt.geom.Point2D ptDst)
          Deprecated. 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 PolarOrthographic.inverseTransformNormalized(double x, double y, java.awt.geom.Point2D ptDst)
          Deprecated. Transforms the specified (x,y) coordinate and stores the result in ptDst.
protected  java.awt.geom.Point2D EquatorialStereographic.transformNormalized(double x, double y, java.awt.geom.Point2D ptDst)
          Deprecated. 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 ObliqueStereographic.transformNormalized(double x, double y, java.awt.geom.Point2D ptDst)
          Deprecated. 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 ObliqueStereographic.inverseTransformNormalized(double x, double y, java.awt.geom.Point2D ptDst)
          Deprecated. Transforms the specified (x,y) coordinate (linear distance on a unit sphere) and stores the result in ptDst (units in radians).
protected  java.awt.geom.Point2D Mercator.transformNormalized(double x, double y, java.awt.geom.Point2D ptDst)
          Deprecated. 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.inverseTransformNormalized(double x, double y, java.awt.geom.Point2D ptDst)
          Deprecated. Transforms the specified (x,y) coordinate and stores the result in ptDst.
protected  java.awt.geom.Point2D EquatorialOrthographic.transformNormalized(double x, double y, java.awt.geom.Point2D ptDst)
          Deprecated. 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 EquatorialOrthographic.inverseTransformNormalized(double x, double y, java.awt.geom.Point2D ptDst)
          Deprecated. Transforms the specified (x,y) coordinate and stores the result in ptDst.
protected abstract  java.awt.geom.Point2D MapProjection.inverseTransformNormalized(double x, double y, java.awt.geom.Point2D ptDst)
          Deprecated. Transforms the specified coordinate and stores the result in ptDst.
protected abstract  java.awt.geom.Point2D MapProjection.transformNormalized(double x, double y, java.awt.geom.Point2D ptDst)
          Deprecated. Transforms the specified coordinate and stores the result in ptDst.
 java.awt.geom.Point2D MapProjection.transform(java.awt.geom.Point2D ptSrc, java.awt.geom.Point2D ptDst)
          Deprecated. Transforms the specified ptSrc and stores the result in ptDst.
 void MapProjection.transform(double[] src, int srcOffset, double[] dest, int dstOffset, int numPts)
          Deprecated. Transforms a list of coordinate point ordinal values.
 void MapProjection.transform(float[] src, int srcOffset, float[] dest, int dstOffset, int numPts)
          Deprecated. Transforms a list of coordinate point ordinal values.
protected  java.awt.geom.Point2D ObliqueOrthographic.transformNormalized(double x, double y, java.awt.geom.Point2D ptDst)
          Deprecated. 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 ObliqueOrthographic.inverseTransformNormalized(double x, double y, java.awt.geom.Point2D ptDst)
          Deprecated. Transforms the specified (x,y) coordinate and stores the result in ptDst.
 



Copyright © GeoTools. All Rights Reserved.