Uses of Enum
org.apache.sis.setup.GeometryLibrary
Packages that use GeometryLibrary
Package
Description
Helper classes for creating
FeatureType
instances.A set of helper classes for the SIS implementation.
Build
DefaultFeatureType
s by inspection of database schemas.Reads and writes data in GPS Exchange Format (GPX).
DataStore
implementation for Well Known Text.Provides information and some controls about SIS configuration.
Data store capable to read and create features from a JDBC connection to a database.
-
Uses of GeometryLibrary in org.apache.sis.feature.builder
Constructors in org.apache.sis.feature.builder with parameters of type GeometryLibraryModifierConstructorDescriptionFeatureTypeBuilder
(org.opengis.util.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.internal.feature
Fields in org.apache.sis.internal.feature declared as GeometryLibraryModifier and TypeFieldDescriptionfinal GeometryLibrary
Geometries.library
The enumeration value that identifies which geometry library is used.Methods in org.apache.sis.internal.feature with parameters of type GeometryLibraryModifier and TypeMethodDescriptionstatic Geometries
<?> Geometries.implementation
(GeometryLibrary library) Returns a factory backed by the specified geometry library implementation, of the default implementation if the specified library isnull
.Constructors in org.apache.sis.internal.feature with parameters of type GeometryLibraryModifierConstructorDescriptionprotected
Geometries
(GeometryLibrary library, Class<G> rootClass, Class<?> pointClass, Class<? extends G> polylineClass, Class<? extends G> polygonClass) Creates a new adapter for the given root geometry class. -
Uses of GeometryLibrary in org.apache.sis.internal.sql.feature
Methods in org.apache.sis.internal.sql.feature with parameters of type GeometryLibraryModifier and TypeMethodDescriptionstatic Database
<?> Database.create
(SQLStore store, DataSource source, Connection connection, GeometryLibrary geomLibrary, org.opengis.util.GenericName[] tableNames, ResourceDefinition[] queries, SchemaModifier customizer, StoreListeners listeners) Creates a new handler for a spatial database. -
Uses of GeometryLibrary in org.apache.sis.internal.storage.gpx
Constructors in org.apache.sis.internal.storage.gpx with parameters of type GeometryLibraryModifierConstructorDescription(package private)
Types
(org.opengis.util.NameFactory factory, Locale locale, GeometryLibrary library) Creates newFeatureTypes
with feature names and property names created using the given factory. -
Uses of GeometryLibrary in org.apache.sis.internal.storage.wkt
Fields in org.apache.sis.internal.storage.wkt declared as GeometryLibraryModifier and TypeFieldDescriptionprivate final GeometryLibrary
Store.library
The geometry library, ornull
for the default.private final GeometryLibrary
StoreFormat.library
The geometry library, ornull
for the default.Constructors in org.apache.sis.internal.storage.wkt with parameters of type GeometryLibraryModifierConstructorDescriptionStoreFormat
(Locale locale, TimeZone timezone, GeometryLibrary library, StoreListeners listeners) Creates a new WKT parser and encoder. -
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. -
Uses of GeometryLibrary in org.apache.sis.storage.sql
Fields in org.apache.sis.storage.sql declared as GeometryLibraryModifier and TypeFieldDescriptionprivate final GeometryLibrary
SQLStore.geomLibrary
The library to use for creating geometric objects, ornull
for system default.