|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IlvMapMultiPointInterface
This class defines a common interface for all the geometries or geometry-related classes that own an ordered list of points.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
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.
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||