Uses of Interface
org.geotools.api.data.FeatureSource
Packages that use FeatureSource
Package
Description
Defines the DataStore API via which all data is imported or exported.
Implementations of FeatureCollection for different purposes.
This package contains the implementation of a ComplexDataStore,
List of layers to be rendered.
A simple renderer implementation.
-
Uses of FeatureSource in org.geotools.api.data
Subinterfaces of FeatureSource in org.geotools.api.dataModifier and TypeInterfaceDescriptioninterface
FeatureLocking<T extends FeatureType,
F extends Feature> Provides Feature based locking.interface
FeatureStore<T extends FeatureType,
F extends Feature> This interface extendsFeatureSource
, adding methods to add and remove features and to modify existing features.interface
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
FeatureSource explicitly working with SimpleFeatureCollection.interface
Fields in org.geotools.api.data declared as FeatureSourceModifier and TypeFieldDescriptionprotected FeatureSource
FeatureEvent.featureSource
The FeatureSource broadcasting the event.Methods in org.geotools.api.data that return FeatureSourceModifier and TypeMethodDescriptionDataAccess.getFeatureSource
(Name typeName) Access to the named resource.FeatureSource<? extends FeatureType,
? extends Feature> FeatureEvent.getFeatureSource()
Provides access to the SimpleFeatureSource which fired the event.Methods in org.geotools.api.data with parameters of type FeatureSourceModifier and TypeMethodDescriptionvoid
FeatureEvent.setFeatureSource
(FeatureSource featureSource) Constructors in org.geotools.api.data with parameters of type FeatureSourceModifierConstructorDescriptionBatchFeatureEvent
(FeatureSource<? extends FeatureType, ? extends Feature> featureSource) BatchFeatureEvent
(FeatureSource<? extends FeatureType, ? extends Feature> featureSource, ReferencedEnvelope bounds, Filter filter) -
Uses of FeatureSource in org.geotools.appschema.jdbc
Classes in org.geotools.appschema.jdbc that implement FeatureSource -
Uses of FeatureSource in org.geotools.appschema.resolver.data
Classes in org.geotools.appschema.resolver.data that implement FeatureSourceModifier and TypeClassDescriptionclass
Methods in org.geotools.appschema.resolver.data that return FeatureSource -
Uses of FeatureSource in org.geotools.data
Methods in org.geotools.data with parameters of type FeatureSourceModifier and TypeMethodDescriptionvoid
FeatureListenerManager.addFeatureListener
(FeatureSource<? extends FeatureType, ? extends Feature> featureSource, FeatureListener featureListener) Used by FeaureSource implementations to provide listener support.void
FeatureListenerManager.cleanListenerList
(FeatureSource<? extends FeatureType, ? extends Feature> featureSource) void
FeatureListenerManager.removeFeatureListener
(FeatureSource<? extends FeatureType, ? extends Feature> featureSource, FeatureListener featureListener) Used by SimpleFeatureSource implementations to provide listener support.static SimpleFeatureSource
DataUtilities.simple
(FeatureSource source) A safe cast to SimpleFeatureSource; that will introduce a wrapper if it has to. -
Uses of FeatureSource in org.geotools.data.collection
Classes in org.geotools.data.collection that implement FeatureSourceModifier 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 FeatureSource in org.geotools.data.complex
Classes in org.geotools.data.complex that implement FeatureSourceModifier and TypeClassDescriptionclass
A FeatureSource that uses a FeatureTypeMapping to perform Feature fetching.Fields in org.geotools.data.complex declared as FeatureSourceModifier and TypeFieldDescriptionprotected FeatureSource<? extends FeatureType,
? extends Feature> DataAccessMappingFeatureIterator.mappedSource
Methods in org.geotools.data.complex that return FeatureSourceModifier and TypeMethodDescriptionDataAccessRegistry.featureSource
(Name name) Get a feature source for built features with supplied feature type name.AppSchemaDataAccess.getFeatureSource
(Name typeName) Return a feature source that can be used to obtain features of a particular type.static FeatureSource<FeatureType,
Feature> DataAccessRegistry.getFeatureSource
(Name featureTypeName) Get a feature source for built features with supplied feature type name.AppSchemaDataAccess.getFeatureSourceByName
(Name typeName) Return a feature source that can be used to obtain features of a particular name.FeatureTypeMapping.getIndexSource()
FeatureSource<? extends FeatureType,
? extends Feature> DataAccessMappingFeatureIterator.getMappedSource()
For testing purposes.protected FeatureSource<? extends FeatureType,
? extends Feature> NestedAttributeMapping.getMappingSource
(Object feature) static FeatureSource<? extends FeatureType,
? extends Feature> AppSchemaDataAccessRegistry.getSimpleFeatureSource
(Name featureTypeName) Get a feature source for simple features with supplied feature type name.FeatureSource<? extends FeatureType,
? extends Feature> FeatureTypeMapping.getSource()
Methods in org.geotools.data.complex with parameters of type FeatureSourceModifier and TypeMethodDescriptionstatic FeatureTypeMapping
FeatureTypeMappingFactory.getInstance
(FeatureSource<? extends FeatureType, ? extends Feature> source, FeatureSource<SimpleFeatureType, SimpleFeature> indexSource, AttributeDescriptor target, String defaultGeometryXPath, List<AttributeMapping> mappings, NamespaceSupport namespaces, String itemXpath, boolean isXmlDataStore, boolean isDenormalised) static FeatureTypeMapping
FeatureTypeMappingFactory.getInstance
(FeatureSource<? extends FeatureType, ? extends Feature> source, FeatureSource<SimpleFeatureType, SimpleFeature> indexSource, AttributeDescriptor target, String defaultGeometryXPath, List<AttributeMapping> mappings, NamespaceSupport namespaces, String itemXpath, boolean isXmlDataStore, boolean isDenormalised, String sourceDatastoreId) void
FeatureTypeMapping.setIndexSource
(FeatureSource<SimpleFeatureType, SimpleFeature> indexSource) void
FeatureTypeMapping.setSource
(FeatureSource<? extends FeatureType, ? extends Feature> source) Constructors in org.geotools.data.complex with parameters of type FeatureSourceModifierConstructorDescriptionFeatureTypeMapping
(FeatureSource<? extends FeatureType, ? extends Feature> source, FeatureSource<SimpleFeatureType, SimpleFeature> indexSource, AttributeDescriptor target, String defaultGeometryXPath, List<AttributeMapping> mappings, NamespaceSupport namespaces, boolean isDenormalised) FeatureTypeMapping
(FeatureSource<? extends FeatureType, ? extends Feature> source, AttributeDescriptor target, String defaultGeometryXPath, List<AttributeMapping> mappings, NamespaceSupport namespaces, boolean isDenormalised) FeatureTypeMapping
(FeatureSource<? extends FeatureType, ? extends Feature> source, AttributeDescriptor target, List<AttributeMapping> mappings, NamespaceSupport namespaces) XmlFeatureTypeMapping
(FeatureSource<? extends FeatureType, ? extends Feature> source, AttributeDescriptor target, List<AttributeMapping> mappings, NamespaceSupport namespaces, String itemXpath) -
Uses of FeatureSource in org.geotools.data.complex.xml
Subinterfaces of FeatureSource in org.geotools.data.complex.xml -
Uses of FeatureSource in org.geotools.data.csv
Classes in org.geotools.data.csv that implement FeatureSourceModifier and TypeClassDescriptionclass
class
Read-write access to CSV File. -
Uses of FeatureSource in org.geotools.data.directory
Classes in org.geotools.data.directory that implement FeatureSourceModifier and TypeClassDescriptionclass
class
class
-
Uses of FeatureSource in org.geotools.data.gen
Classes in org.geotools.data.gen that implement FeatureSource -
Uses of FeatureSource in org.geotools.data.geojson.store
Classes in org.geotools.data.geojson.store that implement FeatureSource -
Uses of FeatureSource in org.geotools.data.graticule
Classes in org.geotools.data.graticule that implement FeatureSource -
Uses of FeatureSource in org.geotools.data.memory
Classes in org.geotools.data.memory that implement FeatureSourceModifier and TypeClassDescriptionclass
Read access to feature content held in memory.class
-
Uses of FeatureSource in org.geotools.data.mongodb
Classes in org.geotools.data.mongodb that implement FeatureSource -
Uses of FeatureSource in org.geotools.data.property
Classes in org.geotools.data.property that implement FeatureSourceModifier and TypeClassDescriptionclass
class
Implementation used for writeable property files. -
Uses of FeatureSource in org.geotools.data.store
Classes in org.geotools.data.store that implement FeatureSourceModifier and TypeClassDescriptionclass
Abstract implementation of FeatureSource.class
Abstract implementation of FeatureStore.Methods in org.geotools.data.store with parameters of type FeatureSourceModifier and TypeMethodDescriptionfinal void
ContentState.fireFeatureAdded
(FeatureSource<?, ?> source, Feature feature) Used to issue a Type.ADDED FeatureEvent indicating a new feature being createdvoid
ContentState.fireFeatureRemoved
(FeatureSource<?, ?> source, Feature feature) void
ContentState.fireFeatureUpdated
(FeatureSource<?, ?> source, Feature feature, ReferencedEnvelope before) Creates a FeatureEvent indicating that the provided feature has been changed. -
Uses of FeatureSource in org.geotools.data.transform
Classes in org.geotools.data.transform that implement FeatureSourceModifier 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. -
Uses of FeatureSource in org.geotools.data.view
Classes in org.geotools.data.view that implement FeatureSourceModifier and TypeClassDescriptionclass
Wrapper for SimpleFeatureSource constrained by a Query. -
Uses of FeatureSource in org.geotools.data.vpf
Classes in org.geotools.data.vpf that implement FeatureSourceModifier and TypeClassDescriptionclass
VPFFeature Sourceclass
VPFFeature Sourceclass
VPFFeature Source -
Uses of FeatureSource in org.geotools.data.vpf.file
Classes in org.geotools.data.vpf.file that implement FeatureSource -
Uses of FeatureSource in org.geotools.data.wfs
Classes in org.geotools.data.wfs that implement FeatureSource -
Uses of FeatureSource in org.geotools.data.wfs.impl
Classes in org.geotools.data.wfs.impl that implement FeatureSourceModifier and TypeClassDescriptionclass
Combines the WFSClient and DataAccess objects and exposes methods to access the features by using the XmlComplexFeatureParser.Methods in org.geotools.data.wfs.impl that return FeatureSource -
Uses of FeatureSource in org.geotools.gce.imagemosaic.catalog.oracle
Classes in org.geotools.gce.imagemosaic.catalog.oracle that implement FeatureSource -
Uses of FeatureSource in org.geotools.gce.imagemosaic.catalog.postgis
Classes in org.geotools.gce.imagemosaic.catalog.postgis that implement FeatureSourceModifier 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. -
Uses of FeatureSource in org.geotools.gce.imagemosaic.catalog.sqlserver
Classes in org.geotools.gce.imagemosaic.catalog.sqlserver that implement FeatureSourceModifier 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. -
Uses of FeatureSource in org.geotools.jdbc
Classes in org.geotools.jdbc that implement FeatureSourceModifier and TypeClassDescriptionclass
final class
FeatureStore implementation for jdbc based relational database tables. -
Uses of FeatureSource in org.geotools.map
Fields in org.geotools.map declared as FeatureSourceModifier and TypeFieldDescriptionprotected FeatureSource<? extends FeatureType,
? extends Feature> FeatureLayer.featureSource
FeatureSource offering content for displayMethods in org.geotools.map that return FeatureSourceModifier and TypeMethodDescriptionFeatureSource<?,
?> FeatureLayer.getFeatureSource()
Get the feature source for this layer.FeatureSource<?,
?> Layer.getFeatureSource()
Used to access the feature collection for this layer; if available.Constructors in org.geotools.map with parameters of type FeatureSourceModifierConstructorDescriptionFeatureLayer
(FeatureSource featureSource, Style style) Creates a new instance of FeatureLayerFeatureLayer
(FeatureSource featureSource, Style style, String title) -
Uses of FeatureSource in org.geotools.renderer.lite
Methods in org.geotools.renderer.lite with parameters of type FeatureSourceModifier and TypeMethodDescriptionRenderingTransformationHelper.applyRenderingTransformation
(Expression transformation, FeatureSource featureSource, Query layerQuery, Query renderingQuery, GridGeometry2D gridGeometry, CoordinateReferenceSystem sourceCrs, RenderingHints hints) -
Uses of FeatureSource in org.geotools.stac.store
Classes in org.geotools.stac.store that implement FeatureSource -
Uses of FeatureSource in org.geotools.vectormosaic
Classes in org.geotools.vectormosaic that implement FeatureSourceModifier and TypeClassDescriptionclass
FeatureSource for a vector mosaic.