public class IdrWinkelI
extends MapProjection
| Modifier and Type | Class and Description | 
|---|---|
| static class  | IdrWinkelI.ProviderThe  org.geotools.referencing.operation.MathTransformProviderfor ankrovakprojection. | 
| Modifier and Type | Field and Description | 
|---|---|
| protected double | standardParallel | 
| Modifier | Constructor and Description | 
|---|---|
| protected  | IdrWinkelI(ParameterValueGroup parameters) | 
| Modifier and Type | Method and Description | 
|---|---|
| ParameterDescriptorGroup | getParameterDescriptors() | 
| ParameterValueGroup | getParameterValues() | 
| protected java.awt.geom.Point2D | inverseTransformNormalized(double x,
                          double y,
                          java.awt.geom.Point2D ptDst)Transforms the specified (x,y) coordinate
 and stores the result in  ptDst. | 
| protected java.awt.geom.Point2D | transformNormalized(double lambda,
                   double phi,
                   java.awt.geom.Point2D ptDst)Transforms the specified (λ,φ) coordinates
 (units in radians) and stores the result in  ptDst(linear distance
 on a unit sphere). | 
protected IdrWinkelI(ParameterValueGroup parameters)
              throws ParameterNotFoundException
ParameterNotFoundExceptionpublic ParameterDescriptorGroup getParameterDescriptors()
public ParameterValueGroup getParameterValues()
protected java.awt.geom.Point2D transformNormalized(double lambda,
                                                    double phi,
                                                    java.awt.geom.Point2D ptDst)
                                             throws ProjectionException
ptDst (linear distance
 on a unit sphere).ProjectionExceptionprotected java.awt.geom.Point2D inverseTransformNormalized(double x,
                                                           double y,
                                                           java.awt.geom.Point2D ptDst)
                                                    throws ProjectionException
ptDst.ProjectionException