|
|||||||||||
| 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.geom.PolygonGeometry
|
+--com.bbn.openmap.omGraphics.geom.PolygonGeometry.XY
|
+--com.bbn.openmap.omGraphics.geom.PolylineGeometry.XY
| Nested Class Summary |
| Nested classes inherited from class com.bbn.openmap.omGraphics.geom.PolygonGeometry |
PolygonGeometry.LL, PolygonGeometry.Offset, PolygonGeometry.XY |
| Field Summary |
| Fields inherited from class com.bbn.openmap.omGraphics.geom.PolygonGeometry.XY |
xs, ys |
| Fields inherited from class com.bbn.openmap.omGraphics.geom.PolygonGeometry |
doShapes, isPolygon, xpoints, ypoints |
| Fields inherited from class com.bbn.openmap.omGraphics.geom.BasicGeometry |
APP_OBJECT_KEY, appObject, ATT_MAP_KEY, lineType, needToRegenerate, shape, visible |
| Constructor Summary | |
PolylineGeometry.XY(int[] xypoints)
Create an OMPoly from a list of xy pairs. |
|
PolylineGeometry.XY(int[] xPoints,
int[] yPoints)
Create an x/y OMPoly. |
|
| Methods inherited from class com.bbn.openmap.omGraphics.geom.PolygonGeometry.XY |
createShape, generate, getRenderType, getXs, getYs, setLocation, setLocation, setXs, setYs |
| Methods inherited from class com.bbn.openmap.omGraphics.geom.PolygonGeometry |
distance, getDoShapes, getIsPolygon, getShape, setDoShapes, setIsPolygon |
| 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, deselect, distanceToEdge, draw, fill, getAppObject, getAppObject, getAttribute, getAttributeMap, getAttributes, getLineType, getNeedToRegenerate, isRenderable, isVisible, putAttribute, regenerate, removeAttribute, replaceAppObjectWithAttributeMap, select, setAppObject, setAppObject, setAttributes, setLineType, setNeedToRegenerate, setShape, setVisible |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.bbn.openmap.omGraphics.OMGeometry |
clearAttributes, contains, deselect, draw, fill, getAppObject, getAttribute, getAttributes, getLineType, getNeedToRegenerate, isRenderable, isVisible, putAttribute, regenerate, removeAttribute, select, setAppObject, setAttributes, setLineType, setNeedToRegenerate, setShape, setVisible |
| Constructor Detail |
public PolylineGeometry.XY(int[] xypoints)
xypoints - array of x/y points, arranged x, y, x, y,
etc.
public PolylineGeometry.XY(int[] xPoints,
int[] yPoints)
xPoints - int[] of x coordinatesyPoints - int[] of y coordinates
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||