public class IdrLoximuthal
extends MapProjection
Modifier and Type | Class and Description |
---|---|
static class |
IdrLoximuthal.Provider
The
org.geotools.referencing.operation.MathTransformProvider
for an krovak projection. |
Modifier and Type | Field and Description |
---|---|
protected double |
latitudeOfCenter |
protected double |
longitudeOfCenter |
Modifier | Constructor and Description |
---|---|
protected |
IdrLoximuthal(ParameterValueGroup parameters) |
Modifier and Type | Method and Description |
---|---|
ParameterDescriptorGroup |
getParameterDescriptors() |
ParameterValueGroup |
getParameterValues() |
protected Point2D |
inverseTransformNormalized(double x,
double y,
Point2D ptDst)
Transforms the specified (x,y) coordinate
and stores the result in
ptDst . |
protected Point2D |
transformNormalized(double lambda,
double phi,
Point2D ptDst)
Transforms the specified (λ,φ) coordinates
(units in radians) and stores the result in
ptDst (linear distance
on a unit sphere). |
protected final double latitudeOfCenter
protected final double longitudeOfCenter
protected IdrLoximuthal(ParameterValueGroup parameters) throws ParameterNotFoundException
ParameterNotFoundException
public ParameterDescriptorGroup getParameterDescriptors()
public ParameterValueGroup getParameterValues()
protected Point2D transformNormalized(double lambda, double phi, Point2D ptDst) throws ProjectionException
ptDst
(linear distance
on a unit sphere).ProjectionException