|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
ObjectLocalizationGrid
NADConGridShift
public class NADConGridShift
A NADCON localization grid
| Constructor Summary | |
|---|---|
NADConGridShift(double xmin,
double ymin,
double xmax,
double ymax,
double dx,
double dy,
int width,
int height)
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class LocalizationGrid |
|---|
getAffineTransform, getLocalizationPoint, getMathTransform, getPolynomialTransform, getSize, isMonotonic, isNaN, removeSingularities, setLocalizationPoint, setLocalizationPoint, transform |
| Methods inherited from class Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NADConGridShift(double xmin,
double ymin,
double xmax,
double ymax,
double dx,
double dy,
int width,
int height)
| Method Detail |
|---|
public final int hashCode()
hashCode in class Objectpublic final boolean equals(Object object)
equals in class Objectobject - the object to compare to
true if the objects are equal.public double getMinX()
public double getMinY()
public double getMaxX()
public double getMaxY()
public double getDx()
public double getDy()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||