Uses of Class
org.tinfour.interpolation.NaturalNeighborElements.ResultType
-
Packages that use NaturalNeighborElements.ResultType Package Description org.tinfour.interpolation Provides interfaces and supporting classes for performing interpolation over TINs -
-
Uses of NaturalNeighborElements.ResultType in org.tinfour.interpolation
Methods in org.tinfour.interpolation that return NaturalNeighborElements.ResultType Modifier and Type Method Description NaturalNeighborElements.ResultTypeNaturalNeighborElements. getResultType()Gets the type of result that produced this instance.static NaturalNeighborElements.ResultTypeNaturalNeighborElements.ResultType. valueOf(String name)Returns the enum constant of this type with the specified name.static NaturalNeighborElements.ResultType[]NaturalNeighborElements.ResultType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-