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 void
AlbersEqualArea.inverseTransform
(double[] srcPts, int srcOff, double[] dstPts, int dstOff) Converts the specified (x,y) coordinates and stores the (θ,φ) result indstPts
.protected void
AzimuthalEquidistant.inverseTransform
(double[] srcPts, int srcOff, double[] dstPts, int dstOff) Converts the specified (x,y) coordinates and stores the result indstPts
(angles in radians).protected void
CassiniSoldner.inverseTransform
(double[] srcPts, int srcOff, double[] dstPts, int dstOff) Converts the specified (x,y) coordinates and stores the result indstPts
(angles in radians).protected void
CylindricalEqualArea.inverseTransform
(double[] srcPts, int srcOff, double[] dstPts, int dstOff) Converts the specified (x,y) coordinates and stores the result indstPts
(angles in radians).protected void
LambertAzimuthalEqualArea.inverseTransform
(double[] srcPts, int srcOff, double[] dstPts, int dstOff) Converts the specified (x,y) coordinates and stores the (λ,φ) result indstPts
.protected void
LambertConicConformal.inverseTransform
(double[] srcPts, int srcOff, double[] dstPts, int dstOff) Converts the specified (x,y) coordinates and stores the (θ,φ) result indstPts
.protected void
Mercator.inverseTransform
(double[] srcPts, int srcOff, double[] dstPts, int dstOff) Converts the specified (x,y) coordinates and stores the result indstPts
(angles in radians).protected void
ModifiedAzimuthalEquidistant.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 void
NormalizedProjection.inverseTransform
(double[] srcPts, int srcOff, double[] dstPts, int dstOff) Inverse converts the single coordinate tuple insrcPts
at the given offset and stores the result inptDst
at the given offset.protected void
ObliqueMercator.inverseTransform
(double[] srcPts, int srcOff, double[] dstPts, int dstOff) Converts the specified (x,y) coordinates and stores the result indstPts
(angles in radians).protected void
ObliqueStereographic.inverseTransform
(double[] srcPts, int srcOff, double[] dstPts, int dstOff) Converts the specified (x,y) coordinates and stores the result indstPts
(angles in radians).protected void
Orthographic.inverseTransform
(double[] srcPts, int srcOff, double[] dstPts, int dstOff) Converts the specified (x,y) coordinates and stores the result indstPts
(angles in radians).protected void
PolarStereographic.inverseTransform
(double[] srcPts, int srcOff, double[] dstPts, int dstOff) Converts the specified (x,y) coordinates and stores the result indstPts
(angles in radians).protected void
Polyconic.inverseTransform
(double[] srcPts, int srcOff, double[] dstPts, int dstOff) Transforms the specified (x,y) coordinates and stores the result indstPts
(angles in radians).protected void
SatelliteTracking.inverseTransform
(double[] srcPts, int srcOff, double[] dstPts, int dstOff) Transforms the specified (x,y) coordinates and stores the result indstPts
(angles in radians).protected void
TransverseMercator.inverseTransform
(double[] srcPts, int srcOff, double[] dstPts, int dstOff) Transforms the specified (η, ξ) coordinates and stores the result indstPts
(angles in radians).AlbersEqualArea.transform
(double[] srcPts, int srcOff, double[] dstPts, int dstOff, boolean derivate) Projects the specified (θ,φ) coordinates and stores the result indstPts
.AzimuthalEquidistant.transform
(double[] srcPts, int srcOff, double[] dstPts, int dstOff, boolean derivate) Projects the specified (λ,φ) coordinates (units in radians) and stores the result indstPts
.CassiniSoldner.transform
(double[] srcPts, int srcOff, double[] dstPts, int dstOff, boolean derivate) Projects the specified (λ,φ) coordinates (units in radians) and stores the result indstPts
.CylindricalEqualArea.transform
(double[] srcPts, int srcOff, double[] dstPts, int dstOff, boolean derivate) Projects the specified (λ,φ) coordinates (units in radians) and stores the result indstPts
.LambertAzimuthalEqualArea.transform
(double[] srcPts, int srcOff, double[] dstPts, int dstOff, boolean derivate) Projects the specified (λ,φ) coordinates (units in radians) and stores the result indstPts
.LambertConicConformal.transform
(double[] srcPts, int srcOff, double[] dstPts, int dstOff, boolean derivate) Projects the specified (θ,φ) coordinates and stores the result indstPts
.Mercator.transform
(double[] srcPts, int srcOff, double[] dstPts, int dstOff, boolean derivate) Projects the specified coordinates (implementation-specific units) and stores the result indstPts
.ModifiedAzimuthalEquidistant.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
.Mollweide.transform
(double[] srcPts, int srcOff, double[] dstPts, int dstOff, boolean derivate) Projects the specified (Λ,φ) coordinates and stores the (x,y) result indstPts
.abstract Matrix
NormalizedProjection.transform
(double[] srcPts, int srcOff, double[] dstPts, int dstOff, boolean derivate) Projects a single coordinate tuple insrcPts
at the given offset and stores the result indstPts
at the given offset.ObliqueMercator.transform
(double[] srcPts, int srcOff, double[] dstPts, int dstOff, boolean derivate) Projects the specified (λ,φ) coordinates (units in radians) and stores the result indstPts
.ObliqueStereographic.transform
(double[] srcPts, int srcOff, double[] dstPts, int dstOff, boolean derivate) Projects the specified (Λ,φ) coordinates and stores the result indstPts
.Orthographic.transform
(double[] srcPts, int srcOff, double[] dstPts, int dstOff, boolean derivate) Projects the specified (λ,φ) coordinates and stores the result indstPts
.PolarStereographic.transform
(double[] srcPts, int srcOff, double[] dstPts, int dstOff, boolean derivate) Projects the specified (λ,φ) coordinates (units in radians) and stores the result indstPts
.Polyconic.transform
(double[] srcPts, int srcOff, double[] dstPts, int dstOff, boolean derivate) Projects the specified (λ,φ) coordinates (units in radians) and stores the result indstPts
.SatelliteTracking.transform
(double[] srcPts, int srcOff, double[] dstPts, int dstOff, boolean derivate) Projects the specified (λ,φ) coordinates and stores the result indstPts
.Sinusoidal.transform
(double[] srcPts, int srcOff, double[] dstPts, int dstOff, boolean derivate) Projects the specified (λ,φ) coordinates (units in radians) and stores the result indstPts
.TransverseMercator.transform
(double[] srcPts, int srcOff, double[] dstPts, int dstOff, boolean derivate) Projects the specified (λ,φ) coordinates (units in radians) and stores the result indstPts
.