Interface AroundCellIterable<P extends GISPrimitive>

  • Type Parameters:
    P - is the type of the user data inside the node.
    All Superinterfaces:
    Iterable<GridCell<P>>

    interface AroundCellIterable<P extends GISPrimitive>
    extends Iterable<GridCell<P>>
    Iterable that is replying the cells around a specified position.
    Since:
    14.0
    Version:
    17.0 2020-01-04 14:41:53
    Author:
    Stéphane GALLAND
    Maven Group Id:
    org.arakhne.afc.gis
    Maven Artifact Id:
    giscore
    • Method Detail

      • aroundIterator

        AroundCellIterator<P> aroundIterator()
        Replies the extended iterator on the cells around a specified ont.
        Returns:
        the extended iterator.