Uses of Interface
org.tinfour.common.INeighborhoodPointsCollector
-
Packages that use INeighborhoodPointsCollector Package Description org.tinfour.common Provides classes and interfaces that are common to multiple packages within the TinFour project.org.tinfour.semivirtual Provides classes and interfaces for creating a Triangulated Irregular Network (TIN) based on the Delaunay Triangulation specification and using a semi-virtual representation of edges to reduce memory requirements.org.tinfour.standard Provides classes and interfaces for creating a Triangulated Irregular Network (TIN) based on the Delaunay Triangulation specification. -
-
Uses of INeighborhoodPointsCollector in org.tinfour.common
Methods in org.tinfour.common that return INeighborhoodPointsCollector Modifier and Type Method Description INeighborhoodPointsCollectorIIncrementalTin. getNeighborhoodPointsCollector()Gets a new instance of a neighborhood points collector. -
Uses of INeighborhoodPointsCollector in org.tinfour.semivirtual
Methods in org.tinfour.semivirtual that return INeighborhoodPointsCollector Modifier and Type Method Description INeighborhoodPointsCollectorSemiVirtualIncrementalTin. getNeighborhoodPointsCollector() -
Uses of INeighborhoodPointsCollector in org.tinfour.standard
Methods in org.tinfour.standard that return INeighborhoodPointsCollector Modifier and Type Method Description INeighborhoodPointsCollectorIncrementalTin. getNeighborhoodPointsCollector()Gets a new instance of a neighborhood points collector.
-