| 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.
|
| Modifier and Type | Method and Description |
|---|---|
IIntegrityCheck |
IIncrementalTin.getIntegrityCheck()
Gets an implementation of the integrity check interface suitable for
the referenced TIN implementation.
|
| Modifier and Type | Method and Description |
|---|---|
IIntegrityCheck |
SemiVirtualIncrementalTin.getIntegrityCheck() |
| Modifier and Type | Class and Description |
|---|---|
class |
IntegrityCheck
A tool for checking the correctness of a tin, in particular the relationship
between adjacent triangles.
|
| Modifier and Type | Method and Description |
|---|---|
IIntegrityCheck |
IncrementalTin.getIntegrityCheck() |
Copyright © 2021. All rights reserved.