Package 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. While all data is still kept in core, the definitions
of edges is maintained as data primitives and only instantiated as objects
on a short-persistence, as-needed basis.
-
Class Summary Class Description SemiVirtualEdge Provides methods and elements implementing the QuadEdge data structure using a virtual representation of the links based on integer arrays rather than direct class instances.SemiVirtualIncrementalTin Provides a memory-conserving variation on the IncrementalTin class for building and maintaining a Triangulated Irregular Network (TIN) that is optimal with regard to the Delaunay criterion.SemiVirtualStochasticLawsonsWalk Methods and definitions to perform a stochastic Lawson's walk.