|
||||||||||
| 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.OMGraphicAdapter
com.bbn.openmap.omGraphics.OMList<OMGraphic>
com.bbn.openmap.omGraphics.OMGraphicList
com.bbn.openmap.omGraphics.OMGrid
com.bbn.openmap.dataAccess.dted.OMDTEDGrid
public class 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/interfaces inherited from class com.bbn.openmap.omGraphics.OMList |
|---|
OMList.OMDist<T> |
| Field Summary | |
|---|---|
protected double |
latitude1
The starting latitude point of the grid. |
protected double |
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.OMList |
|---|
allowDuplicates, FIRST_ADDED_ON_TOP, graphics, LAST_ADDED_ON_TOP, NONE, processAllGeometries, traverseMode, vague |
| Fields inherited from class com.bbn.openmap.omGraphics.OMGraphicAdapter |
|---|
declutterType, displayPaint, edgeMatchesFill, fillPaint, hasLabel, linePaint, matted, mattingPaint, renderType, selected, selectPaint, showEditablePalette, stroke, textureMask |
| Fields inherited from class com.bbn.openmap.omGraphics.geom.BasicGeometry |
|---|
attributes, lineType, needToRegenerate, shape, visible |
| Constructor Summary | |
|---|---|
OMDTEDGrid(double lllat,
double lllon,
double urlat,
double urlon,
double vResolution,
double hResolution,
GridData.Short data)
|
|
| Method Summary | |
|---|---|
double |
getLeftLon()
Get the western longitude. |
double |
getLowerLat()
Get the upper latitude. |
double |
getRightLon()
Get the eastern longitude. |
double |
getUpperLat()
Get the southern latitude. |
void |
setLeftLon(double value)
Change the western longitude attribute. |
void |
setLowerLat(double value)
Change the upper latitude attribute. |
void |
setRightLon(double value)
Change the eastern longitude attribute. |
void |
setUpperLat(double 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, restore, 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.OMGraphicList |
|---|
add, add, addAll, addAll, clone, create, createDist, get, getOMGraphicAt, getTargets, iteratorCopy, listIteratorCopy, listIteratorCopy, objectToOMGraphic, readGraphics, readGraphics, remove, set, setFillPaint, setGridGenerator, setLinePaint, setMatted, setMattingPaint, setOMGraphicAt, setSelectPaint, setStroke, setTargets, setTextureMask, sort, writeGraphics, writeGraphics |
| Methods inherited from class com.bbn.openmap.omGraphics.geom.BasicGeometry |
|---|
_distance, appendShapeEdge, appendShapeEdge, appendShapeEdge, appendShapeEdge, clearAttributes, contains, createAttributeMap, createBoxShape, createShape, createShape, describeShapeDetail, describeShapeDetail, distanceToEdge, distanceToEdge, draw, draw, fill, fill, getAppObject, getAttribute, getAttributes, getLineType, getNeedToRegenerate, getShape, isRenderable, isRenderable, putAttribute, removeAttribute, setAppObject, setAttributes, setLineType, setNeedToRegenerate, setShape |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface java.util.List |
|---|
equals, hashCode |
| Methods inherited from interface com.bbn.openmap.omGraphics.OMGraphic |
|---|
getDeclutterType, getDisplayColor, getDisplayPaint, getFillColor, getFillPaint, getLineColor, getLinePaint, getMattingPaint, getRenderType, getSelectColor, getSelectPaint, getShowEditablePalette, getStroke, getTextureMask, hasLineTypeChoice, isMatted, isSelected, normalizeDistanceForLineWidth, regenerate, renderLabel, setDeclutterType, setGraphicsColor, setGraphicsForEdge, setGraphicsForFill, setLabelLocation, setLabelLocation, setLabelLocation, setRenderType, setSelected, setShowEditablePalette, shouldRenderEdge, shouldRenderFill |
| Methods inherited from interface com.bbn.openmap.omGraphics.OMGeometry |
|---|
clearAttributes, contains, distanceToEdge, draw, draw, fill, fill, getAppObject, getAttribute, getAttributes, getLineType, getNeedToRegenerate, getShape, isRenderable, isRenderable, putAttribute, removeAttribute, setAppObject, setAttributes, setLineType, setNeedToRegenerate, setShape |
| Field Detail |
|---|
protected double latitude1
protected double longitude1
| Constructor Detail |
|---|
public OMDTEDGrid(double lllat,
double lllon,
double urlat,
double urlon,
double vResolution,
double hResolution,
GridData.Short data)
| Method Detail |
|---|
public void setLowerLat(double value)
value - latitude in decimal degrees.public double getLowerLat()
public void setLeftLon(double value)
value - the longitude in decimal degrees.public double getLeftLon()
public void setUpperLat(double value)
value - latitude in decimal degrees.public double getUpperLat()
public void setRightLon(double value)
value - the longitude in decimal degrees.public double getRightLon()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||