Uses of Interface
org.geotools.util.decorate.Wrapper
-
Packages that use Wrapper Package Description org.geotools.data.store org.geotools.util.decorate -
-
Uses of Wrapper in org.geotools.data.store
Classes in org.geotools.data.store that implement Wrapper Modifier and Type Class Description class
DecoratingDataStore
Delegates every method to the wrapped feature source. -
Uses of Wrapper in org.geotools.util.decorate
Classes in org.geotools.util.decorate that implement Wrapper Modifier and Type Class Description class
AbstractDecorator<D>
Generic delegating base class.
-