| Package | Description |
|---|---|
| de.cismet.cismap.commons.featureservice.factory |
| Modifier and Type | Method and Description |
|---|---|
List<FeatureServiceAttribute> |
FeatureFactory.createAttributes(SwingWorker workerThread)
Method that does not create FeatureServiceAttributes.
|
List |
H2FeatureServiceFactory.createAttributes(SwingWorker workerThread) |
Vector |
PostgisFeatureFactory.createAttributes(SwingWorker workerThread) |
Vector<FeatureServiceAttribute> |
GMLFeatureFactory.createAttributes(SwingWorker workerThread)
DOCUMENT ME!
|
Vector |
WFSFeatureFactory.createAttributes(SwingWorker workerThread)
DOCUMENT ME!
|
Vector<FeatureServiceAttribute> |
ShapeFeatureFactory.createAttributes(SwingWorker workerThread) |
List |
H2FeatureServiceFactory.createFeatures(Object query,
BoundingBox boundingBox,
SwingWorker workerThread) |
List |
H2FeatureServiceFactory.createFeatures(Object query,
BoundingBox boundingBox,
SwingWorker workerThread,
int offset,
int limit,
FeatureServiceAttribute[] orderBy) |
List<FT> |
FeatureFactory.createFeatures(QT query,
BoundingBox boundingBox,
SwingWorker workerThread)
Returns instances of features
FT that match the optional query and that fall into the optional
BoundingBox.Applies layerProperties (if set) on all Features (if the type of the feature implements the interface InheritsLayerProperties). |
List<FT> |
FeatureFactory.createFeatures(QT query,
BoundingBox boundingBox,
SwingWorker workerThread,
int offset,
int limit,
FeatureServiceAttribute[] orderBy)
Returns instances of features
FT that match the optional query and that fall into the optional
BoundingBox.Applies layerProperties (if set) on all Features (if the type of the feature implements the interface InheritsLayerProperties). |
List<PostgisFeature> |
PostgisFeatureFactory.createFeatures(SimpleFeatureServiceSqlStatement sqlStatement,
BoundingBox boundingBox,
SwingWorker workerThread) |
List<PostgisFeature> |
PostgisFeatureFactory.createFeatures(SimpleFeatureServiceSqlStatement sqlStatement,
BoundingBox boundingBox,
SwingWorker workerThread,
int offset,
int limit,
FeatureServiceAttribute[] orderBy) |
List<DefaultFeatureServiceFeature> |
GMLFeatureFactory.createFeatures(String query,
BoundingBox boundingBox,
SwingWorker workerThread)
DOCUMENT ME!
|
Vector<WFSFeature> |
WFSFeatureFactory.createFeatures(String query,
BoundingBox boundingBox,
SwingWorker workerThread)
TODO: Track Progress?
|
List<ShapeFeature> |
ShapeFeatureFactory.createFeatures(String query,
BoundingBox boundingBox,
SwingWorker workerThread) |
List<DefaultFeatureServiceFeature> |
GMLFeatureFactory.createFeatures(String query,
BoundingBox boundingBox,
SwingWorker workerThread,
int offset,
int limit,
FeatureServiceAttribute[] orderBy) |
List<WFSFeature> |
WFSFeatureFactory.createFeatures(String query,
BoundingBox boundingBox,
SwingWorker workerThread,
int offset,
int limit,
FeatureServiceAttribute[] orderBy) |
List<ShapeFeature> |
ShapeFeatureFactory.createFeatures(String query,
BoundingBox boundingBox,
SwingWorker workerThread,
int offset,
int limit,
FeatureServiceAttribute[] orderBy) |
protected Vector<FT> |
AbstractFeatureFactory.createFeaturesFromMemory(QT query,
com.vividsolutions.jts.geom.Geometry geom)
DOCUMENT ME!
|
Copyright © 2012–2026 cismet GmbH. All rights reserved.