|
||||||||||
| 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.IlvMapMultiPoint
public class IlvMapMultiPoint
This class defines a multipoint, which is a collection of points
| Constructor Summary | |
|---|---|
IlvMapMultiPoint()
Initializes an instance of the class. |
|
| Method Summary | |
|---|---|
void |
addPoint(IlvCoordinate c)
Adds a coordinate at the end of the multipoint. |
Rectangle2D |
getBounds(Rectangle2D result)
Returns the bounds of this IlvMapGeometry |
IlvCoordinate |
getPoint(int index)
Returns the coordinate of the specified index. |
int |
getPointCount()
Returns the number of points in the multipoint. |
void |
removeAll()
Removes all the coordinates from the multipoint. |
boolean |
removePoint(IlvCoordinate c)
Removes a coordinate from the multipoint. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IlvMapMultiPoint()
| Method Detail |
|---|
public final void removeAll()
removeAll in interface IlvMapMultiPointInterfacepublic final boolean removePoint(IlvCoordinate c)
removePoint in interface IlvMapMultiPointInterfacec - the coordinate to remove.
public final int getPointCount()
getPointCount in interface IlvMapMultiPointInterfacepublic final void addPoint(IlvCoordinate c)
addPoint in interface IlvMapMultiPointInterfacec - the coordinate.public final IlvCoordinate getPoint(int index)
getPoint in interface IlvMapMultiPointInterfaceindex - the index.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 | |||||||||