Uses of Interface
org.geotools.api.data.FeatureSource
-
-
Uses of FeatureSource in org.geotools.api.data
Subinterfaces of FeatureSource in org.geotools.api.data Modifier and Type Interface Description interface
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
SimpleFeatureLocking
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
SimpleFeatureSource
FeatureSource explicitly working with SimpleFeatureCollection.interface
SimpleFeatureStore
Fields in org.geotools.api.data declared as FeatureSource Modifier and Type Field Description protected FeatureSource
FeatureEvent. featureSource
The FeatureSource broadcasting the event.Methods in org.geotools.api.data that return FeatureSource Modifier and Type Method Description FeatureSource<T,F>
DataAccess. 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 FeatureSource Modifier and Type Method Description void
FeatureEvent. setFeatureSource(FeatureSource featureSource)
Constructors in org.geotools.api.data with parameters of type FeatureSource Constructor Description BatchFeatureEvent(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 Modifier and Type Class Description class
JoiningJDBCFeatureSource
This is where the magic happens. -
Uses of FeatureSource in org.geotools.appschema.resolver.data
Classes in org.geotools.appschema.resolver.data that implement FeatureSource Modifier and Type Class Description class
SampleDataAccessFeatureSource
Methods in org.geotools.appschema.resolver.data that return FeatureSource Modifier and Type Method Description FeatureSource<FeatureType,Feature>
SampleDataAccess. getFeatureSource(Name typeName)
-
Uses of FeatureSource in org.geotools.data
Methods in org.geotools.data with parameters of type FeatureSource Modifier and Type Method Description void
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 FeatureSource Modifier and Type Class Description class
CollectionFeatureSource
This is a "port" of ContentFeatureSource to work with an iterator.class
SpatialIndexFeatureSource
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 FeatureSource Modifier and Type Class Description class
MappingFeatureSource
A FeatureSource that uses a FeatureTypeMapping to perform Feature fetching.Fields in org.geotools.data.complex declared as FeatureSource Modifier and Type Field Description protected FeatureSource<? extends FeatureType,? extends Feature>
DataAccessMappingFeatureIterator. mappedSource
Methods in org.geotools.data.complex that return FeatureSource Modifier and Type Method Description FeatureSource<FeatureType,Feature>
DataAccessRegistry. featureSource(Name name)
Get a feature source for built features with supplied feature type name.FeatureSource<FeatureType,Feature>
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.FeatureSource<FeatureType,Feature>
AppSchemaDataAccess. getFeatureSourceByName(Name typeName)
Return a feature source that can be used to obtain features of a particular name.FeatureSource<SimpleFeatureType,SimpleFeature>
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 FeatureSource Modifier and Type Method Description 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)
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 FeatureSource Constructor Description FeatureTypeMapping(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 Modifier and Type Interface Description interface
XmlFeatureSource
-
Uses of FeatureSource in org.geotools.data.csv
Classes in org.geotools.data.csv that implement FeatureSource Modifier and Type Class Description class
CSVFeatureSource
class
CSVFeatureStore
Read-write access to CSV File. -
Uses of FeatureSource in org.geotools.data.directory
Classes in org.geotools.data.directory that implement FeatureSource Modifier and Type Class Description class
DirectoryFeatureLocking
class
DirectoryFeatureSource
class
DirectoryFeatureStore
-
Uses of FeatureSource in org.geotools.data.gen
Classes in org.geotools.data.gen that implement FeatureSource Modifier and Type Class Description class
PreGeneralizedFeatureSource
-
Uses of FeatureSource in org.geotools.data.geojson.store
Classes in org.geotools.data.geojson.store that implement FeatureSource Modifier and Type Class Description class
GeoJSONFeatureSource
class
GeoJSONFeatureStore
-
Uses of FeatureSource in org.geotools.data.memory
Classes in org.geotools.data.memory that implement FeatureSource Modifier and Type Class Description class
MemoryFeatureSource
Read access to feature content held in memory.class
MemoryFeatureStore
-
Uses of FeatureSource in org.geotools.data.mongodb
Classes in org.geotools.data.mongodb that implement FeatureSource Modifier and Type Class Description class
MongoFeatureSource
class
MongoFeatureStore
-
Uses of FeatureSource in org.geotools.data.property
Classes in org.geotools.data.property that implement FeatureSource Modifier and Type Class Description class
PropertyFeatureSource
class
PropertyFeatureStore
Implementation used for writeable property files. -
Uses of FeatureSource in org.geotools.data.store
Classes in org.geotools.data.store that implement FeatureSource Modifier and Type Class Description class
ContentFeatureSource
Abstract implementation of FeatureSource.class
ContentFeatureStore
Abstract implementation of FeatureStore.Methods in org.geotools.data.store with parameters of type FeatureSource Modifier and Type Method Description 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 FeatureSource Modifier and Type Class Description class
TransformFeatureLocking
class
TransformFeatureSource
A feature source that can transform a source feature source using a set of expressionsclass
TransformFeatureStore
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 FeatureSource Modifier and Type Class Description class
DefaultView
Wrapper for SimpleFeatureSource constrained by a Query. -
Uses of FeatureSource in org.geotools.data.vpf
Classes in org.geotools.data.vpf that implement FeatureSource Modifier and Type Class Description class
VPFCovFeatureSource
VPFFeature Sourceclass
VPFFeatureSource
VPFFeature Sourceclass
VPFLibFeatureSource
VPFFeature Source -
Uses of FeatureSource in org.geotools.data.vpf.file
Classes in org.geotools.data.vpf.file that implement FeatureSource Modifier and Type Class Description class
VPFFileFeatureSource
VPFFile Feature Source -
Uses of FeatureSource in org.geotools.data.wfs
Classes in org.geotools.data.wfs that implement FeatureSource Modifier and Type Class Description class
WFSStoredQueryFeatureSource
-
Uses of FeatureSource in org.geotools.data.wfs.impl
Classes in org.geotools.data.wfs.impl that implement FeatureSource Modifier and Type Class Description class
WFSContentComplexFeatureSource
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 Modifier and Type Method Description FeatureSource<FeatureType,Feature>
WFSContentDataAccess. getFeatureSource(Name typeName)
-
Uses of FeatureSource in org.geotools.gce.imagemosaic.catalog.oracle
Classes in org.geotools.gce.imagemosaic.catalog.oracle that implement FeatureSource Modifier and Type Class Description class
OracleTransformFeatureStore
-
Uses of FeatureSource in org.geotools.gce.imagemosaic.catalog.postgis
Classes in org.geotools.gce.imagemosaic.catalog.postgis that implement FeatureSource Modifier and Type Class Description class
PostgisTransformFeatureStore
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 FeatureSource Modifier and Type Class Description class
SQLServerTransformFeatureStore
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 FeatureSource Modifier and Type Class Description class
JDBCFeatureSource
class
JDBCFeatureStore
FeatureStore implementation for jdbc based relational database tables. -
Uses of FeatureSource in org.geotools.map
Fields in org.geotools.map declared as FeatureSource Modifier and Type Field Description protected FeatureSource<? extends FeatureType,? extends Feature>
FeatureLayer. featureSource
FeatureSource offering content for displayMethods in org.geotools.map that return FeatureSource Modifier and Type Method Description FeatureSource<?,?>
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 FeatureSource Constructor Description FeatureLayer(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 FeatureSource Modifier and Type Method Description Object
RenderingTransformationHelper. 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 Modifier and Type Class Description class
STACFeatureSource
-
Uses of FeatureSource in org.geotools.vectormosaic
Classes in org.geotools.vectormosaic that implement FeatureSource Modifier and Type Class Description class
VectorMosaicFeatureSource
FeatureSource for a vector mosaic.
-