public class StereographicProjector extends java.lang.Object implements SphericalProjector
SphericalProjector.ProjectorType| Constructor and Description | 
|---|
| StereographicProjector() | 
| Modifier and Type | Method and Description | 
|---|---|
| int | getFlags() | 
| void | getJacobian(double X,
           double Y,
           double[] out) | 
| static void | getJacobian(double X,
           double Y,
           double[] out,
           int flags) | 
| void | getJacobian(double x,
           double y,
           double z,
           double[] out) | 
| static void | getJacobian(double x,
           double y,
           double z,
           double[] out,
           int flags) | 
| SphericalProjector.ProjectorType | getType() | 
| void | planeToSphere(double X,
             double Y,
             double[] out) | 
| static void | planeToSphere(double X,
             double Y,
             double[] out,
             int flags) | 
| void | setFlags(int flags) | 
| void | sphereToPlane(double x,
             double y,
             double z,
             double[] out) | 
| static void | sphereToPlane(double x,
             double y,
             double z,
             double[] out,
             int flags) | 
public static void planeToSphere(double X,
                                 double Y,
                                 double[] out,
                                 int flags)
public static void sphereToPlane(double x,
                                 double y,
                                 double z,
                                 double[] out,
                                 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 SphericalProjectorpublic static void getJacobian(double X,
                               double Y,
                               double[] out,
                               int flags)
public static void getJacobian(double x,
                               double y,
                               double z,
                               double[] out,
                               int flags)