Uses of Class
org.apache.sis.referencing.operation.projection.ProjectionException
Packages that use ProjectionException
-
Uses of ProjectionException in org.apache.sis.referencing.operation.projection
Methods in org.apache.sis.referencing.operation.projection that throw ProjectionExceptionModifier and TypeMethodDescriptionprotected voidAlbersEqualArea.inverseTransform(double[] srcPts, int srcOff, double[] dstPts, int dstOff) Converts the specified (x,y) coordinates and stores the (θ,φ) result indstPts.protected voidAzimuthalEquidistant.inverseTransform(double[] srcPts, int srcOff, double[] dstPts, int dstOff) Converts the specified (x,y) coordinates and stores the result indstPts(angles in radians).protected voidCassiniSoldner.inverseTransform(double[] srcPts, int srcOff, double[] dstPts, int dstOff) Converts the specified (x,y) coordinates and stores the result indstPts(angles in radians).protected voidCylindricalEqualArea.inverseTransform(double[] srcPts, int srcOff, double[] dstPts, int dstOff) Converts the specified (x,y) coordinates and stores the result indstPts(angles in radians).protected voidLambertAzimuthalEqualArea.inverseTransform(double[] srcPts, int srcOff, double[] dstPts, int dstOff) Converts the specified (x,y) coordinates and stores the (λ,φ) result indstPts.protected voidLambertConicConformal.inverseTransform(double[] srcPts, int srcOff, double[] dstPts, int dstOff) Converts the specified (x,y) coordinates and stores the (θ,φ) result indstPts.protected voidMercator.inverseTransform(double[] srcPts, int srcOff, double[] dstPts, int dstOff) Converts the specified (x,y) coordinates and stores the result indstPts(angles in radians).protected voidModifiedAzimuthalEquidistant.inverseTransform(double[] srcPts, int srcOff, double[] dstPts, int dstOff) Converts the specified (x,y) coordinates and stores the result indstPts(angles in radians).protected abstract voidNormalizedProjection.inverseTransform(double[] srcPts, int srcOff, double[] dstPts, int dstOff) Inverse converts the single coordinate tuple insrcPtsat the given offset and stores the result inptDstat the given offset.protected voidObliqueMercator.inverseTransform(double[] srcPts, int srcOff, double[] dstPts, int dstOff) Converts the specified (x,y) coordinates and stores the result indstPts(angles in radians).protected voidObliqueStereographic.inverseTransform(double[] srcPts, int srcOff, double[] dstPts, int dstOff) Converts the specified (x,y) coordinates and stores the result indstPts(angles in radians).protected voidOrthographic.inverseTransform(double[] srcPts, int srcOff, double[] dstPts, int dstOff) Converts the specified (x,y) coordinates and stores the result indstPts(angles in radians).protected voidPolarStereographic.inverseTransform(double[] srcPts, int srcOff, double[] dstPts, int dstOff) Converts the specified (x,y) coordinates and stores the result indstPts(angles in radians).protected voidPolyconic.inverseTransform(double[] srcPts, int srcOff, double[] dstPts, int dstOff) Transforms the specified (x,y) coordinates and stores the result indstPts(angles in radians).protected voidSatelliteTracking.inverseTransform(double[] srcPts, int srcOff, double[] dstPts, int dstOff) Transforms the specified (x,y) coordinates and stores the result indstPts(angles in radians).protected voidTransverseMercator.inverseTransform(double[] srcPts, int srcOff, double[] dstPts, int dstOff) Transforms the specified (η, ξ) coordinates and stores the result indstPts(angles in radians).org.opengis.referencing.operation.MatrixAlbersEqualArea.transform(double[] srcPts, int srcOff, double[] dstPts, int dstOff, boolean derivate) Projects the specified (θ,φ) coordinates and stores the result indstPts.org.opengis.referencing.operation.MatrixAzimuthalEquidistant.transform(double[] srcPts, int srcOff, double[] dstPts, int dstOff, boolean derivate) Projects the specified (λ,φ) coordinates (units in radians) and stores the result indstPts.org.opengis.referencing.operation.MatrixCassiniSoldner.transform(double[] srcPts, int srcOff, double[] dstPts, int dstOff, boolean derivate) Projects the specified (λ,φ) coordinates (units in radians) and stores the result indstPts.org.opengis.referencing.operation.MatrixCylindricalEqualArea.transform(double[] srcPts, int srcOff, double[] dstPts, int dstOff, boolean derivate) Projects the specified (λ,φ) coordinates (units in radians) and stores the result indstPts.org.opengis.referencing.operation.MatrixLambertAzimuthalEqualArea.transform(double[] srcPts, int srcOff, double[] dstPts, int dstOff, boolean derivate) Projects the specified (λ,φ) coordinates (units in radians) and stores the result indstPts.org.opengis.referencing.operation.MatrixLambertConicConformal.transform(double[] srcPts, int srcOff, double[] dstPts, int dstOff, boolean derivate) Projects the specified (θ,φ) coordinates and stores the result indstPts.org.opengis.referencing.operation.MatrixMercator.transform(double[] srcPts, int srcOff, double[] dstPts, int dstOff, boolean derivate) Projects the specified coordinates (implementation-specific units) and stores the result indstPts.org.opengis.referencing.operation.MatrixModifiedAzimuthalEquidistant.transform(double[] srcPts, int srcOff, double[] dstPts, int dstOff, boolean derivate) Projects the specified (λ,φ) coordinates (units in radians) and stores the (x,y) result indstPts.org.opengis.referencing.operation.MatrixMollweide.transform(double[] srcPts, int srcOff, double[] dstPts, int dstOff, boolean derivate) Projects the specified (Λ,φ) coordinates and stores the (x,y) result indstPts.abstract org.opengis.referencing.operation.MatrixNormalizedProjection.transform(double[] srcPts, int srcOff, double[] dstPts, int dstOff, boolean derivate) Projects a single coordinate tuple insrcPtsat the given offset and stores the result indstPtsat the given offset.org.opengis.referencing.operation.MatrixObliqueMercator.transform(double[] srcPts, int srcOff, double[] dstPts, int dstOff, boolean derivate) Projects the specified (λ,φ) coordinates (units in radians) and stores the result indstPts.org.opengis.referencing.operation.MatrixObliqueStereographic.transform(double[] srcPts, int srcOff, double[] dstPts, int dstOff, boolean derivate) Projects the specified (Λ,φ) coordinates and stores the result indstPts.org.opengis.referencing.operation.MatrixOrthographic.transform(double[] srcPts, int srcOff, double[] dstPts, int dstOff, boolean derivate) Projects the specified (λ,φ) coordinates and stores the result indstPts.org.opengis.referencing.operation.MatrixPolarStereographic.transform(double[] srcPts, int srcOff, double[] dstPts, int dstOff, boolean derivate) Projects the specified (λ,φ) coordinates (units in radians) and stores the result indstPts.org.opengis.referencing.operation.MatrixPolyconic.transform(double[] srcPts, int srcOff, double[] dstPts, int dstOff, boolean derivate) Projects the specified (λ,φ) coordinates (units in radians) and stores the result indstPts.org.opengis.referencing.operation.MatrixSatelliteTracking.transform(double[] srcPts, int srcOff, double[] dstPts, int dstOff, boolean derivate) Projects the specified (λ,φ) coordinates and stores the result indstPts.org.opengis.referencing.operation.MatrixSinusoidal.transform(double[] srcPts, int srcOff, double[] dstPts, int dstOff, boolean derivate) Projects the specified (λ,φ) coordinates (units in radians) and stores the result indstPts.org.opengis.referencing.operation.MatrixTransverseMercator.transform(double[] srcPts, int srcOff, double[] dstPts, int dstOff, boolean derivate) Projects the specified (λ,φ) coordinates (units in radians) and stores the result indstPts.