Uses of Enum Class
org.apache.sis.setup.GeometryLibrary
Packages that use GeometryLibrary
Package
Description
Defines the structure and content of views of real-world phenomenon.
Helper classes for creating
FeatureType
instances.Provides information and some controls about SIS configuration.
-
Uses of GeometryLibrary in org.apache.sis.feature
Methods in org.apache.sis.feature with parameters of type GeometryLibraryModifier and TypeMethodDescriptionstatic AbstractOperation
FeatureOperations.groupAsPolyline
(Map<String, ?> identification, GeometryLibrary library, AbstractIdentifiedType components) Creates a single geometry from a sequence of points or polylines stored in another property. -
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
Subclasses with type arguments of type GeometryLibrary in org.apache.sis.setupModifier and TypeClassDescriptionenum
Some libraries providing geometric objects or topological operations.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 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.