Uses of Class
org.tinfour.common.VertexMergerGroup.ResolutionRule
-
Packages that use VertexMergerGroup.ResolutionRule 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. -
-
Uses of VertexMergerGroup.ResolutionRule in org.tinfour.common
Methods in org.tinfour.common that return VertexMergerGroup.ResolutionRule Modifier and Type Method Description static VertexMergerGroup.ResolutionRuleVertexMergerGroup.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.Methods in org.tinfour.common with parameters of type VertexMergerGroup.ResolutionRule Modifier and Type Method Description voidVertexMergerGroup. setResolutionRule(VertexMergerGroup.ResolutionRule rule)Sets the rule for resolving coincident vertices; recalculates value for vertex if necessaryvoidIIncrementalTin. 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. -
Uses of VertexMergerGroup.ResolutionRule in org.tinfour.semivirtual
Methods in org.tinfour.semivirtual with parameters of type VertexMergerGroup.ResolutionRule Modifier and Type Method Description voidSemiVirtualIncrementalTin. 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. -
Uses of VertexMergerGroup.ResolutionRule in org.tinfour.standard
Methods in org.tinfour.standard with parameters of type VertexMergerGroup.ResolutionRule Modifier and Type Method Description voidIncrementalTin. 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. -
Uses of VertexMergerGroup.ResolutionRule in org.tinfour.utils
Methods in org.tinfour.utils with parameters of type VertexMergerGroup.ResolutionRule Modifier and Type Method Description voidNearestNeighborPointCollector. setResolutionRule(VertexMergerGroup.ResolutionRule rule)Sets the rule for resolving coincident vertices; recalculates value for vertices in the collection, if necessary
-