Uses of Interface
org.geotools.grid.PolygonElement
- 
Packages that use PolygonElement Package Description org.geotools.grid org.geotools.grid.hexagon org.geotools.grid.oblong org.geotools.grid.oval 
- 
- 
Uses of PolygonElement in org.geotools.gridMethods in org.geotools.grid that return PolygonElement Modifier and Type Method Description abstract PolygonElementPolygonBuilder. createNeighbor(PolygonElement el, Neighbor neighbor)abstract PolygonElementPolygonBuilder. getFirstElement()abstract PolygonElementPolygonBuilder. getNextXElement(PolygonElement el)abstract PolygonElementPolygonBuilder. getNextYElement(PolygonElement el)Methods in org.geotools.grid with parameters of type PolygonElement Modifier and Type Method Description abstract PolygonElementPolygonBuilder. createNeighbor(PolygonElement el, Neighbor neighbor)abstract PolygonElementPolygonBuilder. getNextXElement(PolygonElement el)abstract PolygonElementPolygonBuilder. getNextYElement(PolygonElement el)
- 
Uses of PolygonElement in org.geotools.grid.hexagonSubinterfaces of PolygonElement in org.geotools.grid.hexagon Modifier and Type Interface Description interfaceHexagonDefines methods and enum constants to work with hexagons.Classes in org.geotools.grid.hexagon that implement PolygonElement Modifier and Type Class Description classHexagonImplDefault implementation ofHexagon.Methods in org.geotools.grid.hexagon that return PolygonElement Modifier and Type Method Description PolygonElementHexagonBuilder. getFirstElement()PolygonElementHexagonBuilder. getNextXElement(PolygonElement el)PolygonElementHexagonBuilder. getNextYElement(PolygonElement el)Methods in org.geotools.grid.hexagon with parameters of type PolygonElement Modifier and Type Method Description HexagonHexagonBuilder. createNeighbor(PolygonElement el, Neighbor neighbor)Creates a newHexagonpositioned at the given neighbor position relative to the reference element.PolygonElementHexagonBuilder. getNextXElement(PolygonElement el)PolygonElementHexagonBuilder. getNextYElement(PolygonElement el)
- 
Uses of PolygonElement in org.geotools.grid.oblongSubinterfaces of PolygonElement in org.geotools.grid.oblong Modifier and Type Interface Description interfaceOblongMarker interface for oblong grid elements.Classes in org.geotools.grid.oblong that implement PolygonElement Modifier and Type Class Description classOblongImplDefault implementation ofOblong.Methods in org.geotools.grid.oblong that return PolygonElement Modifier and Type Method Description PolygonElementOblongBuilder. getFirstElement()PolygonElementOblongBuilder. getNextXElement(PolygonElement el)PolygonElementOblongBuilder. getNextYElement(PolygonElement el)Methods in org.geotools.grid.oblong with parameters of type PolygonElement Modifier and Type Method Description OblongOblongBuilder. createNeighbor(PolygonElement el, Neighbor neighbor)Creates a newOblongpositioned at the given neighbor position relative to the reference element.PolygonElementOblongBuilder. getNextXElement(PolygonElement el)PolygonElementOblongBuilder. getNextYElement(PolygonElement el)
- 
Uses of PolygonElement in org.geotools.grid.ovalSubinterfaces of PolygonElement in org.geotools.grid.oval Modifier and Type Interface Description interfaceOvalMarker interface for oval grid elements.Classes in org.geotools.grid.oval that implement PolygonElement Modifier and Type Class Description classOvalImplDefault implementation ofOval.Methods in org.geotools.grid.oval that return PolygonElement Modifier and Type Method Description PolygonElementOvalBuilder. getFirstElement()PolygonElementOvalBuilder. getNextXElement(PolygonElement el)PolygonElementOvalBuilder. getNextYElement(PolygonElement el)Methods in org.geotools.grid.oval with parameters of type PolygonElement Modifier and Type Method Description OvalOvalBuilder. createNeighbor(PolygonElement el, Neighbor neighbor)Creates a newOvalpositioned at the given neighbor position relative to the reference element.PolygonElementOvalBuilder. getNextXElement(PolygonElement el)PolygonElementOvalBuilder. getNextYElement(PolygonElement el)
 
-