Uses of Class
org.geotools.data.duckdb.SimplificationMethod
-
Packages that use SimplificationMethod Package Description org.geotools.data.duckdb -
-
Uses of SimplificationMethod in org.geotools.data.duckdb
Methods in org.geotools.data.duckdb that return SimplificationMethod Modifier and Type Method Description static SimplificationMethod
SimplificationMethod. valueOf(String name)
Returns the enum constant of this type with the specified name.static SimplificationMethod[]
SimplificationMethod. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-