public class IdrWinkelII
extends MapProjection
Modifier and Type | Class and Description |
---|---|
static class |
IdrWinkelII.Provider
The
org.geotools.referencing.operation.MathTransformProvider
for an krovak projection. |
Modifier and Type | Field and Description |
---|---|
protected double |
standardParallel |
Modifier | Constructor and Description |
---|---|
protected |
IdrWinkelII(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 IdrWinkelII(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