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.
Generic GeoTools DataStore abstractions for tiled vector data sources.
-
Uses of SimpleFeatureSource in org.geotools.api.data
Subinterfaces of SimpleFeatureSource in org.geotools.api.dataModifier and TypeInterfaceDescriptioninterfaceUsed 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.interfaceMethods in org.geotools.api.data that return SimpleFeatureSourceModifier and TypeMethodDescriptionDataStore.getFeatureSource(String typeName) Gets aSimpleFeatureSourcefor features of the specified type.DataStore.getFeatureSource(Name typeName) Gets aSimpleFeatureSourcefor 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 SimpleFeatureSourceDefaultFeatureResults.featureSourceFeature 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 SimpleFeatureSourceDataUtilities.createView(DataStore store, Query query) Return a 'view' of the givenDataStoreconstrained by aQuery.static SimpleFeatureSourceDataUtilities.createView(SimpleFeatureSource source, Query query) Return a 'view' of the givenFeatureSourceconstrained by aQuery.static SimpleFeatureSourceDataUtilities.simple(FeatureSource source) A safe cast to SimpleFeatureSource; that will introduce a wrapper if it has to.static SimpleFeatureSourceDataUtilities.source(SimpleFeature... featureArray) Wrap up an array of features as a FeatureSource.static SimpleFeatureSourceDataUtilities.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 SimpleFeatureSourceDataUtilities.createView(SimpleFeatureSource source, Query query) Return a 'view' of the givenFeatureSourceconstrained by aQuery.static DataStoreDataUtilities.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 TypeClassDescriptionclassThis is a "port" of ContentFeatureSource to work with an iterator.classA 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 TypeClassDescriptionclassclassRead-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 TypeClassDescriptionclassclassclassMethods 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 QueryPreGeneralizedFeatureSource.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 TypeClassDescriptionclassRead 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 TypeClassDescriptionclassclassImplementation used for writeable property files. -
Uses of SimpleFeatureSource in org.geotools.data.store
Classes in org.geotools.data.store that implement SimpleFeatureSourceModifier and TypeClassDescriptionclassAbstract implementation of FeatureSource.classAbstract 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 TypeClassDescriptionclassclassA feature source that can transform a source feature source using a set of expressionsclassA 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 SimpleFeatureSourceTransformFactory.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 SimpleFeatureSourceTransformFactory.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 SimpleFeatureSourceTransformFactory.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 SimpleFeatureSourceTransformFactory.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 TypeClassDescriptionclassWrapper for SimpleFeatureSource constrained by a Query.Fields in org.geotools.data.view declared as SimpleFeatureSourceModifier and TypeFieldDescriptionprotected SimpleFeatureSourceDefaultView.sourceSimpleFeatureSource being served upMethods in org.geotools.data.view that return SimpleFeatureSourceModifier and TypeMethodDescriptionstatic SimpleFeatureSourceDefaultView.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 SimpleFeatureSourceDefaultView.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 TypeClassDescriptionclassVPFFeature SourceclassVPFFeature SourceclassVPFFeature 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 SimpleFeatureSourceAbstractFeatureTypeMapper.simpleFeatureSourceTheSimpleFeatureSourceavailable 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 SimpleFeatureSourceDataStoreWrapper.transformFeatureStore(SimpleFeatureStore source, FeatureTypeMapper mapper) protected SimpleFeatureSourceOracleDatastoreWrapper.transformFeatureStore(SimpleFeatureStore store, FeatureTypeMapper mapper) Methods in org.geotools.gce.imagemosaic.catalog.oracle with parameters of type SimpleFeatureSourceModifier and TypeMethodDescriptionvoidAbstractFeatureTypeMapper.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 TypeClassDescriptionclassA 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 SimpleFeatureSourcePostgisDatastoreWrapper.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 TypeClassDescriptionclassA 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 SimpleFeatureSourceSQLServerDatastoreWrapper.transformFeatureStore(SimpleFeatureStore store, FeatureTypeMapper mapper) -
Uses of SimpleFeatureSource in org.geotools.geopkg
Methods in org.geotools.geopkg with parameters of type SimpleFeatureSourceModifier and TypeMethodDescriptionvoidGeoPackage.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 SimpleFeatureSourceGrids.createHexagonalGrid(ReferencedEnvelope bounds, double sideLen) Creates a vector grid of hexagonal elements.static SimpleFeatureSourceGrids.createHexagonalGrid(ReferencedEnvelope bounds, double sideLen, double vertexSpacing) Creates a vector grid of hexagonal elements represented by 'densified' polygons.static SimpleFeatureSourceGrids.createHexagonalGrid(ReferencedEnvelope bounds, double sideLen, double vertexSpacing, GridFeatureBuilder builder) Creates a vector grid of hexagonal elements represented by 'densified' polygons.static SimpleFeatureSourceLines.createOrthoLines(ReferencedEnvelope bounds, Collection<OrthoLineDef> lineDefs) Creates a grid of ortho-lines.static SimpleFeatureSourceLines.createOrthoLines(ReferencedEnvelope bounds, Collection<OrthoLineDef> lineDefs, double vertexSpacing) Creates a grid of ortho-lines.static SimpleFeatureSourceLines.createOrthoLines(ReferencedEnvelope bounds, Collection<OrthoLineDef> lineDefs, double vertexSpacing, GridFeatureBuilder lineFeatureBuilder) Creates a grid of ortho-lines.static SimpleFeatureSourceGrids.createOvalGrid(ReferencedEnvelope bounds, double sideLen) Creates a vector grid of oval elements.static SimpleFeatureSourceGrids.createOvalGrid(ReferencedEnvelope bounds, double sideLen, GridFeatureBuilder builder) Creates a vector grid of square elements represented by 'densified' polygons.static SimpleFeatureSourceGrids.createSquareGrid(ReferencedEnvelope bounds, double sideLen) Creates a vector grid of square elements.static SimpleFeatureSourceGrids.createSquareGrid(ReferencedEnvelope bounds, double sideLen, double vertexSpacing) Creates a vector grid of square elements represented by 'densified' polygons.static SimpleFeatureSourceGrids.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 SimpleFeatureSourceHexagons.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 SimpleFeatureSourceHexagons.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 SimpleFeatureSourceOblongs.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 SimpleFeatureSourceOblongs.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 SimpleFeatureSourceOvals.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 SimpleFeatureSourceOvals.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 TypeClassDescriptionclassfinal classFeatureStore implementation for jdbc based relational database tables. -
Uses of SimpleFeatureSource in org.geotools.map
Fields in org.geotools.map declared as SimpleFeatureSourceModifier and TypeFieldDescriptionprotected SimpleFeatureSourceRasterLayer.sourceSimpleFeatureSource 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 TypeClassDescriptionclassFeatureSource for a vector mosaic. -
Uses of SimpleFeatureSource in org.geotools.vectortiles.store
Classes in org.geotools.vectortiles.store that implement SimpleFeatureSourceModifier and TypeClassDescriptionclassFeature source for a single vector layer in a tiled vector dataset.