-
- All Implemented Interfaces:
-
java.lang.Iterable
public interface SimpleFastPointOverlay.PointAdapter implements Iterable<IGeoPoint>
-
-
Method Summary
Modifier and Type Method Description abstract intsize()abstract IGeoPointget(int i)abstract booleanisLabelled()Whether this adapter has labels abstract booleanisStyled()Whether the points are individually styled -
-
Method Detail
-
size
abstract int size()
-
isLabelled
abstract boolean isLabelled()
Whether this adapter has labels
-
isStyled
abstract boolean isStyled()
Whether the points are individually styled
-
-
-
-