Skip navigation links

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.

See: Description

Package org.tinfour.semivirtual Description

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.
Skip navigation links

Copyright © 2021. All rights reserved.