public class IlvMapMultiPoint extends IlvMapGeometry implements IlvMapMultiPointInterface
Constructor and Description |
---|
IlvMapMultiPoint()
Initializes an instance of the class.
|
Modifier and Type | Method and Description |
---|---|
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.
|
public final void removeAll()
removeAll
in interface IlvMapMultiPointInterface
public final boolean removePoint(IlvCoordinate c)
removePoint
in interface IlvMapMultiPointInterface
c
- the coordinate to remove.public final int getPointCount()
getPointCount
in interface IlvMapMultiPointInterface
public final void addPoint(IlvCoordinate c)
addPoint
in interface IlvMapMultiPointInterface
c
- the coordinate.public final IlvCoordinate getPoint(int index)
getPoint
in interface IlvMapMultiPointInterface
index
- the index.public Rectangle2D getBounds(Rectangle2D result)
IlvMapGeometry
getBounds
in class IlvMapGeometry
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.