Uses of Class
org.apache.sis.setup.GeometryLibrary
-
Packages that use GeometryLibrary Package Description org.apache.sis.feature.builder Helper classes for creatingFeatureTypeinstances.org.apache.sis.setup Provides information and some controls about SIS configuration. -
-
Uses of GeometryLibrary in org.apache.sis.feature.builder
Constructors in org.apache.sis.feature.builder with parameters of type GeometryLibrary Constructor Description FeatureTypeBuilder(NameFactory factory, GeometryLibrary library, Locale locale)Creates a new builder instance using the given name factory, geometry library and locale for formatting error messages. -
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.
-