|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object
|
+--GISData
|
+--GISGrid
GISGrid class creates a representation for grid data
| Field Summary | |
BooleanGrid |
noData
|
| Constructor Summary | |
GISGrid(float westEdge,
float northEdge,
float EWResolution,
float NSResolution,
int numberRows,
int numberColumns)
in alpha testing |
|
| Method Summary | |
void |
copyMetaData(GISGrid grid)
in alpha testing |
float |
distance(int rowA,
int colA,
int rowB,
int colB)
|
float |
getCellCenterEast(int cellRow,
int cellColumn)
in alpha testing |
float |
getCellCenterNorth(int cellRow,
int cellColumn)
in alpha testing |
float |
getEWResolution()
in alpha testing |
float |
getNSResolution()
in alpha testing |
int |
getNumberColumns()
in alpha testing |
int |
getNumberRows()
in alpha testing |
boolean |
isNoData(float easting,
float northing)
in alpha testing |
boolean |
isNoData(int row,
int col)
in alpha testing |
boolean |
onMap(int row,
int col)
in alpha testing |
void |
printGrid()
in alpha testing |
void |
putCellNoData(int cellRow,
int cellColumn)
in alpha testing |
void |
putEWResolution(float EWResolution)
in alpha testing |
void |
putNSResolution(float NSResolution)
in alpha testing |
void |
putNumberColumns(int columns)
in alpha testing |
void |
putNumberRows(int rows)
in alpha testing |
| Methods inherited from class GISData |
distance,
distance,
distance,
distanceSquared,
endNumber,
esriFileName,
getEastEdge,
getNorthEdge,
getSouthEdge,
getWestEdge,
nextNumber,
onMap,
onMap,
openFile,
printData,
putEastEdge,
putNorthEdge,
putSouthEdge,
putWestEdge,
readLineNoNull,
withinDistanceOfMap,
withinDistanceOfMap |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Field Detail |
public BooleanGrid noData
| Constructor Detail |
public GISGrid(float westEdge,
float northEdge,
float EWResolution,
float NSResolution,
int numberRows,
int numberColumns)
| Method Detail |
public boolean isNoData(int row,
int col)
public boolean isNoData(float easting,
float northing)
public boolean onMap(int row,
int col)
public float getEWResolution()
public void putEWResolution(float EWResolution)
public float getNSResolution()
public void putNSResolution(float NSResolution)
public int getNumberRows()
public void putNumberRows(int rows)
public int getNumberColumns()
public void putNumberColumns(int columns)
public float distance(int rowA,
int colA,
int rowB,
int colB)
A - first cellB - second cell
public float getCellCenterEast(int cellRow,
int cellColumn)
public float getCellCenterNorth(int cellRow,
int cellColumn)
public void putCellNoData(int cellRow,
int cellColumn)
public void copyMetaData(GISGrid grid)
public void printGrid()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||