public static interface SimpleFastPointOverlay.PointAdapter extends Iterable<IGeoPoint>
Modifier and Type | Method and Description |
---|---|
IGeoPoint |
get(int i) |
boolean |
isLabelled()
Whether this adapter has labels
|
boolean |
isStyled()
Whether the points are individually styled
|
int |
size() |
forEach, iterator, spliterator
int size()
IGeoPoint get(int i)
boolean isLabelled()
boolean isStyled()