public class IdrEquidistantCylindrical
extends MapProjection
standard_parallel_1
is 0, this projection is also called
Plate Carree or Equirectangular.
This is used in, for example, WGS84 / Plate Carree (EPSG:32662).
References:Modifier and Type | Class and Description |
---|---|
static class |
IdrEquidistantCylindrical.Provider
The
org.geotools.referencing.operation.MathTransformProvider for an
Equidistant Cylindrical projection. |
Modifier | Constructor and Description |
---|---|
protected |
IdrEquidistantCylindrical(ParameterValueGroup parameters)
Constructs a new map projection from the supplied parameters.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object object)
Compares the specified object with this map projection for equality.
|
ParameterDescriptorGroup |
getParameterDescriptors() |
ParameterValueGroup |
getParameterValues() |
int |
hashCode()
Returns a hash value for this projection.
|
protected Point2D |
inverseTransformNormalized(double x,
double y,
Point2D ptDst)
Transforms the specified (x,y) coordinate
and stores the result in
ptDst . |
protected Point2D |
transformNormalized(double x,
double y,
Point2D ptDst)
Transforms the specified (x,y) coordinate (units in radians)
and stores the result in
ptDst (linear distance on a unit sphere). |
protected IdrEquidistantCylindrical(ParameterValueGroup parameters) throws ParameterNotFoundException
parameters
- The parameter values in standard units.ParameterNotFoundException
- if a mandatory parameter is missing.public ParameterDescriptorGroup getParameterDescriptors()
public ParameterValueGroup getParameterValues()
protected Point2D transformNormalized(double x, double y, Point2D ptDst) throws ProjectionException
ptDst
(linear distance on a unit sphere).ProjectionException
protected Point2D inverseTransformNormalized(double x, double y, Point2D ptDst) throws ProjectionException
ptDst
.ProjectionException
public int hashCode()
public boolean equals(Object object)