Uses of Interface
org.geotools.api.data.SimpleFeatureSource
-
-
Uses of SimpleFeatureSource in org.geotools.api.data
Subinterfaces of SimpleFeatureSource in org.geotools.api.data Modifier and Type Interface Description 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.interfaceSimpleFeatureStoreMethods in org.geotools.api.data that return SimpleFeatureSource Modifier and Type Method Description SimpleFeatureSourceDataStore. getFeatureSource(String typeName)Gets aSimpleFeatureSourcefor features of the specified type.SimpleFeatureSourceDataStore. getFeatureSource(Name typeName)Gets aSimpleFeatureSourcefor features of the type specified by a qualified name (namespace plus type name).SimpleFeatureSourceFileDataStore. getFeatureSource() -
Uses of SimpleFeatureSource in org.geotools.appschema.jdbc
Classes in org.geotools.appschema.jdbc that implement SimpleFeatureSource Modifier and Type Class Description classJoiningJDBCFeatureSourceThis is where the magic happens. -
Uses of SimpleFeatureSource in org.geotools.data
Fields in org.geotools.data declared as SimpleFeatureSource Modifier and Type Field Description protected 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 SimpleFeatureSource Modifier and Type Method Description static 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.SimpleFeatureSourceDefaultRepository. source(String dataStoreId, String typeName)Methods in org.geotools.data with parameters of type SimpleFeatureSource Modifier and Type Method Description static 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 SimpleFeatureSource Constructor Description DefaultFeatureResults(SimpleFeatureSource source, Query query)FeatureResults query against featureSource. -
Uses of SimpleFeatureSource in org.geotools.data.collection
Classes in org.geotools.data.collection that implement SimpleFeatureSource 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 SimpleFeatureSource in org.geotools.data.complex.xml
Subinterfaces of SimpleFeatureSource in org.geotools.data.complex.xml Modifier and Type Interface Description interfaceXmlFeatureSource -
Uses of SimpleFeatureSource in org.geotools.data.csv
Classes in org.geotools.data.csv that implement SimpleFeatureSource Modifier and Type Class Description classCSVFeatureSourceclassCSVFeatureStoreRead-write access to CSV File.Methods in org.geotools.data.csv that return SimpleFeatureSource Modifier and Type Method Description SimpleFeatureSourceCSVDataStore. getFeatureSource() -
Uses of SimpleFeatureSource in org.geotools.data.directory
Classes in org.geotools.data.directory that implement SimpleFeatureSource Modifier and Type Class Description classDirectoryFeatureLockingclassDirectoryFeatureSourceclassDirectoryFeatureStoreMethods in org.geotools.data.directory that return SimpleFeatureSource Modifier and Type Method Description SimpleFeatureSourceDirectoryDataStore. getFeatureSource(String typeName)SimpleFeatureSourceDirectoryDataStore. getFeatureSource(Name typeName)SimpleFeatureSourceDirectoryFeatureSource. unwrap()Constructors in org.geotools.data.directory with parameters of type SimpleFeatureSource Constructor Description DirectoryFeatureSource(SimpleFeatureSource delegate) -
Uses of SimpleFeatureSource in org.geotools.data.gen
Classes in org.geotools.data.gen that implement SimpleFeatureSource Modifier and Type Class Description classPreGeneralizedFeatureSourceMethods in org.geotools.data.gen that return SimpleFeatureSource Modifier and Type Method Description SimpleFeatureSourcePreGeneralizedDataStore. getFeatureSource(String typeName)SimpleFeatureSourcePreGeneralizedDataStore. getFeatureSource(Name typeName)Methods in org.geotools.data.gen with parameters of type SimpleFeatureSource Modifier and Type Method Description protected 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 SimpleFeatureSource Modifier and Type Class Description classGeoJSONFeatureSourceclassGeoJSONFeatureStoreMethods in org.geotools.data.geojson.store that return SimpleFeatureSource Modifier and Type Method Description SimpleFeatureSourceGeoJSONDataStore. getFeatureSource() -
Uses of SimpleFeatureSource in org.geotools.data.geoparquet
Methods in org.geotools.data.geoparquet that return SimpleFeatureSource Modifier and Type Method Description SimpleFeatureSourceForwardingDataStore. getFeatureSource(String typeName)SimpleFeatureSourceForwardingDataStore. getFeatureSource(Name typeName)SimpleFeatureSourceGeoparquetDataStore. getFeatureSource(String typeName)Returns a feature source for the given type name.SimpleFeatureSourceGeoparquetDataStore. 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 Modifier and Type Class Description classGraticuleFeatureSource -
Uses of SimpleFeatureSource in org.geotools.data.memory
Classes in org.geotools.data.memory that implement SimpleFeatureSource Modifier and Type Class Description classMemoryFeatureSourceRead access to feature content held in memory.classMemoryFeatureStore -
Uses of SimpleFeatureSource in org.geotools.data.mongodb
Classes in org.geotools.data.mongodb that implement SimpleFeatureSource Modifier and Type Class Description classMongoFeatureSourceclassMongoFeatureStore -
Uses of SimpleFeatureSource in org.geotools.data.property
Classes in org.geotools.data.property that implement SimpleFeatureSource Modifier and Type Class Description classPropertyFeatureSourceclassPropertyFeatureStoreImplementation used for writeable property files. -
Uses of SimpleFeatureSource in org.geotools.data.store
Classes in org.geotools.data.store that implement SimpleFeatureSource Modifier and Type Class Description classContentFeatureSourceAbstract implementation of FeatureSource.classContentFeatureStoreAbstract implementation of FeatureStore.Methods in org.geotools.data.store that return SimpleFeatureSource Modifier and Type Method Description SimpleFeatureSourceContentDataStore. getFeatureSource(Name typeName)Delegates toContentDataStore.getFeatureSource(Name, Transaction)SimpleFeatureSourceDecoratingDataStore. getFeatureSource(String typeName)SimpleFeatureSourceDecoratingDataStore. getFeatureSource(Name typeName) -
Uses of SimpleFeatureSource in org.geotools.data.transform
Classes in org.geotools.data.transform that implement SimpleFeatureSource 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.Fields in org.geotools.data.transform declared as SimpleFeatureSource Modifier and Type Field Description protected SimpleFeatureSourceTransformFeatureSource. sourceMethods in org.geotools.data.transform that return SimpleFeatureSource Modifier and Type Method Description SimpleFeatureSourceSingleFeatureSourceDataStore. getFeatureSource(String typeName)SimpleFeatureSourceSingleFeatureSourceDataStore. 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 SimpleFeatureSource Modifier and Type Method Description 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 propertiesConstructors in org.geotools.data.transform with parameters of type SimpleFeatureSource Constructor Description SingleFeatureSourceDataStore(SimpleFeatureSource fs)TransformFeatureSource(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 SimpleFeatureSource Modifier and Type Class Description classDefaultViewWrapper for SimpleFeatureSource constrained by a Query.Fields in org.geotools.data.view declared as SimpleFeatureSource Modifier and Type Field Description protected SimpleFeatureSourceDefaultView. sourceSimpleFeatureSource being served upMethods in org.geotools.data.view that return SimpleFeatureSource Modifier and Type Method Description static 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 SimpleFeatureSource Modifier and Type Method Description static 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 SimpleFeatureSource Constructor Description DefaultView(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 SimpleFeatureSource Modifier and Type Class Description classVPFCovFeatureSourceVPFFeature SourceclassVPFFeatureSourceVPFFeature SourceclassVPFLibFeatureSourceVPFFeature Source -
Uses of SimpleFeatureSource in org.geotools.data.vpf.file
Classes in org.geotools.data.vpf.file that implement SimpleFeatureSource Modifier and Type Class Description classVPFFileFeatureSourceVPFFile Feature Source -
Uses of SimpleFeatureSource in org.geotools.data.wfs
Classes in org.geotools.data.wfs that implement SimpleFeatureSource Modifier and Type Class Description classWFSStoredQueryFeatureSource -
Uses of SimpleFeatureSource in org.geotools.gce.imagemosaic.catalog.oracle
Classes in org.geotools.gce.imagemosaic.catalog.oracle that implement SimpleFeatureSource Modifier and Type Class Description classOracleTransformFeatureStoreFields in org.geotools.gce.imagemosaic.catalog.oracle declared as SimpleFeatureSource Modifier and Type Field Description protected SimpleFeatureSourceAbstractFeatureTypeMapper. simpleFeatureSourceTheSimpleFeatureSourceavailable for that typeMethods in org.geotools.gce.imagemosaic.catalog.oracle that return SimpleFeatureSource Modifier and Type Method Description SimpleFeatureSourceDataStoreWrapper. getFeatureSource(String typeName)SimpleFeatureSourceDataStoreWrapper. getFeatureSource(Name typeName)SimpleFeatureSourceAbstractFeatureTypeMapper. getSimpleFeatureSource()SimpleFeatureSourceFeatureTypeMapper. 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 SimpleFeatureSource Modifier and Type Method Description voidAbstractFeatureTypeMapper. setSimpleFeatureSource(SimpleFeatureSource simpleFeatureSource) -
Uses of SimpleFeatureSource in org.geotools.gce.imagemosaic.catalog.postgis
Classes in org.geotools.gce.imagemosaic.catalog.postgis that implement SimpleFeatureSource 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.Methods in org.geotools.gce.imagemosaic.catalog.postgis that return SimpleFeatureSource Modifier and Type Method Description protected 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 SimpleFeatureSource 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.Methods in org.geotools.gce.imagemosaic.catalog.sqlserver that return SimpleFeatureSource Modifier and Type Method Description protected SimpleFeatureSourceSQLServerDatastoreWrapper. transformFeatureStore(SimpleFeatureStore store, FeatureTypeMapper mapper) -
Uses of SimpleFeatureSource in org.geotools.geopkg
Methods in org.geotools.geopkg with parameters of type SimpleFeatureSource Modifier and Type Method Description voidGeoPackage. 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 SimpleFeatureSource Modifier and Type Method Description static 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 SimpleFeatureSource Modifier and Type Method Description static 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 SimpleFeatureSource Modifier and Type Method Description static 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 SimpleFeatureSource Modifier and Type Method Description static 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 SimpleFeatureSource Modifier and Type Class Description classJDBCFeatureSourceclassJDBCFeatureStoreFeatureStore implementation for jdbc based relational database tables. -
Uses of SimpleFeatureSource in org.geotools.map
Fields in org.geotools.map declared as SimpleFeatureSource Modifier and Type Field Description protected SimpleFeatureSourceRasterLayer. sourceSimpleFeatureSource used to provide the outline of the raster content.Methods in org.geotools.map that return SimpleFeatureSource Modifier and Type Method Description SimpleFeatureSourceRasterLayer. getFeatureSource()FetureSource representation of raster contents (in case a vector based renderer wishes to draw a polygon outline).SimpleFeatureSourceFeatureLayer. 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 Modifier and Type Class Description classSTACFeatureSource -
Uses of SimpleFeatureSource in org.geotools.vectormosaic
Classes in org.geotools.vectormosaic that implement SimpleFeatureSource Modifier and Type Class Description classVectorMosaicFeatureSourceFeatureSource for a vector mosaic.
-