Uses of Class
org.tinfour.common.Thresholds
-
Packages that use Thresholds 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. -
-
Uses of Thresholds in org.tinfour.common
Methods in org.tinfour.common that return Thresholds Modifier and Type Method Description ThresholdsGeometricOperations. getThresholds()Gets the threshold values associated with this instance.ThresholdsIIncrementalTin. getThresholds()Gets the Thresholds object that is associated with this instance.Constructors in org.tinfour.common with parameters of type Thresholds Constructor Description BootstrapUtility(Thresholds thresholds)Recommended constructorGeometricOperations(Thresholds thresholds)Construct an instance based on the specified threshold values. -
Uses of Thresholds in org.tinfour.semivirtual
Methods in org.tinfour.semivirtual that return Thresholds Modifier and Type Method Description ThresholdsSemiVirtualIncrementalTin. getThresholds() -
Uses of Thresholds in org.tinfour.standard
Methods in org.tinfour.standard that return Thresholds Modifier and Type Method Description ThresholdsIncrementalTin. getThresholds()
-