|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SimpleFeatureSource | |
---|---|
org.geotools.arcsde.data | DataStore implementation for the ArcSDE 8.x and 9.x spatial gateway. |
org.geotools.data | Defines the DataStoreAPI via which all data is imported or exported. |
org.geotools.data.collection | Implementations of FeatureCollection for different purposes. |
org.geotools.data.complex.xml | |
org.geotools.data.directory | |
org.geotools.data.gen | |
org.geotools.data.property | |
org.geotools.data.simple | |
org.geotools.data.store | |
org.geotools.data.transform | |
org.geotools.data.view | |
org.geotools.data.wfs.v1_0_0 | |
org.geotools.data.wfs.v1_1_0 | |
org.geotools.gce.imagemosaic.catalog.oracle | |
org.geotools.geopkg | |
org.geotools.grid | |
org.geotools.grid.hexagon | |
org.geotools.grid.oblong | |
org.geotools.jdbc | |
org.geotools.map | List of layers to be rendered. |
org.geotools.swt.styling | Dialogs to create basic rendering styles. |
org.geotools.swt.utils | Helper classes for swt module components |
Uses of SimpleFeatureSource in org.geotools.arcsde.data |
---|
Classes in org.geotools.arcsde.data that implement SimpleFeatureSource | |
---|---|
class |
ArcSdeFeatureSource
|
class |
ArcSdeFeatureStore
|
Methods in org.geotools.arcsde.data that return SimpleFeatureSource | |
---|---|
SimpleFeatureSource |
ArcSDEDataStore.getFeatureSource(Name typeName)
Delegates to ArcSDEDataStore.getFeatureSource(String) with name.getLocalPart() |
SimpleFeatureSource |
ArcSDEDataStore.getFeatureSource(String typeName)
|
Uses of SimpleFeatureSource in org.geotools.data |
---|
Classes in org.geotools.data that implement SimpleFeatureSource | |
---|---|
class |
AbstractFeatureLocking
A Starting point for your own FeatureLocking implementations. |
class |
AbstractFeatureSource
This is a starting point for providing your own SimpleFeatureSource implementation. |
class |
AbstractFeatureStore
This is a starting point for providing your own FeatureStore implementation. |
class |
CachingFeatureSource
Deprecated. This class is not tested enough to be considered production ready |
Fields in org.geotools.data declared as SimpleFeatureSource | |
---|---|
protected SimpleFeatureSource |
DefaultFeatureResults.featureSource
Feature 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 | |
---|---|
static SimpleFeatureSource |
DataUtilities.createView(DataStore store,
Query query)
Return a 'view' of the given DataStore constrained by a Query . |
SimpleFeatureSource |
AbstractFileDataStore.getFeatureSource()
Singular version, calls parent with getSchema().getTypeName() |
SimpleFeatureSource |
FileDataStore.getFeatureSource()
|
SimpleFeatureSource |
AbstractDataStore.getFeatureSource(Name typeName)
Delegates to AbstractDataStore.getFeatureSource(String) with
name.getLocalPart() |
SimpleFeatureSource |
DataStore.getFeatureSource(Name typeName)
Gets a SimpleFeatureSource for features of the type
specified by a qualified name (namespace plus type name). |
SimpleFeatureSource |
AbstractDataStore.getFeatureSource(String typeName)
Default implementation based on getFeatureReader and getFeatureWriter. |
SimpleFeatureSource |
DataStore.getFeatureSource(String typeName)
Gets a SimpleFeatureSource for features of the specified
type. |
static SimpleFeatureSource |
DataUtilities.simple(FeatureSource source)
A safe cast to SimpleFeatureSource; that will introduce a wrapper if it has to. |
static SimpleFeatureSource |
DataUtilities.source(FeatureCollection<SimpleFeatureType,SimpleFeature> collection)
Wraps up the provided feature collection in as a SimpleFeatureSource. |
static SimpleFeatureSource |
DataUtilities.source(SimpleFeature[] featureArray)
Wrap up an array of features as a FeatureSource. |
SimpleFeatureSource |
DefaultRepository.source(String dataStoreId,
String typeName)
|
Constructors in org.geotools.data with parameters of type SimpleFeatureSource | |
---|---|
CachingFeatureSource(SimpleFeatureSource original)
Deprecated. |
|
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 | |
---|---|
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 SimpleFeatureSource in org.geotools.data.complex.xml |
---|
Subinterfaces of SimpleFeatureSource in org.geotools.data.complex.xml | |
---|---|
interface |
XmlFeatureSource
|
Uses of SimpleFeatureSource in org.geotools.data.directory |
---|
Classes in org.geotools.data.directory that implement SimpleFeatureSource | |
---|---|
class |
DirectoryFeatureLocking
|
class |
DirectoryFeatureSource
|
class |
DirectoryFeatureStore
|
Methods in org.geotools.data.directory that return SimpleFeatureSource | |
---|---|
SimpleFeatureSource |
DirectoryDataStore.getFeatureSource(Name typeName)
|
SimpleFeatureSource |
DirectoryDataStore.getFeatureSource(String typeName)
|
SimpleFeatureSource |
DirectoryFeatureSource.unwrap()
|
Constructors in org.geotools.data.directory with parameters of type SimpleFeatureSource | |
---|---|
DirectoryFeatureSource(SimpleFeatureSource delegate)
|
Uses of SimpleFeatureSource in org.geotools.data.gen |
---|
Classes in org.geotools.data.gen that implement SimpleFeatureSource | |
---|---|
class |
PreGeneralizedFeatureSource
|
Methods in org.geotools.data.gen that return SimpleFeatureSource | |
---|---|
SimpleFeatureSource |
PreGeneralizedDataStore.getFeatureSource(Name typeName)
|
SimpleFeatureSource |
PreGeneralizedDataStore.getFeatureSource(String typeName)
|
Methods in org.geotools.data.gen with parameters of type SimpleFeatureSource | |
---|---|
protected Query |
PreGeneralizedFeatureSource.getProxyObject(Query query,
SimpleFeatureSource fs)
|
Uses of SimpleFeatureSource in org.geotools.data.property |
---|
Classes in org.geotools.data.property that implement SimpleFeatureSource | |
---|---|
class |
PropertyFeatureSource
|
class |
PropertyFeatureStore
Implementation used for writeable property files. |
Methods in org.geotools.data.property that return SimpleFeatureSource | |
---|---|
SimpleFeatureSource |
PropertyDataStore.getFeatureSource(String typeName)
|
Uses of SimpleFeatureSource in org.geotools.data.simple |
---|
Subinterfaces of SimpleFeatureSource in org.geotools.data.simple | |
---|---|
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 |
SimpleFeatureStore
|
Uses of SimpleFeatureSource in org.geotools.data.store |
---|
Classes in org.geotools.data.store that implement SimpleFeatureSource | |
---|---|
class |
ContentFeatureSource
Abstract implementation of FeatureSource. |
class |
ContentFeatureStore
Abstract implementation of FeatureStore. |
Methods in org.geotools.data.store that return SimpleFeatureSource | |
---|---|
SimpleFeatureSource |
ContentDataStore.getFeatureSource(Name typeName)
Delegates to ContentDataStore.getFeatureSource(String) with
name.getLocalPart() |
Uses of SimpleFeatureSource in org.geotools.data.transform |
---|
Classes in org.geotools.data.transform that implement SimpleFeatureSource | |
---|---|
class |
TransformFeatureSource
A feature source that can transform a source feature source using a set of expressions Usages: hide, rename fields - compute new fields build geom from x,y (we need to add a new Point filter function and have a special treatment of it in simplifying filter visitor so that it turns bbox filters against it into a filter on x,y) on the fly simplification for WFS (just use environment variables) and in general dynamic processing based on params without stored queries |
class |
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. |
Fields in org.geotools.data.transform declared as SimpleFeatureSource | |
---|---|
protected SimpleFeatureSource |
TransformFeatureSource.source
|
Methods in org.geotools.data.transform that return SimpleFeatureSource | |
---|---|
SimpleFeatureSource |
SingleFeatureSourceDataStore.getFeatureSource(Name typeName)
|
SimpleFeatureSource |
SingleFeatureSourceDataStore.getFeatureSource(String typeName)
|
static SimpleFeatureSource |
TransformFactory.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 properties |
static SimpleFeatureSource |
TransformFactory.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 properties |
Methods in org.geotools.data.transform with parameters of type SimpleFeatureSource | |
---|---|
static SimpleFeatureSource |
TransformFactory.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 properties |
static SimpleFeatureSource |
TransformFactory.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 properties |
Constructors in org.geotools.data.transform with parameters of type SimpleFeatureSource | |
---|---|
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 | |
---|---|
class |
DefaultView
Wrapper for SimpleFeatureSource constrained by a Query. |
Fields in org.geotools.data.view declared as SimpleFeatureSource | |
---|---|
protected SimpleFeatureSource |
DefaultView.source
SimpleFeatureSource being served up |
Methods in org.geotools.data.view that return SimpleFeatureSource | |
---|---|
static SimpleFeatureSource |
DefaultView.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 | |
---|---|
static SimpleFeatureSource |
DefaultView.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 | |
---|---|
DefaultView(SimpleFeatureSource source,
Query query)
Creates a new GeoServerFeatureSource object. |
Uses of SimpleFeatureSource in org.geotools.data.wfs.v1_0_0 |
---|
Classes in org.geotools.data.wfs.v1_0_0 that implement SimpleFeatureSource | |
---|---|
class |
WFSFeatureSource
FeatureSource extension interface to provide WFS specific extra information. |
class |
WFSFeatureStore
FeatureStore used to assemble a Transaction Request (issued during commit). |
Methods in org.geotools.data.wfs.v1_0_0 that return SimpleFeatureSource | |
---|---|
SimpleFeatureSource |
WFS_1_0_0_DataStore.getFeatureSource(Name typeName)
|
Uses of SimpleFeatureSource in org.geotools.data.wfs.v1_1_0 |
---|
Methods in org.geotools.data.wfs.v1_1_0 that return SimpleFeatureSource | |
---|---|
SimpleFeatureSource |
WFS_1_1_0_DataStore.getFeatureSource(Name typeName)
|
Uses of SimpleFeatureSource in org.geotools.gce.imagemosaic.catalog.oracle |
---|
Classes in org.geotools.gce.imagemosaic.catalog.oracle that implement SimpleFeatureSource | |
---|---|
class |
OracleTransformFeatureStore
|
Methods in org.geotools.gce.imagemosaic.catalog.oracle that return SimpleFeatureSource | |
---|---|
SimpleFeatureSource |
DataStoreWrapper.getFeatureSource(Name typeName)
|
SimpleFeatureSource |
DataStoreWrapper.getFeatureSource(String typeName)
|
SimpleFeatureSource |
OracleFeatureTypeMapper.getSimpleFeatureSource()
|
SimpleFeatureSource |
FeatureTypeMapper.getSimpleFeatureSource()
|
protected SimpleFeatureSource |
DataStoreWrapper.transformFeatureStore(SimpleFeatureStore source,
FeatureTypeMapper mapper)
|
protected SimpleFeatureSource |
OracleDatastoreWrapper.transformFeatureStore(SimpleFeatureStore store,
FeatureTypeMapper mapper)
|
Uses of SimpleFeatureSource in org.geotools.geopkg |
---|
Methods in org.geotools.geopkg with parameters of type SimpleFeatureSource | |
---|---|
void |
GeoPackage.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 | |
---|---|
static SimpleFeatureSource |
Grids.createHexagonalGrid(ReferencedEnvelope bounds,
double sideLen)
Creates a vector grid of hexagonal elements. |
static SimpleFeatureSource |
Grids.createHexagonalGrid(ReferencedEnvelope bounds,
double sideLen,
double vertexSpacing)
Creates a vector grid of hexagonal elements represented by 'densified' polygons. |
static SimpleFeatureSource |
Grids.createHexagonalGrid(ReferencedEnvelope bounds,
double sideLen,
double vertexSpacing,
GridFeatureBuilder builder)
Creates a vector grid of hexagonal elements represented by 'densified' polygons. |
static SimpleFeatureSource |
Lines.createOrthoLines(ReferencedEnvelope bounds,
Collection<OrthoLineDef> lineDefs)
Creates a grid of ortho-lines. |
static SimpleFeatureSource |
Lines.createOrthoLines(ReferencedEnvelope bounds,
Collection<OrthoLineDef> lineDefs,
double vertexSpacing)
Creates a grid of ortho-lines. |
static SimpleFeatureSource |
Lines.createOrthoLines(ReferencedEnvelope bounds,
Collection<OrthoLineDef> lineDefs,
double vertexSpacing,
GridFeatureBuilder lineFeatureBuilder)
Creates a grid of ortho-lines. |
static SimpleFeatureSource |
Grids.createSquareGrid(ReferencedEnvelope bounds,
double sideLen)
Creates a vector grid of square elements. |
static SimpleFeatureSource |
Grids.createSquareGrid(ReferencedEnvelope bounds,
double sideLen,
double vertexSpacing)
Creates a vector grid of square elements represented by 'densified' polygons. |
static SimpleFeatureSource |
Grids.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 | |
---|---|
static SimpleFeatureSource |
Hexagons.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 SimpleFeatureSource |
Hexagons.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 | |
---|---|
static SimpleFeatureSource |
Oblongs.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 SimpleFeatureSource |
Oblongs.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. undensified) polygons. |
Uses of SimpleFeatureSource in org.geotools.jdbc |
---|
Classes in org.geotools.jdbc that implement SimpleFeatureSource | |
---|---|
class |
JDBCFeatureSource
|
class |
JDBCFeatureStore
FeatureStore implementation for jdbc based relational database tables. |
class |
JoiningJDBCFeatureSource
This is where the magic happens. |
Uses of SimpleFeatureSource in org.geotools.map |
---|
Fields in org.geotools.map declared as SimpleFeatureSource | |
---|---|
protected SimpleFeatureSource |
RasterLayer.source
SimpleFeatureSource used to provide the outline of the raster content. |
Methods in org.geotools.map that return SimpleFeatureSource | |
---|---|
SimpleFeatureSource |
RasterLayer.getFeatureSource()
FetureSource representation of raster contents (in case a vector based renderer wishes to draw a polygon outline). |
SimpleFeatureSource |
FeatureLayer.getSimpleFeatureSource()
Get the feature source for this layer. |
Uses of SimpleFeatureSource in org.geotools.swt.styling |
---|
Methods in org.geotools.swt.styling with parameters of type SimpleFeatureSource | |
---|---|
static Style |
SimpleStyleConfigurator.showDialog(Shell parent,
SimpleFeatureSource featureSource,
Style style)
|
Uses of SimpleFeatureSource in org.geotools.swt.utils |
---|
Methods in org.geotools.swt.utils with parameters of type SimpleFeatureSource | |
---|---|
static Style |
Utils.createStyle(File file,
SimpleFeatureSource featureSource)
Create a Style to display the features. |
static Style |
Utils.createStyle2(SimpleFeatureSource featureSource)
Create a default Style ofr the featureSource. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |