protected void |
AlbersEqualArea.inverseTransform(double[] srcPts,
int srcOff,
double[] dstPts,
int dstOff) |
Converts the specified (x,y) coordinates and stores the (θ,φ) result in dstPts .
|
protected void |
CylindricalEqualArea.inverseTransform(double[] srcPts,
int srcOff,
double[] dstPts,
int dstOff) |
Converts the specified (x,y) coordinates
and stores the result in dstPts (angles in radians).
|
protected void |
LambertConicConformal.inverseTransform(double[] srcPts,
int srcOff,
double[] dstPts,
int dstOff) |
Converts the specified (x,y) coordinates and stores the (θ,φ) result in dstPts .
|
protected void |
Mercator.inverseTransform(double[] srcPts,
int srcOff,
double[] dstPts,
int dstOff) |
Converts the specified (x,y) coordinates
and stores the result in dstPts (angles in radians).
|
protected abstract void |
NormalizedProjection.inverseTransform(double[] srcPts,
int srcOff,
double[] dstPts,
int dstOff) |
Inverse converts the single coordinate in srcPts at the given offset and stores the result in
ptDst 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 in dstPts
(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 in dstPts
(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 in dstPts (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 in dstPts (angles in radians).
|
protected void |
TransverseMercator.inverseTransform(double[] srcPts,
int srcOff,
double[] dstPts,
int dstOff) |
Transforms the specified (η, ξ) coordinates and stores the result in dstPts (angles in radians).
|
Matrix |
AlbersEqualArea.transform(double[] srcPts,
int srcOff,
double[] dstPts,
int dstOff,
boolean derivate) |
Converts the specified (θ,φ) coordinate (units in radians) and stores the result in dstPts .
|
Matrix |
CylindricalEqualArea.transform(double[] srcPts,
int srcOff,
double[] dstPts,
int dstOff,
boolean derivate) |
Converts the specified (λ,φ) coordinate (units in radians) and stores the result in dstPts
(linear distance on a unit sphere).
|
Matrix |
LambertConicConformal.transform(double[] srcPts,
int srcOff,
double[] dstPts,
int dstOff,
boolean derivate) |
Converts the specified (θ,φ) coordinate (units in radians) and stores the result in dstPts .
|
Matrix |
Mercator.transform(double[] srcPts,
int srcOff,
double[] dstPts,
int dstOff,
boolean derivate) |
Converts the specified (λ,φ) coordinate (units in radians) and stores the result in dstPts
(linear distance on a unit sphere).
|
Matrix |
Mollweide.transform(double[] srcPts,
int srcOff,
double[] dstPts,
int dstOff,
boolean derivate) |
Converts the specified (λ,φ) coordinate and stores the (x,y) result in dstPts .
|
abstract Matrix |
NormalizedProjection.transform(double[] srcPts,
int srcOff,
double[] dstPts,
int dstOff,
boolean derivate) |
Converts a single coordinate in srcPts at the given offset and stores the result
in dstPts at the given offset.
|
Matrix |
ObliqueMercator.transform(double[] srcPts,
int srcOff,
double[] dstPts,
int dstOff,
boolean derivate) |
Converts the specified (λ,φ) coordinate (units in radians) and stores the result in dstPts .
|
Matrix |
ObliqueStereographic.transform(double[] srcPts,
int srcOff,
double[] dstPts,
int dstOff,
boolean derivate) |
Converts the specified (λ,φ) coordinate (units in radians) and stores the result in dstPts .
|
Matrix |
PolarStereographic.transform(double[] srcPts,
int srcOff,
double[] dstPts,
int dstOff,
boolean derivate) |
Converts the specified (θ,φ) coordinate (units in radians) and stores the result in dstPts .
|
Matrix |
Polyconic.transform(double[] srcPts,
int srcOff,
double[] dstPts,
int dstOff,
boolean derivate) |
Converts the specified (λ,φ) coordinate (units in radians) and stores the result in dstPts
(linear distance on a unit sphere).
|
Matrix |
Sinusoidal.transform(double[] srcPts,
int srcOff,
double[] dstPts,
int dstOff,
boolean derivate) |
Converts the specified (λ,φ) coordinate (units in radians) and stores the result in dstPts
(linear distance on a unit sphere).
|
Matrix |
TransverseMercator.transform(double[] srcPts,
int srcOff,
double[] dstPts,
int dstOff,
boolean derivate) |
Converts the specified (λ,φ) coordinate (units in radians) and stores the result in dstPts .
|