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 interfaceFeatureLocking<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.interfaceSimpleFeatureLockingUsed 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.interfaceSimpleFeatureSourceFeatureSource explicitly working with SimpleFeatureCollection.interfaceSimpleFeatureStoreFields in org.geotools.api.data declared as FeatureSource Modifier and Type Field Description protected FeatureSourceFeatureEvent. featureSourceThe 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 voidFeatureEvent. 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 classJoiningJDBCFeatureSourceThis 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 classSampleDataAccessFeatureSourceMethods 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 voidFeatureListenerManager. 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 FeatureSource Modifier and Type Class Description classCollectionFeatureSourceThis is a "port" of ContentFeatureSource to work with an iterator.classSpatialIndexFeatureSourceA 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 classMappingFeatureSourceA 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. mappedSourceMethods 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 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 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 interfaceXmlFeatureSource -
Uses of FeatureSource in org.geotools.data.csv
Classes in org.geotools.data.csv that implement FeatureSource Modifier and Type Class Description classCSVFeatureSourceclassCSVFeatureStoreRead-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 classDirectoryFeatureLockingclassDirectoryFeatureSourceclassDirectoryFeatureStore -
Uses of FeatureSource in org.geotools.data.gen
Classes in org.geotools.data.gen that implement FeatureSource Modifier and Type Class Description classPreGeneralizedFeatureSource -
Uses of FeatureSource in org.geotools.data.geojson.store
Classes in org.geotools.data.geojson.store that implement FeatureSource Modifier and Type Class Description classGeoJSONFeatureSourceclassGeoJSONFeatureStore -
Uses of FeatureSource in org.geotools.data.graticule
Classes in org.geotools.data.graticule that implement FeatureSource Modifier and Type Class Description classGraticuleFeatureSource -
Uses of FeatureSource in org.geotools.data.memory
Classes in org.geotools.data.memory that implement FeatureSource Modifier and Type Class Description classMemoryFeatureSourceRead access to feature content held in memory.classMemoryFeatureStore -
Uses of FeatureSource in org.geotools.data.mongodb
Classes in org.geotools.data.mongodb that implement FeatureSource Modifier and Type Class Description classMongoFeatureSourceclassMongoFeatureStore -
Uses of FeatureSource in org.geotools.data.property
Classes in org.geotools.data.property that implement FeatureSource Modifier and Type Class Description classPropertyFeatureSourceclassPropertyFeatureStoreImplementation 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 classContentFeatureSourceAbstract implementation of FeatureSource.classContentFeatureStoreAbstract implementation of FeatureStore.Methods in org.geotools.data.store with parameters of type FeatureSource Modifier and Type Method Description 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 FeatureSource Modifier and Type Class Description classTransformFeatureLockingclassTransformFeatureSourceA feature source that can transform a source feature source using a set of expressionsclassTransformFeatureStoreA 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 classDefaultViewWrapper 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 classVPFCovFeatureSourceVPFFeature SourceclassVPFFeatureSourceVPFFeature SourceclassVPFLibFeatureSourceVPFFeature 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 classVPFFileFeatureSourceVPFFile Feature Source -
Uses of FeatureSource in org.geotools.data.wfs
Classes in org.geotools.data.wfs that implement FeatureSource Modifier and Type Class Description classWFSStoredQueryFeatureSource -
Uses of FeatureSource in org.geotools.data.wfs.impl
Classes in org.geotools.data.wfs.impl that implement FeatureSource Modifier and Type Class Description classWFSContentComplexFeatureSourceCombines 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 classOracleTransformFeatureStore -
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 classPostgisTransformFeatureStoreA 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 classSQLServerTransformFeatureStoreA 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 classJDBCFeatureSourceclassJDBCFeatureStoreFeatureStore 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. featureSourceFeatureSource 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 ObjectRenderingTransformationHelper. 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 classSTACFeatureSource -
Uses of FeatureSource in org.geotools.vectormosaic
Classes in org.geotools.vectormosaic that implement FeatureSource Modifier and Type Class Description classVectorMosaicFeatureSourceFeatureSource for a vector mosaic.
-