Uses of Enum
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.builder
Constructors 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.setup
Fields in org.apache.sis.setup with type parameters of type GeometryLibraryModifier and TypeFieldDescriptionstatic final OptionKey<GeometryLibrary>
OptionKey.GEOMETRY_LIBRARY
The library to use for creating geometric objects at reading time.Methods in org.apache.sis.setup that return GeometryLibraryModifier and TypeMethodDescriptionstatic GeometryLibrary
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.