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.
Generic GeoTools DataStore abstractions for tiled vector data sources.
-
Uses of FeatureSource in org.geotools.api.data
Subinterfaces of FeatureSource in org.geotools.api.dataModifier and TypeInterfaceDescriptioninterfaceFeatureLocking<T extends FeatureType,F extends Feature> Provides Feature based locking.interfaceFeatureStore<T extends FeatureType,F extends Feature> This interface extendsFeatureSource, adding methods to add and remove features and to modify existing features.interfaceUsed 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.interfaceFeatureSource explicitly working with SimpleFeatureCollection.interfaceFields in org.geotools.api.data declared as FeatureSourceModifier and TypeFieldDescriptionprotected FeatureSourceFeatureEvent.featureSourceThe 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 TypeMethodDescriptionvoidFeatureEvent.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 TypeClassDescriptionclassMethods 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 TypeMethodDescriptionvoidFeatureListenerManager.addFeatureListener(FeatureSource<? extends FeatureType, ? extends Feature> featureSource, FeatureListener featureListener) Used by FeaureSource implementations to provide listener support.voidFeatureListenerManager.cleanListenerList(FeatureSource<? extends FeatureType, ? extends Feature> featureSource) voidFeatureListenerManager.removeFeatureListener(FeatureSource<? extends FeatureType, ? extends Feature> featureSource, FeatureListener featureListener) Used by SimpleFeatureSource implementations to provide listener support.static SimpleFeatureSourceDataUtilities.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 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 FeatureSource in org.geotools.data.complex
Classes in org.geotools.data.complex that implement FeatureSourceModifier and TypeClassDescriptionclassA 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.mappedSourceMethods 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 FeatureTypeMappingFeatureTypeMappingFactory.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 FeatureTypeMappingFeatureTypeMappingFactory.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) voidFeatureTypeMapping.setIndexSource(FeatureSource<SimpleFeatureType, SimpleFeature> indexSource) voidFeatureTypeMapping.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 TypeClassDescriptionclassclassRead-write access to CSV File. -
Uses of FeatureSource in org.geotools.data.directory
Classes in org.geotools.data.directory that implement FeatureSourceModifier and TypeClassDescriptionclassclassclass -
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 TypeClassDescriptionclassRead 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 TypeClassDescriptionclassclassImplementation used for writeable property files. -
Uses of FeatureSource in org.geotools.data.store
Classes in org.geotools.data.store that implement FeatureSourceModifier and TypeClassDescriptionclassAbstract implementation of FeatureSource.classAbstract implementation of FeatureStore.Methods in org.geotools.data.store with parameters of type FeatureSourceModifier and TypeMethodDescriptionfinal voidContentState.fireFeatureAdded(FeatureSource<?, ?> source, Feature feature) Used to issue a Type.ADDED FeatureEvent indicating a new feature being createdvoidContentState.fireFeatureRemoved(FeatureSource<?, ?> source, Feature feature) voidContentState.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 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. -
Uses of FeatureSource in org.geotools.data.view
Classes in org.geotools.data.view that implement FeatureSourceModifier and TypeClassDescriptionclassWrapper for SimpleFeatureSource constrained by a Query. -
Uses of FeatureSource in org.geotools.data.vpf
Classes in org.geotools.data.vpf that implement FeatureSourceModifier and TypeClassDescriptionclassVPFFeature SourceclassVPFFeature SourceclassVPFFeature 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 TypeClassDescriptionclassCombines 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 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. -
Uses of FeatureSource in org.geotools.gce.imagemosaic.catalog.sqlserver
Classes in org.geotools.gce.imagemosaic.catalog.sqlserver that implement FeatureSourceModifier 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. -
Uses of FeatureSource in org.geotools.jdbc
Classes in org.geotools.jdbc that implement FeatureSourceModifier and TypeClassDescriptionclassfinal classFeatureStore 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.featureSourceFeatureSource 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 TypeClassDescriptionclassFeatureSource for a vector mosaic. -
Uses of FeatureSource in org.geotools.vectortiles.store
Classes in org.geotools.vectortiles.store that implement FeatureSourceModifier and TypeClassDescriptionclassFeature source for a single vector layer in a tiled vector dataset.