Class NADConGridShift
- Object
- 
- LocalizationGrid
- 
- NADConGridShift
 
 
- 
- All Implemented Interfaces:
- Serializable
 
 public class NADConGridShift extends LocalizationGrid implements Serializable A NADCON localization grid- Author:
- Andrea Aime - GeoSolutions, Rueben Schulz
- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description NADConGridShift(double xmin, double ymin, double xmax, double ymax, double dx, double dy, int width, int height)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)doublegetDx()The difference between longitude grid points (decimal degrees)doublegetDy()The difference between latitude grid points (decimal degrees)doublegetMaxX()The maximum longitude value covered by this grid (decimal degrees)doublegetMaxY()The maximum latitude value covered by this grid (decimal degrees)doublegetMinX()The minimum longitude value covered by this grid (decimal degrees)doublegetMinY()The minimum latitude value covered by this grid (decimal degrees)inthashCode()- 
Methods inherited from class LocalizationGridgetAffineTransform, getLocalizationPoint, getMathTransform, getPolynomialTransform, getSize, isMonotonic, isNaN, removeSingularities, setLocalizationPoint, setLocalizationPoint, transform
 
- 
 
- 
- 
- 
Method Detail- 
getMinXpublic double getMinX() The minimum longitude value covered by this grid (decimal degrees)
 - 
getMinYpublic double getMinY() The minimum latitude value covered by this grid (decimal degrees)
 - 
getMaxXpublic double getMaxX() The maximum longitude value covered by this grid (decimal degrees)
 - 
getMaxYpublic double getMaxY() The maximum latitude value covered by this grid (decimal degrees)
 - 
getDxpublic double getDx() The difference between longitude grid points (decimal degrees)
 - 
getDypublic double getDy() The difference between latitude grid points (decimal degrees)
 
- 
 
-