|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.bbn.openmap.omGraphics.geom.BasicGeometry
com.bbn.openmap.omGraphics.OMGraphic
com.bbn.openmap.omGraphics.OMGraphicList
com.bbn.openmap.omGraphics.OMGrid
com.bbn.openmap.dataAccess.dted.OMDTEDGrid
The OMDTEDGrid is an extended OMGrid with information about the lat/lons of the corners of the grids, so the generators can use OMScalingRasters for precise alignment.
Nested Class Summary |
Nested classes inherited from class com.bbn.openmap.omGraphics.OMGraphicList |
OMGraphicList.OMDist |
Field Summary | |
protected float |
latitude1
The starting latitude point of the grid. |
protected float |
longitude1
The starting longitude point of the grid. |
Fields inherited from class com.bbn.openmap.omGraphics.OMGrid |
COLUMN_MAJOR, columns, data, generator, GRID_NULL, gridObjects, height, horizontalResolution, latitude, longitude, major, orientation, point, point1, point2, ROW_MAJOR, rows, units, verticalResolution, width |
Fields inherited from class com.bbn.openmap.omGraphics.OMGraphicList |
allowDuplicates, FIRST_ADDED_ON_TOP, graphics, LAST_ADDED_ON_TOP, NONE, processAllGeometries, traverseMode, vague |
Fields inherited from class com.bbn.openmap.omGraphics.OMGraphic |
declutterType, displayPaint, edgeMatchesFill, fillPaint, hasLabel, linePaint, matted, mattingPaint, renderType, selected, selectPaint, showEditablePalette, stroke, textureMask |
Fields inherited from class com.bbn.openmap.omGraphics.geom.BasicGeometry |
APP_OBJECT_KEY, appObject, ATT_MAP_KEY, lineType, needToRegenerate, shape, visible |
Constructor Summary | |
OMDTEDGrid(float lllat,
float lllon,
float urlat,
float urlon,
float vResolution,
float hResolution,
GridData.Short data)
|
Method Summary | |
float |
getLeftLon()
Get the western longitude. |
float |
getLowerLat()
Get the upper latitude. |
float |
getRightLon()
Get the eastern longitude. |
float |
getUpperLat()
Get the southern latitude. |
void |
setLeftLon(float value)
Change the western longitude attribute. |
void |
setLowerLat(float value)
Change the upper latitude attribute. |
void |
setRightLon(float value)
Change the eastern longitude attribute. |
void |
setUpperLat(float value)
Change the southern latitude attribute. |
Methods inherited from class com.bbn.openmap.omGraphics.OMGrid |
generate, generateGridObjects, getColumns, getData, getGenerator, getGridObjects, getHeight, getHorizontalResolution, getLatitude, getLongitude, getMajor, getOrientation, getPoint, getRows, getUnits, getVerticalResolution, getWidth, interpValueAt, render, set, set, setColumns, setData, setData, setGenerator, setGridObjects, setHorizontalResolution, setLatitude, setLongitude, setMajor, setOrientation, setRows, setShape, setUnits, setVerticalResolution, valueAt |
Methods inherited from class com.bbn.openmap.omGraphics.geom.BasicGeometry |
_distance, appendShapeEdge, appendShapeEdge, appendShapeEdge, appendShapeEdge, checkAttributeMap, checkAttributeMap, clearAttributes, contains, createAttributeMap, createBoxShape, createShape, createShape, describeShapeDetail, describeShapeDetail, distanceToEdge, draw, fill, getAppObject, getAppObject, getAttribute, getAttributeMap, getAttributes, getLineType, getNeedToRegenerate, getShape, isRenderable, putAttribute, removeAttribute, replaceAppObjectWithAttributeMap, setAppObject, setAppObject, setAttributes, setLineType, setNeedToRegenerate |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.bbn.openmap.omGraphics.OMGeometry |
clearAttributes, contains, draw, fill, getAppObject, getAttribute, getAttributes, getLineType, getNeedToRegenerate, getShape, isRenderable, putAttribute, removeAttribute, setAppObject, setAttributes, setLineType, setNeedToRegenerate |
Field Detail |
protected float latitude1
protected float longitude1
Constructor Detail |
public OMDTEDGrid(float lllat, float lllon, float urlat, float urlon, float vResolution, float hResolution, GridData.Short data)
Method Detail |
public void setLowerLat(float value)
value
- latitude in decimal degrees.public float getLowerLat()
public void setLeftLon(float value)
value
- the longitude in decimal degrees.public float getLeftLon()
public void setUpperLat(float value)
value
- latitude in decimal degrees.public float getUpperLat()
public void setRightLon(float value)
value
- the longitude in decimal degrees.public float getRightLon()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |