|
|||||||||||
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.OMColdSurfaceFront
OMColdSurfaceFront. Just need to init the decorations.
Field Summary | |
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 | |
OMColdSurfaceFront()
Constructor. |
|
OMColdSurfaceFront(float[] llPoints,
int units,
int lType)
Constructor. |
|
OMColdSurfaceFront(float[] llPoints,
int units,
int lType,
int nsegs)
Constructor. |
|
OMColdSurfaceFront(float latPoint,
float lonPoint,
int[] xypoints,
int cMode)
Constructor. |
|
OMColdSurfaceFront(float latPoint,
float lonPoint,
int[] xPoints,
int[] yPoints,
int cMode)
Constructor. |
|
OMColdSurfaceFront(int[] xypoints)
Constructor. |
|
OMColdSurfaceFront(int[] xPoints,
int[] yPoints)
Constructor. |
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 int LENGTH
public static int WIDTH
public static int SPACING
Constructor Detail |
public OMColdSurfaceFront()
public OMColdSurfaceFront(float[] llPoints, int units, int lType)
llPoints
- units
- lType
- public OMColdSurfaceFront(float[] llPoints, int units, int lType, int nsegs)
llPoints
- units
- lType
- nsegs
- public OMColdSurfaceFront(int[] xypoints)
xypoints
- public OMColdSurfaceFront(int[] xPoints, int[] yPoints)
xPoints
- yPoints
- public OMColdSurfaceFront(float latPoint, float lonPoint, int[] xypoints, int cMode)
latPoint
- lonPoint
- xypoints
- cMode
- public OMColdSurfaceFront(float latPoint, float lonPoint, int[] xPoints, int[] yPoints, int cMode)
latPoint
- lonPoint
- xPoints
- yPoints
- cMode
- Method Detail |
protected void initDecorations()
OMDecoratedSpline
initDecorations
in class OMDecoratedSpline
OMDecoratedSpline.initDecorations()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |