Uses of Interface
org.geotools.util.decorate.Wrapper
Packages that use Wrapper
Package
Description
-
Uses of Wrapper in org.geotools.data.duckdb
Classes in org.geotools.data.duckdb that implement WrapperModifier and TypeClassDescriptionclassPublic-facing DuckDB datastore wrapper that avoids exposing the raw JDBC datastore type.classForwardingDataStore<S extends DataStore>Decorator implementation ofDataStorethat forwards all method calls to a delegate datastore. -
Uses of Wrapper in org.geotools.data.geoparquet
Classes in org.geotools.data.geoparquet that implement WrapperModifier and TypeClassDescriptionclassA GeoParquet DataStore implementation that decorates a JDBCDataStore. -
Uses of Wrapper in org.geotools.data.store
Classes in org.geotools.data.store that implement WrapperModifier and TypeClassDescriptionclassDelegates every method to the wrapped feature source. -
Uses of Wrapper in org.geotools.util.decorate
Classes in org.geotools.util.decorate that implement Wrapper