Uses of Class
org.apache.sis.setup.GeometryLibrary
-
Packages that use GeometryLibrary Package Description org.apache.sis.setup Provides information and some controls about SIS configuration. -
-
Uses of GeometryLibrary in org.apache.sis.setup
Fields in org.apache.sis.setup with type parameters of type GeometryLibrary Modifier and Type Field Description static OptionKey<GeometryLibrary>OptionKey. GEOMETRY_LIBRARYThe library to use for creating geometric objects at reading time.Methods in org.apache.sis.setup that return GeometryLibrary Modifier and Type Method Description static GeometryLibraryGeometryLibrary. valueOf(String name)Returns the enum constant of this type with the specified name.static GeometryLibrary[]GeometryLibrary. values()Returns an array containing the constants of this enum type, in the order they are declared.
-