public class PolarProjector extends java.lang.Object implements SphericalProjector
| Modifier and Type | Class and Description | 
|---|---|
| static class  | PolarProjector.Pole | 
SphericalProjector.ProjectorType| Modifier and Type | Field and Description | 
|---|---|
| static int | CENTER | 
| Constructor and Description | 
|---|
| PolarProjector() | 
| Modifier and Type | Method and Description | 
|---|---|
| int | getFlags() | 
| void | getJacobian(double X,
           double Y,
           double[] out) | 
| void | getJacobian(double x,
           double y,
           double z,
           double[] out) | 
| PolarProjector.Pole | getPole() | 
| SphericalProjector.ProjectorType | getType() | 
| void | planeToSphere(double X,
             double Y,
             double[] out) | 
| static void | planeToSphere(double X,
             double Y,
             double[] out,
             PolarProjector.Pole pole,
             int flags) | 
| void | setFlags(int flags) | 
| void | setPole(PolarProjector.Pole pole) | 
| void | sphereToPlane(double x,
             double y,
             double z,
             double[] out) | 
| static void | sphereToPlane(double x,
             double y,
             double z,
             double[] out,
             PolarProjector.Pole pole,
             int flags) | 
public PolarProjector.Pole getPole()
public void setPole(PolarProjector.Pole pole)
public static void planeToSphere(double X,
                                 double Y,
                                 double[] out,
                                 PolarProjector.Pole pole,
                                 int flags)
public static void sphereToPlane(double x,
                                 double y,
                                 double z,
                                 double[] out,
                                 PolarProjector.Pole pole,
                                 int flags)
public void planeToSphere(double X,
                          double Y,
                          double[] out)
planeToSphere in interface SphericalProjectorpublic void sphereToPlane(double x,
                          double y,
                          double z,
                          double[] out)
sphereToPlane in interface SphericalProjectorpublic void setFlags(int flags)
public int getFlags()
public SphericalProjector.ProjectorType getType()
getType in interface SphericalProjectorpublic void getJacobian(double X,
                        double Y,
                        double[] out)
getJacobian in interface SphericalProjectorpublic void getJacobian(double x,
                        double y,
                        double z,
                        double[] out)
getJacobian in interface SphericalProjector