public interface IlvMapMultiPointInterface
Modifier and Type | Method and Description |
---|---|
void |
addPoint(IlvCoordinate c)
Adds a coordinate at the end of the object.
|
IlvCoordinate |
getPoint(int index)
Returns the coordinate of the specified index.
|
int |
getPointCount()
Returns the number of points in the object.
|
void |
removeAll()
Removes all the coordinates from the object.
|
boolean |
removePoint(IlvCoordinate c)
Removes a coordinate from the object.
|
void removeAll()
boolean removePoint(IlvCoordinate c)
c
- the coordinate to remove.int getPointCount()
void addPoint(IlvCoordinate c)
c
- the coordinate.IlvCoordinate getPoint(int index)
index
- the index.© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.