Uses of Interface
org.tinfour.common.IMonitorWithCancellation
-
Packages that use IMonitorWithCancellation 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.org.tinfour.utils.loaders Defines interfaces and provides utilities for loading data -
-
Uses of IMonitorWithCancellation in org.tinfour.common
Methods in org.tinfour.common with parameters of type IMonitorWithCancellation Modifier and Type Method Description booleanIIncrementalTin. add(List<Vertex> list, IMonitorWithCancellation monitor)Inserts a list of vertices into the collection of vertices managed by the TIN. -
Uses of IMonitorWithCancellation in org.tinfour.semivirtual
Methods in org.tinfour.semivirtual with parameters of type IMonitorWithCancellation Modifier and Type Method Description booleanSemiVirtualIncrementalTin. add(List<Vertex> list, IMonitorWithCancellation monitor)Inserts a list of vertices into the collection of vertices managed by the TIN. -
Uses of IMonitorWithCancellation in org.tinfour.standard
Methods in org.tinfour.standard with parameters of type IMonitorWithCancellation Modifier and Type Method Description booleanIncrementalTin. add(List<Vertex> list, IMonitorWithCancellation monitor)Inserts a list of vertices into the collection of vertices managed by the TIN. -
Uses of IMonitorWithCancellation in org.tinfour.utils.loaders
Methods in org.tinfour.utils.loaders with parameters of type IMonitorWithCancellation Modifier and Type Method Description List<Vertex>IVertexReader. read(IMonitorWithCancellation monitor)Read a collection of vertices from the data source associated with the current implementation and instance.List<Vertex>VertexReaderText. read(IMonitorWithCancellation monitor)
-