|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectilog.views.maps.IlvMapGeometry
ilog.views.maps.geometry.IlvMapGeometryCollection
public class IlvMapGeometryCollection
The class defines a collection of any geometry elements.
The instances of this class can be
rendered by an IlvDefaultFeatureRenderer.
IlvDefaultFeatureRenderer| Constructor Summary | |
|---|---|
IlvMapGeometryCollection()
Constructs an empty IlvMapGeometryCollection. |
|
| Method Summary | |
|---|---|
void |
addGeometry(IlvMapGeometry geometry)
Adds a geometry at the end of the collection. |
Rectangle2D |
getBounds(Rectangle2D result)
Returns the bounds of this IlvMapGeometry |
IlvMapGeometry |
getSubElement(int index)
Returns the sub element of index index |
int |
getSubElementCount()
Returns the number of elements contained in the geometry. |
void |
removeAll()
Removes all the geometries contained in the collection. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IlvMapGeometryCollection()
IlvMapGeometryCollection.
| Method Detail |
|---|
public int getSubElementCount()
public IlvMapGeometry getSubElement(int index)
index
public void removeAll()
public void addGeometry(IlvMapGeometry geometry)
geometry - The geometry to be added.public Rectangle2D getBounds(Rectangle2D result)
IlvMapGeometry
getBounds in class IlvMapGeometry
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||