|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--com.bbn.openmap.omGraphics.geom.BasicGeometry
|
+--com.bbn.openmap.omGraphics.OMGraphic
|
+--com.bbn.openmap.omGraphics.OMPoly
|
+--com.bbn.openmap.omGraphics.OMSpline
|
+--com.bbn.openmap.omGraphics.OMDecoratedSpline
|
+--com.bbn.openmap.omGraphics.meteo.OMOcclusion
OMOcclusion Just need to init the decorations.
| Field Summary | |
static java.awt.Color |
COLOR
|
static int |
LENGTH
|
static int |
SPACING
|
static int |
WIDTH
|
| Fields inherited from class com.bbn.openmap.omGraphics.OMPoly |
coordMode, COORDMODE_ORIGIN, COORDMODE_PREVIOUS, doShapes, geometryClosed, isPolygon, lat, lon, nsegs, rawllpts, units, xpoints, xs, ypoints, ys |
| 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 | |
OMOcclusion()
Constructor for OMOcclusion. |
|
OMOcclusion(float[] llPoints,
int units,
int lType)
Constructor for OMOcclusion. |
|
OMOcclusion(float[] llPoints,
int units,
int lType,
int nsegs)
Constructor for OMOcclusion. |
|
OMOcclusion(float latPoint,
float lonPoint,
int[] xypoints,
int cMode)
Constructor for OMOcclusion. |
|
OMOcclusion(float latPoint,
float lonPoint,
int[] xPoints,
int[] yPoints,
int cMode)
Constructor for OMOcclusion. |
|
OMOcclusion(int[] xypoints)
Constructor for OMOcclusion. |
|
OMOcclusion(int[] xPoints,
int[] yPoints)
Constructor for OMOcclusion. |
|
| Method Summary | |
protected void |
initDecorations()
Called by constructor, may be overriden. |
| Methods inherited from class com.bbn.openmap.omGraphics.OMDecoratedSpline |
getDecorator, render, revert, setDecorator |
| Methods inherited from class com.bbn.openmap.omGraphics.OMSpline |
generate |
| Methods inherited from class com.bbn.openmap.omGraphics.OMPoly |
checkPoints, createShape, distance, getCoordMode, getDoShapes, getLat, getLatLonArray, getLon, getNumSegs, getShape, getXs, getYs, isGeometryClosed, isPolygon, setCoordMode, setDoShapes, setFillPaint, setIsPolygon, setLat, setLocation, setLocation, setLocation, setLocation, setLocation, setLon, setNumSegs, setXs, setYs, shouldRenderFill |
| 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, isRenderable, isVisible, putAttribute, removeAttribute, replaceAppObjectWithAttributeMap, setAppObject, setAppObject, setAttributes, setLineType, setNeedToRegenerate, setVisible |
| 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, isRenderable, isVisible, putAttribute, removeAttribute, setAppObject, setAttributes, setLineType, setNeedToRegenerate, setVisible |
| Field Detail |
public static java.awt.Color COLOR
public static int LENGTH
public static int WIDTH
public static int SPACING
| Constructor Detail |
public OMOcclusion()
public OMOcclusion(float[] llPoints,
int units,
int lType)
llPoints - units - lType -
public OMOcclusion(float[] llPoints,
int units,
int lType,
int nsegs)
llPoints - units - lType - nsegs - public OMOcclusion(int[] xypoints)
xypoints -
public OMOcclusion(int[] xPoints,
int[] yPoints)
xPoints - yPoints -
public OMOcclusion(float latPoint,
float lonPoint,
int[] xypoints,
int cMode)
latPoint - lonPoint - xypoints - cMode -
public OMOcclusion(float latPoint,
float lonPoint,
int[] xPoints,
int[] yPoints,
int cMode)
latPoint - lonPoint - xPoints - yPoints - cMode - | Method Detail |
protected void initDecorations()
OMDecoratedSpline
initDecorations in class OMDecoratedSplinefr.shom.jcirrus.openmap.omGraphics.OMDecoratedSpline#initDecorations()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||