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 |
Provides both high-level and general utilities for using the Tinfour packages.
|
Modifier and Type | Method and Description |
---|---|
static VertexMergerGroup.ResolutionRule |
VertexMergerGroup.ResolutionRule.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VertexMergerGroup.ResolutionRule[] |
VertexMergerGroup.ResolutionRule.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
VertexMergerGroup.setResolutionRule(VertexMergerGroup.ResolutionRule rule)
Sets the rule for resolving coincident vertices; recalculates
value for vertex if necessary
|
void |
IIncrementalTin.setResolutionRuleForMergedVertices(VertexMergerGroup.ResolutionRule resolutionRule)
Specifies a rule for interpreting the Z value of a group of vertices that
were merged due to being coincident, or nearly coincident.
|
Modifier and Type | Method and Description |
---|---|
void |
SemiVirtualIncrementalTin.setResolutionRuleForMergedVertices(VertexMergerGroup.ResolutionRule resolutionRule)
Specifies a rule for interpreting the Z value of a group of vertices that
were merged due to being coincident, or nearly coincident.
|
Modifier and Type | Method and Description |
---|---|
void |
IncrementalTin.setResolutionRuleForMergedVertices(VertexMergerGroup.ResolutionRule resolutionRule)
Specifies a rule for interpreting the Z value of a group of vertices that
were merged due to being coincident, or nearly coincident.
|
Modifier and Type | Method and Description |
---|---|
void |
NearestNeighborPointCollector.setResolutionRule(VertexMergerGroup.ResolutionRule rule)
Sets the rule for resolving coincident vertices; recalculates
value for vertices in the collection, if necessary
|
Copyright © 2021. All rights reserved.