Uses of Interface
org.tinfour.common.IIntegrityCheck
-
Packages that use IIntegrityCheck 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 IIntegrityCheck in org.tinfour.common
Methods in org.tinfour.common that return IIntegrityCheck Modifier and Type Method Description IIntegrityCheckIIncrementalTin. getIntegrityCheck()Gets an implementation of the integrity check interface suitable for the referenced TIN implementation. -
Uses of IIntegrityCheck in org.tinfour.semivirtual
Methods in org.tinfour.semivirtual that return IIntegrityCheck Modifier and Type Method Description IIntegrityCheckSemiVirtualIncrementalTin. getIntegrityCheck() -
Uses of IIntegrityCheck in org.tinfour.standard
Classes in org.tinfour.standard that implement IIntegrityCheck Modifier and Type Class Description classIntegrityCheckA tool for checking the correctness of a tin, in particular the relationship between adjacent triangles.Methods in org.tinfour.standard that return IIntegrityCheck Modifier and Type Method Description IIntegrityCheckIncrementalTin. getIntegrityCheck()
-