Package 

Interface SimpleFastPointOverlay.PointAdapter

    • Method Summary

      Modifier and Type Method Description
      abstract int size()
      abstract IGeoPoint get(int i)
      abstract boolean isLabelled() Whether this adapter has labels
      abstract boolean isStyled() Whether the points are individually styled
      • Methods inherited from class java.lang.Iterable

        forEach, iterator, spliterator
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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