Class NADConGridShift
Object
LocalizationGrid
NADConGridShift
- All Implemented Interfaces:
Serializable
A NADCON localization grid
- Author:
- Andrea Aime - GeoSolutions, Rueben Schulz
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNADConGridShift
(double xmin, double ymin, double xmax, double ymax, double dx, double dy, int width, int height) -
Method Summary
Modifier and TypeMethodDescriptionboolean
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()
Methods inherited from class LocalizationGrid
getAffineTransform, getLocalizationPoint, getMathTransform, getPolynomialTransform, getSize, isMonotonic, isNaN, removeSingularities, setLocalizationPoint, setLocalizationPoint, transform
-
Constructor Details
-
NADConGridShift
public NADConGridShift(double xmin, double ymin, double xmax, double ymax, double dx, double dy, int width, int height)
-
-
Method Details
-
hashCode
public int hashCode() -
equals
-
getMinX
public double getMinX()The minimum longitude value covered by this grid (decimal degrees) -
getMinY
public double getMinY()The minimum latitude value covered by this grid (decimal degrees) -
getMaxX
public double getMaxX()The maximum longitude value covered by this grid (decimal degrees) -
getMaxY
public double getMaxY()The maximum latitude value covered by this grid (decimal degrees) -
getDx
public double getDx()The difference between longitude grid points (decimal degrees) -
getDy
public double getDy()The difference between latitude grid points (decimal degrees)
-