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.Provider
The
org.geotools.referencing.operation.MathTransformProvider
for an IdrObliqueMercator projection. |
static class |
IdrObliqueMercator.Provider_Hotine
The
org.geotools.referencing.operation.MathTransformProvider
for a Hotine IdrObliqueMercator projection. |
static class |
IdrObliqueMercator.Provider_Hotine_TwoPoint
The
org.geotools.referencing.operation.MathTransformProvider
for a Hotine IdrObliqueMercator projection, specified with
two points on the central line (instead of a central point and azimuth). |
static class |
IdrObliqueMercator.Provider_TwoPoint
The
org.geotools.referencing.operation.MathTransformProvider
for a IdrObliqueMercator projection, 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)