public class IdrObliqueMercator
extends MapProjection
IdrObliqueMercator are:
 libproj4 is available at
       libproj4 MiscellaneaPJ_omerc.c, pj_tsfn.c,
        pj_fwd.c, pj_inv.c and lib_proj.h| Modifier and Type | Class and Description | 
|---|---|
| static class  | IdrObliqueMercator.ProviderThe  org.geotools.referencing.operation.MathTransformProviderfor anIdrObliqueMercatorprojection. | 
| static class  | IdrObliqueMercator.Provider_HotineThe  org.geotools.referencing.operation.MathTransformProviderfor a HotineIdrObliqueMercatorprojection. | 
| static class  | IdrObliqueMercator.Provider_Hotine_TwoPointThe  org.geotools.referencing.operation.MathTransformProviderfor a HotineIdrObliqueMercatorprojection, specified with
 two points on the central line (instead of a central point and azimuth). | 
| static class  | IdrObliqueMercator.Provider_TwoPointThe  org.geotools.referencing.operation.MathTransformProviderfor aIdrObliqueMercatorprojection, specified with
 two points on the central line (instead of a central point and azimuth). | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(java.lang.Object object)Compares the specified object with this map projection for equality. | 
| ParameterDescriptorGroup | getParameterDescriptors() | 
| ParameterValueGroup | getParameterValues() | 
| protected double | getToleranceForAssertions(double longitude,
                         double latitude)Maximal error (in metres) tolerated for assertion, if enabled. | 
| int | hashCode()Returns a hash value for this projection. | 
| protected java.awt.geom.Point2D | inverseTransformNormalized(double x,
                          double y,
                          java.awt.geom.Point2D ptDst) | 
| protected java.awt.geom.Point2D | transformNormalized(double x,
                   double y,
                   java.awt.geom.Point2D ptDst) | 
public ParameterDescriptorGroup getParameterDescriptors()
public ParameterValueGroup getParameterValues()
protected java.awt.geom.Point2D transformNormalized(double x,
                                                    double y,
                                                    java.awt.geom.Point2D ptDst)
                                             throws ProjectionException
ProjectionExceptionprotected java.awt.geom.Point2D inverseTransformNormalized(double x,
                                                           double y,
                                                           java.awt.geom.Point2D ptDst)
                                                    throws ProjectionException
ProjectionExceptionprotected double getToleranceForAssertions(double longitude,
                                           double latitude)
longitude - The longitude in degrees.latitude - The latitude in degrees.public int hashCode()
public boolean equals(java.lang.Object object)