|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractDataStore | |
---|---|
org.geotools.data | Defines the DataStoreAPI via which all data is imported or exported. |
org.geotools.data.collection | |
org.geotools.data.memory | |
org.geotools.data.property | |
org.geotools.data.shapefile | |
org.geotools.data.shapefile.indexed | |
org.geotools.data.wfs.v1_0_0 | |
org.geotools.styling | Allows for symbolization of geospatial data. |
org.geotools.swing.styling | Dialogs to create basic rendering styles. |
Uses of AbstractDataStore in org.geotools.data |
---|
Subclasses of AbstractDataStore in org.geotools.data | |
---|---|
class |
AbstractFileDataStore
This class assumes the DataStore represents a single source, represented by a URL. |
Constructors in org.geotools.data with parameters of type AbstractDataStore | |
---|---|
TransactionStateDiff(AbstractDataStore dataStore)
|
Uses of AbstractDataStore in org.geotools.data.collection |
---|
Subclasses of AbstractDataStore in org.geotools.data.collection | |
---|---|
class |
CollectionDataStore
Simple data store wrapper for feature collections. |
Uses of AbstractDataStore in org.geotools.data.memory |
---|
Subclasses of AbstractDataStore in org.geotools.data.memory | |
---|---|
class |
MemoryDataStore
This is an example implementation of a DataStore used for testing. |
Uses of AbstractDataStore in org.geotools.data.property |
---|
Subclasses of AbstractDataStore in org.geotools.data.property | |
---|---|
class |
PropertyDataStore
Sample DataStore implementation, please see formal tutorial included with users docs. |
Uses of AbstractDataStore in org.geotools.data.shapefile |
---|
Subclasses of AbstractDataStore in org.geotools.data.shapefile | |
---|---|
class |
ShapefileDataStore
A DataStore implementation which allows reading and writing from Shapefiles. |
Uses of AbstractDataStore in org.geotools.data.shapefile.indexed |
---|
Subclasses of AbstractDataStore in org.geotools.data.shapefile.indexed | |
---|---|
class |
IndexedShapefileDataStore
A DataStore implementation which allows reading and writing from Shapefiles. |
Uses of AbstractDataStore in org.geotools.data.wfs.v1_0_0 |
---|
Subclasses of AbstractDataStore in org.geotools.data.wfs.v1_0_0 | |
---|---|
class |
WFS_1_0_0_DataStore
DOCUMENT ME! |
Uses of AbstractDataStore in org.geotools.styling |
---|
Methods in org.geotools.styling with parameters of type AbstractDataStore | |
---|---|
static Style |
SLD.createSimpleStyle(AbstractDataStore store,
String typeName,
Color color)
Create a minimal style to render features of type typeName
read from the given data store |
Uses of AbstractDataStore in org.geotools.swing.styling |
---|
Methods in org.geotools.swing.styling with parameters of type AbstractDataStore | |
---|---|
static Style |
JSimpleStyleDialog.showDialog(Component parent,
AbstractDataStore dataStore)
Static convenience method: displays a JSimpleStyleDialog to prompt
the user for style preferences to use with the first feature type in
the dataStore . |
static Style |
JSimpleStyleDialog.showDialog(Component parent,
AbstractDataStore dataStore,
Style initialStyle)
Static convenience method: displays a JSimpleStyleDialog to prompt
the user for style preferences to use with the first feature type in
the dataStore . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |