public class IdrEquidistantConic
extends MapProjection
| Modifier and Type | Class and Description | 
|---|---|
| static class  | IdrEquidistantConic.Provider | 
| Modifier and Type | Field and Description | 
|---|---|
| protected double | latitudeOfCenter | 
| protected double | longitudeOfCenter | 
| Modifier | Constructor and Description | 
|---|---|
| protected  | IdrEquidistantConic(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 final double latitudeOfCenter
protected final double longitudeOfCenter
protected IdrEquidistantConic(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