Uses of Interface
org.geotools.api.data.SimpleFeatureSource
Packages that use SimpleFeatureSource
Package
Description
Defines the DataStore API via which all data is imported or exported.
Implementations of FeatureCollection for different purposes.
List of layers to be rendered.
-
Uses of SimpleFeatureSource in org.geotools.api.data
Subinterfaces of SimpleFeatureSource in org.geotools.api.dataModifier and TypeInterfaceDescriptioninterface
Used to lock feature content to protect against other threads (or depending on the source of data other applications) making modifications when you are not looking.interface
Methods in org.geotools.api.data that return SimpleFeatureSourceModifier and TypeMethodDescriptionDataStore.getFeatureSource
(String typeName) Gets aSimpleFeatureSource
for features of the specified type.DataStore.getFeatureSource
(Name typeName) Gets aSimpleFeatureSource
for features of the type specified by a qualified name (namespace plus type name).FileDataStore.getFeatureSource()
-
Uses of SimpleFeatureSource in org.geotools.appschema.jdbc
Classes in org.geotools.appschema.jdbc that implement SimpleFeatureSource -
Uses of SimpleFeatureSource in org.geotools.data
Fields in org.geotools.data declared as SimpleFeatureSourceModifier and TypeFieldDescriptionprotected SimpleFeatureSource
DefaultFeatureResults.featureSource
Feature source used to aquire features, note we are only a "view" of this FeatureSource, its contents, transaction and events need to be forwarded through this collection api to simplier code such as renderers.Methods in org.geotools.data that return SimpleFeatureSourceModifier and TypeMethodDescriptionstatic SimpleFeatureSource
DataUtilities.createView
(DataStore store, Query query) Return a 'view' of the givenDataStore
constrained by aQuery
.static SimpleFeatureSource
DataUtilities.createView
(SimpleFeatureSource source, Query query) Return a 'view' of the givenFeatureSource
constrained by aQuery
.static SimpleFeatureSource
DataUtilities.simple
(FeatureSource source) A safe cast to SimpleFeatureSource; that will introduce a wrapper if it has to.static SimpleFeatureSource
DataUtilities.source
(SimpleFeature... featureArray) Wrap up an array of features as a FeatureSource.static SimpleFeatureSource
DataUtilities.source
(FeatureCollection<SimpleFeatureType, SimpleFeature> collection) Wraps up the provided feature collection in as a SimpleFeatureSource.Methods in org.geotools.data with parameters of type SimpleFeatureSourceModifier and TypeMethodDescriptionstatic SimpleFeatureSource
DataUtilities.createView
(SimpleFeatureSource source, Query query) Return a 'view' of the givenFeatureSource
constrained by aQuery
.static DataStore
DataUtilities.dataStore
(SimpleFeatureSource source) Adapt a single FeatureSource as a read-only DataStore.Constructors in org.geotools.data with parameters of type SimpleFeatureSourceModifierConstructorDescriptionDefaultFeatureResults
(SimpleFeatureSource source, Query query) FeatureResults query against featureSource. -
Uses of SimpleFeatureSource in org.geotools.data.collection
Classes in org.geotools.data.collection that implement SimpleFeatureSourceModifier and TypeClassDescriptionclass
This is a "port" of ContentFeatureSource to work with an iterator.class
A FeatureSource using a spatial index to hold on to features and serve them up for fast display. -
Uses of SimpleFeatureSource in org.geotools.data.complex.xml
Subinterfaces of SimpleFeatureSource in org.geotools.data.complex.xml -
Uses of SimpleFeatureSource in org.geotools.data.csv
Classes in org.geotools.data.csv that implement SimpleFeatureSourceModifier and TypeClassDescriptionclass
class
Read-write access to CSV File.Methods in org.geotools.data.csv that return SimpleFeatureSource -
Uses of SimpleFeatureSource in org.geotools.data.directory
Classes in org.geotools.data.directory that implement SimpleFeatureSourceModifier and TypeClassDescriptionclass
class
class
Methods in org.geotools.data.directory that return SimpleFeatureSourceModifier and TypeMethodDescriptionDirectoryDataStore.getFeatureSource
(String typeName) DirectoryDataStore.getFeatureSource
(Name typeName) DirectoryFeatureSource.unwrap()
Constructors in org.geotools.data.directory with parameters of type SimpleFeatureSource -
Uses of SimpleFeatureSource in org.geotools.data.gen
Classes in org.geotools.data.gen that implement SimpleFeatureSourceMethods in org.geotools.data.gen that return SimpleFeatureSourceModifier and TypeMethodDescriptionPreGeneralizedDataStore.getFeatureSource
(String typeName) PreGeneralizedDataStore.getFeatureSource
(Name typeName) Methods in org.geotools.data.gen with parameters of type SimpleFeatureSourceModifier and TypeMethodDescriptionprotected Query
PreGeneralizedFeatureSource.getProxyObject
(Query query, SimpleFeatureSource fs, Generalization di) -
Uses of SimpleFeatureSource in org.geotools.data.geojson.store
Classes in org.geotools.data.geojson.store that implement SimpleFeatureSourceMethods in org.geotools.data.geojson.store that return SimpleFeatureSource -
Uses of SimpleFeatureSource in org.geotools.data.geoparquet
Methods in org.geotools.data.geoparquet that return SimpleFeatureSourceModifier and TypeMethodDescriptionForwardingDataStore.getFeatureSource
(String typeName) ForwardingDataStore.getFeatureSource
(Name typeName) GeoparquetDataStore.getFeatureSource
(String typeName) Returns a feature source for the given type name.GeoparquetDataStore.getFeatureSource
(Name typeName) Returns a feature source for the given qualified name. -
Uses of SimpleFeatureSource in org.geotools.data.graticule
Classes in org.geotools.data.graticule that implement SimpleFeatureSource -
Uses of SimpleFeatureSource in org.geotools.data.memory
Classes in org.geotools.data.memory that implement SimpleFeatureSourceModifier and TypeClassDescriptionclass
Read access to feature content held in memory.class
-
Uses of SimpleFeatureSource in org.geotools.data.mongodb
Classes in org.geotools.data.mongodb that implement SimpleFeatureSource -
Uses of SimpleFeatureSource in org.geotools.data.property
Classes in org.geotools.data.property that implement SimpleFeatureSourceModifier and TypeClassDescriptionclass
class
Implementation used for writeable property files. -
Uses of SimpleFeatureSource in org.geotools.data.store
Classes in org.geotools.data.store that implement SimpleFeatureSourceModifier and TypeClassDescriptionclass
Abstract implementation of FeatureSource.class
Abstract implementation of FeatureStore.Methods in org.geotools.data.store that return SimpleFeatureSourceModifier and TypeMethodDescriptionContentDataStore.getFeatureSource
(Name typeName) Delegates toContentDataStore.getFeatureSource(Name, Transaction)
DecoratingDataStore.getFeatureSource
(String typeName) DecoratingDataStore.getFeatureSource
(Name typeName) -
Uses of SimpleFeatureSource in org.geotools.data.transform
Classes in org.geotools.data.transform that implement SimpleFeatureSourceModifier and TypeClassDescriptionclass
class
A feature source that can transform a source feature source using a set of expressionsclass
A transforming feature store, will transform on the fly all attempts to write so that the underlying features are getting modified while exposing a different feature type to its callers.Fields in org.geotools.data.transform declared as SimpleFeatureSourceMethods in org.geotools.data.transform that return SimpleFeatureSourceModifier and TypeMethodDescriptionSingleFeatureSourceDataStore.getFeatureSource
(String typeName) SingleFeatureSourceDataStore.getFeatureSource
(Name typeName) static SimpleFeatureSource
TransformFactory.transform
(SimpleFeatureSource source, String name, List<Definition> definitions) Creates a transformed SimpleFeatureSource/SimpleFeatureStore from the original source, giving it a certain name and a set of computed propertiesstatic SimpleFeatureSource
TransformFactory.transform
(SimpleFeatureSource source, Name name, List<Definition> definitions) Creates a transformed SimpleFeatureSource/SimpleFeatureStore from the original source, giving it a certain name and a set of computed propertiesMethods in org.geotools.data.transform with parameters of type SimpleFeatureSourceModifier and TypeMethodDescriptionstatic SimpleFeatureSource
TransformFactory.transform
(SimpleFeatureSource source, String name, List<Definition> definitions) Creates a transformed SimpleFeatureSource/SimpleFeatureStore from the original source, giving it a certain name and a set of computed propertiesstatic SimpleFeatureSource
TransformFactory.transform
(SimpleFeatureSource source, Name name, List<Definition> definitions) Creates a transformed SimpleFeatureSource/SimpleFeatureStore from the original source, giving it a certain name and a set of computed propertiesConstructors in org.geotools.data.transform with parameters of type SimpleFeatureSourceModifierConstructorDescriptionTransformFeatureSource
(SimpleFeatureSource source, Name name, List<Definition> definitions) Creates a transformed feature source from the original source, giving it a certain name and a set of computed properties -
Uses of SimpleFeatureSource in org.geotools.data.view
Classes in org.geotools.data.view that implement SimpleFeatureSourceModifier and TypeClassDescriptionclass
Wrapper for SimpleFeatureSource constrained by a Query.Fields in org.geotools.data.view declared as SimpleFeatureSourceModifier and TypeFieldDescriptionprotected SimpleFeatureSource
DefaultView.source
SimpleFeatureSource being served upMethods in org.geotools.data.view that return SimpleFeatureSourceModifier and TypeMethodDescriptionstatic SimpleFeatureSource
DefaultView.create
(SimpleFeatureSource source, Query query) Factory that make the correct decorator for the provided featureSource.Methods in org.geotools.data.view with parameters of type SimpleFeatureSourceModifier and TypeMethodDescriptionstatic SimpleFeatureSource
DefaultView.create
(SimpleFeatureSource source, Query query) Factory that make the correct decorator for the provided featureSource.Constructors in org.geotools.data.view with parameters of type SimpleFeatureSourceModifierConstructorDescriptionDefaultView
(SimpleFeatureSource source, Query query) Creates a new GeoServerFeatureSource object. -
Uses of SimpleFeatureSource in org.geotools.data.vpf
Classes in org.geotools.data.vpf that implement SimpleFeatureSourceModifier and TypeClassDescriptionclass
VPFFeature Sourceclass
VPFFeature Sourceclass
VPFFeature Source -
Uses of SimpleFeatureSource in org.geotools.data.vpf.file
Classes in org.geotools.data.vpf.file that implement SimpleFeatureSource -
Uses of SimpleFeatureSource in org.geotools.data.wfs
Classes in org.geotools.data.wfs that implement SimpleFeatureSource -
Uses of SimpleFeatureSource in org.geotools.gce.imagemosaic.catalog.oracle
Classes in org.geotools.gce.imagemosaic.catalog.oracle that implement SimpleFeatureSourceFields in org.geotools.gce.imagemosaic.catalog.oracle declared as SimpleFeatureSourceModifier and TypeFieldDescriptionprotected SimpleFeatureSource
AbstractFeatureTypeMapper.simpleFeatureSource
TheSimpleFeatureSource
available for that typeMethods in org.geotools.gce.imagemosaic.catalog.oracle that return SimpleFeatureSourceModifier and TypeMethodDescriptionDataStoreWrapper.getFeatureSource
(String typeName) DataStoreWrapper.getFeatureSource
(Name typeName) AbstractFeatureTypeMapper.getSimpleFeatureSource()
FeatureTypeMapper.getSimpleFeatureSource()
protected SimpleFeatureSource
DataStoreWrapper.transformFeatureStore
(SimpleFeatureStore source, FeatureTypeMapper mapper) protected SimpleFeatureSource
OracleDatastoreWrapper.transformFeatureStore
(SimpleFeatureStore store, FeatureTypeMapper mapper) Methods in org.geotools.gce.imagemosaic.catalog.oracle with parameters of type SimpleFeatureSourceModifier and TypeMethodDescriptionvoid
AbstractFeatureTypeMapper.setSimpleFeatureSource
(SimpleFeatureSource simpleFeatureSource) -
Uses of SimpleFeatureSource in org.geotools.gce.imagemosaic.catalog.postgis
Classes in org.geotools.gce.imagemosaic.catalog.postgis that implement SimpleFeatureSourceModifier and TypeClassDescriptionclass
A Postgis transforming feature store, will transform on the fly all attempts to write so that the underlying features are getting modified while exposing a different feature type to its callers.Methods in org.geotools.gce.imagemosaic.catalog.postgis that return SimpleFeatureSourceModifier and TypeMethodDescriptionprotected SimpleFeatureSource
PostgisDatastoreWrapper.transformFeatureStore
(SimpleFeatureStore store, FeatureTypeMapper mapper) -
Uses of SimpleFeatureSource in org.geotools.gce.imagemosaic.catalog.sqlserver
Classes in org.geotools.gce.imagemosaic.catalog.sqlserver that implement SimpleFeatureSourceModifier and TypeClassDescriptionclass
A SQLServer transforming feature store, will transform on the fly all attempts to write so that the underlying features are getting modified while exposing a different feature type to its callers.Methods in org.geotools.gce.imagemosaic.catalog.sqlserver that return SimpleFeatureSourceModifier and TypeMethodDescriptionprotected SimpleFeatureSource
SQLServerDatastoreWrapper.transformFeatureStore
(SimpleFeatureStore store, FeatureTypeMapper mapper) -
Uses of SimpleFeatureSource in org.geotools.geopkg
Methods in org.geotools.geopkg with parameters of type SimpleFeatureSourceModifier and TypeMethodDescriptionvoid
GeoPackage.add
(FeatureEntry entry, SimpleFeatureSource source, Filter filter) Adds a new feature dataset to the geopackage. -
Uses of SimpleFeatureSource in org.geotools.grid
Methods in org.geotools.grid that return SimpleFeatureSourceModifier and TypeMethodDescriptionstatic SimpleFeatureSource
Grids.createHexagonalGrid
(ReferencedEnvelope bounds, double sideLen) Creates a vector grid of hexagonal elements.static SimpleFeatureSource
Grids.createHexagonalGrid
(ReferencedEnvelope bounds, double sideLen, double vertexSpacing) Creates a vector grid of hexagonal elements represented by 'densified' polygons.static SimpleFeatureSource
Grids.createHexagonalGrid
(ReferencedEnvelope bounds, double sideLen, double vertexSpacing, GridFeatureBuilder builder) Creates a vector grid of hexagonal elements represented by 'densified' polygons.static SimpleFeatureSource
Lines.createOrthoLines
(ReferencedEnvelope bounds, Collection<OrthoLineDef> lineDefs) Creates a grid of ortho-lines.static SimpleFeatureSource
Lines.createOrthoLines
(ReferencedEnvelope bounds, Collection<OrthoLineDef> lineDefs, double vertexSpacing) Creates a grid of ortho-lines.static SimpleFeatureSource
Lines.createOrthoLines
(ReferencedEnvelope bounds, Collection<OrthoLineDef> lineDefs, double vertexSpacing, GridFeatureBuilder lineFeatureBuilder) Creates a grid of ortho-lines.static SimpleFeatureSource
Grids.createOvalGrid
(ReferencedEnvelope bounds, double sideLen) Creates a vector grid of oval elements.static SimpleFeatureSource
Grids.createOvalGrid
(ReferencedEnvelope bounds, double sideLen, GridFeatureBuilder builder) Creates a vector grid of square elements represented by 'densified' polygons.static SimpleFeatureSource
Grids.createSquareGrid
(ReferencedEnvelope bounds, double sideLen) Creates a vector grid of square elements.static SimpleFeatureSource
Grids.createSquareGrid
(ReferencedEnvelope bounds, double sideLen, double vertexSpacing) Creates a vector grid of square elements represented by 'densified' polygons.static SimpleFeatureSource
Grids.createSquareGrid
(ReferencedEnvelope bounds, double sideLen, double vertexSpacing, GridFeatureBuilder builder) Creates a vector grid of square elements represented by 'densified' polygons. -
Uses of SimpleFeatureSource in org.geotools.grid.hexagon
Methods in org.geotools.grid.hexagon that return SimpleFeatureSourceModifier and TypeMethodDescriptionstatic SimpleFeatureSource
Hexagons.createGrid
(ReferencedEnvelope bounds, double sideLen, double vertexSpacing, HexagonOrientation orientation, GridFeatureBuilder gridFeatureBuilder) Creates a new grid of tesselated hexagons within a bounding rectangle with grid elements represented by densified polygons (ie. additional vertices added to each edge).static SimpleFeatureSource
Hexagons.createGrid
(ReferencedEnvelope bounds, double sideLen, HexagonOrientation orientation, GridFeatureBuilder gridBuilder) Creates a new grid of tesselated hexagons within a bounding rectangle with grid elements represented by simple (ie. undensified) polygons. -
Uses of SimpleFeatureSource in org.geotools.grid.oblong
Methods in org.geotools.grid.oblong that return SimpleFeatureSourceModifier and TypeMethodDescriptionstatic SimpleFeatureSource
Oblongs.createGrid
(ReferencedEnvelope bounds, double width, double height, double vertexSpacing, GridFeatureBuilder gridFeatureBuilder) Creates a new grid of oblongs within a bounding rectangle with grid elements represented by densified polygons (ie. additional vertices added to each edge).static SimpleFeatureSource
Oblongs.createGrid
(ReferencedEnvelope bounds, double width, double height, GridFeatureBuilder gridBuilder) Creates a new grid of oblongs within a bounding rectangle with grid elements represented by simple (ie. -
Uses of SimpleFeatureSource in org.geotools.grid.oval
Methods in org.geotools.grid.oval that return SimpleFeatureSourceModifier and TypeMethodDescriptionstatic SimpleFeatureSource
Ovals.createGrid
(ReferencedEnvelope bounds, double width, double height, double vertexSpacing, GridFeatureBuilder gridFeatureBuilder) Creates a new grid of oblongs within a bounding rectangle with grid elements represented by densified polygons (ie. additional vertices added to each edge).static SimpleFeatureSource
Ovals.createGrid
(ReferencedEnvelope bounds, double width, double height, GridFeatureBuilder gridBuilder) Creates a new grid of oblongs within a bounding rectangle with grid elements represented by simple (ie. -
Uses of SimpleFeatureSource in org.geotools.jdbc
Classes in org.geotools.jdbc that implement SimpleFeatureSourceModifier and TypeClassDescriptionclass
final class
FeatureStore implementation for jdbc based relational database tables. -
Uses of SimpleFeatureSource in org.geotools.map
Fields in org.geotools.map declared as SimpleFeatureSourceModifier and TypeFieldDescriptionprotected SimpleFeatureSource
RasterLayer.source
SimpleFeatureSource used to provide the outline of the raster content.Methods in org.geotools.map that return SimpleFeatureSourceModifier and TypeMethodDescriptionRasterLayer.getFeatureSource()
FetureSource representation of raster contents (in case a vector based renderer wishes to draw a polygon outline).FeatureLayer.getSimpleFeatureSource()
Get the feature source for this layer. -
Uses of SimpleFeatureSource in org.geotools.stac.store
Classes in org.geotools.stac.store that implement SimpleFeatureSource -
Uses of SimpleFeatureSource in org.geotools.vectormosaic
Classes in org.geotools.vectormosaic that implement SimpleFeatureSourceModifier and TypeClassDescriptionclass
FeatureSource for a vector mosaic.