|
||||||||||
| 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.geom.PolygonGeometry
com.bbn.openmap.omGraphics.geom.PolygonGeometry.LL
com.bbn.openmap.omGraphics.geom.PolylineGeometry.LL
public static class PolylineGeometry.LL
| Nested Class Summary |
|---|
| Nested classes/interfaces 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.LL |
|---|
nsegs, rawllpts |
| Fields inherited from class com.bbn.openmap.omGraphics.geom.PolygonGeometry |
|---|
doShapes, isPolygon, xpoints, ypoints |
| Fields inherited from class com.bbn.openmap.omGraphics.geom.BasicGeometry |
|---|
attributes, lineType, needToRegenerate, shape, visible |
| Constructor Summary | |
|---|---|
PolylineGeometry.LL(double[] llPoints,
int units,
int lType)
Create an LL PolygonGeometry from a list of float lat/lon pairs. |
|
PolylineGeometry.LL(double[] llPoints,
int units,
int lType,
int nsegs)
Create an OMPoly from a list of float lat/lon pairs. |
|
| Method Summary |
|---|
| Methods inherited from class com.bbn.openmap.omGraphics.geom.PolygonGeometry.LL |
|---|
createShape, generate, getLatLonArray, getNumSegs, getRenderType, setLocation, setNumSegs |
| 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, clearAttributes, contains, createAttributeMap, createBoxShape, createShape, createShape, describeShapeDetail, describeShapeDetail, deselect, distanceToEdge, distanceToEdge, draw, draw, fill, fill, getAppObject, getAttribute, getAttributes, getDescription, getLineType, getNeedToRegenerate, isRenderable, isRenderable, isVisible, putAttribute, regenerate, removeAttribute, render, restore, select, 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, distanceToEdge, draw, draw, fill, fill, getAppObject, getAttribute, getAttributes, getDescription, getLineType, getNeedToRegenerate, isRenderable, isRenderable, isVisible, putAttribute, regenerate, removeAttribute, render, restore, select, setAppObject, setAttributes, setLineType, setNeedToRegenerate, setShape, setVisible |
| Constructor Detail |
|---|
public PolylineGeometry.LL(double[] llPoints,
int units,
int lType)
NOTES:
llPoints - array of lat/lon points, arranged lat, lon,
lat, lon, etc.units - radians or decimal degrees. Use
OMGraphic.RADIANS or OMGraphic.DECIMAL_DEGREESlType - line type, from a list defined in OMGraphic.
public PolylineGeometry.LL(double[] llPoints,
int units,
int lType,
int nsegs)
NOTES:
llPoints - array of lat/lon points, arranged lat, lon,
lat, lon, etc.units - radians or decimal degrees. Use
OMGraphic.RADIANS or OMGraphic.DECIMAL_DEGREESlType - line type, from a list defined in OMGraphic.nsegs - number of segment points (only for
LINETYPE_GREATCIRCLE or LINETYPE_RHUMB line types,
and if < 1, this value is generated internally)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||