public interface SegmentString
| Modifier and Type | Method and Description |
|---|---|
Point |
getCoordinate(int i) |
Object |
getData()
Gets the user-defined data for this segment string.
|
LineString |
getPoints() |
boolean |
isClosed() |
void |
setData(Object data)
Sets the user-defined data for this segment string.
|
int |
size() |
Point getCoordinate(int i)
Object getData()
LineString getPoints()
boolean isClosed()
void setData(Object data)
data - an Object containing user-defined dataint size()
Copyright © 2015 Revolution Systems Inc.. All rights reserved.