public class NADConGridShift extends LocalizationGrid implements Serializable
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 o) |
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() |
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 double getMinX()
public double getMinY()
public double getMaxX()
public double getMaxY()
public double getDx()
public double getDy()
Copyright © 1996–2023 Geotools. All rights reserved.