public class NADConGridShift extends LocalizationGrid
Constructor and Description |
---|
NADConGridShift(double xmin,
double ymin,
double xmax,
double ymax,
double dx,
double dy,
int width,
int height) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object object)
Compares the specified object with this math transform for equality.
|
double |
getDx()
The difference between longitude grid points (decimal degrees)
|
double |
getDy()
The difference between latitude grid points (decimal degrees)
|
double |
getMaxX()
The maximum longitude value covered by this grid (decimal degrees)
|
double |
getMaxY()
The maximum latitude value covered by this grid (decimal degrees)
|
double |
getMinX()
The minimum longitude value covered by this grid (decimal degrees)
|
double |
getMinY()
The minimum latitude value covered by this grid (decimal degrees)
|
int |
hashCode()
Returns a hash value for this transform.
|
getAffineTransform, getLocalizationPoint, getMathTransform, getPolynomialTransform, getSize, isMonotonic, isNaN, removeSingularities, setLocalizationPoint, setLocalizationPoint, transform
public NADConGridShift(double xmin, double ymin, double xmax, double ymax, double dx, double dy, int width, int height)
public final int hashCode()
public final boolean equals(Object object)
public double getMinX()
public double getMinY()
public double getMaxX()
public double getMaxY()
public double getDx()
public double getDy()
Copyright © 1996–2019 Geotools. All rights reserved.