|
||||||||||
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.OMGraphic
com.bbn.openmap.omGraphics.OMGraphicList
com.bbn.openmap.dataAccess.shape.EsriGraphicList
com.bbn.openmap.dataAccess.shape.EsriPolylineList
com.bbn.openmap.dataAccess.shape.EsriPolylineMList
public class EsriPolylineMList
An EsriGraphicList ensures that only EsriPolygonMs are added to its list.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.bbn.openmap.omGraphics.OMGraphicList |
---|
OMGraphicList.OMDist |
Field Summary |
---|
Fields inherited from class com.bbn.openmap.dataAccess.shape.EsriGraphicList |
---|
extents, type |
Fields inherited from class com.bbn.openmap.omGraphics.OMGraphicList |
---|
allowDuplicates, FIRST_ADDED_ON_TOP, graphics, LAST_ADDED_ON_TOP, NONE, processAllGeometries, traverseMode, vague |
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 | |
---|---|
EsriPolylineMList()
Construct an EsriPolylineList. |
|
EsriPolylineMList(int initialCapacity)
Construct an EsriPolylineList with an initial capacity. |
Method Summary | |
---|---|
EsriPolyline |
convert(OMPoly ompoly)
|
EsriGraphic |
shallowCopy()
Shallow copy this graphic. |
Methods inherited from class com.bbn.openmap.dataAccess.shape.EsriPolylineList |
---|
add, convert, getType, typeMatches |
Methods inherited from class com.bbn.openmap.dataAccess.shape.EsriGraphicList |
---|
addExtents, addOMGraphic, createTable, getEsriGraphicList, getEsriGraphicList, getExtents, getTable, main, setExtents, setTable, setType |
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, getShape, isRenderable, putAttribute, removeAttribute, replaceAppObjectWithAttributeMap, setAppObject, setAppObject, setAttributes, setLineType, setNeedToRegenerate |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.bbn.openmap.dataAccess.shape.EsriGraphic |
---|
getAttribute, putAttribute |
Methods inherited from interface com.bbn.openmap.omGraphics.OMGeometry |
---|
clearAttributes, contains, draw, fill, getAppObject, getAttribute, getAttributes, getLineType, getNeedToRegenerate, getShape, isRenderable, putAttribute, removeAttribute, setAppObject, setAttributes, setLineType, setNeedToRegenerate |
Constructor Detail |
---|
public EsriPolylineMList()
public EsriPolylineMList(int initialCapacity)
initialCapacity
- the initial capacity of the listMethod Detail |
---|
public EsriPolyline convert(OMPoly ompoly)
convert
in class EsriPolylineList
public EsriGraphic shallowCopy()
EsriGraphic
shallowCopy
in interface EsriGraphic
shallowCopy
in class EsriPolylineList
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |