Uses of Interface
org.tinfour.common.INeighborEdgeLocator
-
Packages that use INeighborEdgeLocator 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 INeighborEdgeLocator in org.tinfour.common
Methods in org.tinfour.common that return INeighborEdgeLocator Modifier and Type Method Description INeighborEdgeLocatorIIncrementalTin. getNeighborEdgeLocator()Gets a new instance of the INeighborEdgeLocator interface. -
Uses of INeighborEdgeLocator in org.tinfour.semivirtual
Methods in org.tinfour.semivirtual that return INeighborEdgeLocator Modifier and Type Method Description INeighborEdgeLocatorSemiVirtualIncrementalTin. getNeighborEdgeLocator() -
Uses of INeighborEdgeLocator in org.tinfour.standard
Methods in org.tinfour.standard that return INeighborEdgeLocator Modifier and Type Method Description INeighborEdgeLocatorIncrementalTin. getNeighborEdgeLocator()Gets a new instance of a neighbor edge locator implementation.
-