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 |
---|---|
Thresholds |
IIncrementalTin.getThresholds()
Gets the Thresholds object that is associated with this instance.
|
Thresholds |
GeometricOperations.getThresholds()
Gets the threshold values associated with this instance.
|
Constructor and Description |
---|
BootstrapUtility(Thresholds thresholds) |
GeometricOperations(Thresholds thresholds)
Construct an instance based on the specified threshold values.
|
Modifier and Type | Method and Description |
---|---|
Thresholds |
SemiVirtualIncrementalTin.getThresholds() |
Modifier and Type | Method and Description |
---|---|
Thresholds |
IncrementalTin.getThresholds() |
Copyright © 2021. All rights reserved.