Uses of Enum Class
org.apache.sis.setup.GeometryLibrary
Packages that use GeometryLibrary
Package
Description
Helper classes for creating 
FeatureType instances.Provides information and some controls about SIS configuration.
- 
Uses of GeometryLibrary in org.apache.sis.feature.builderConstructors in org.apache.sis.feature.builder with parameters of type GeometryLibraryModifierConstructorDescriptionFeatureTypeBuilder(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.setupFields in org.apache.sis.setup with type parameters of type GeometryLibraryModifier and TypeFieldDescriptionstatic final OptionKey<GeometryLibrary>OptionKey.GEOMETRY_LIBRARYThe library to use for creating geometric objects at reading time.Methods in org.apache.sis.setup that return GeometryLibraryModifier and TypeMethodDescriptionstatic GeometryLibraryReturns the enum constant of this class with the specified name.static GeometryLibrary[]GeometryLibrary.values()Returns an array containing the constants of this enum class, in the order they are declared.