public interface SegmentString
| Modifier and Type | Method and Description |
|---|---|
Coordinate |
getCoordinate(int i)
|
Coordinate |
getCoordinates()
|
Object |
getData()
Gets the user-defined data for this segment string.
|
boolean |
isClosed()
|
void |
setData(Object
Sets the user-defined data for this segment string.
|
int |
size()
|
ObjectgetData()
void setData(Objectdata)
data - an Object containing user-defined data
int size()
CoordinategetCoordinate(int i)
Coordinate[] getCoordinates()
boolean isClosed()