| Interface | Description |
|---|---|
| CachingFeatureFactory<FT extends FeatureServiceFeature,QT> |
The CachingFeatureFactory stores retrieved features in a spatial index structure and thus allows fast bounding box
requests.
|
| FeatureFactory<FT extends FeatureServiceFeature,QT> |
Factory class that creates a collection of features from arbitrary data sources (e.g.
|
| Class | Description |
|---|---|
| AbstractFeatureFactory<FT extends FeatureServiceFeature,QT> |
Abstract impelementation of a FeatureFactory.
|
| CsvDialog |
DOCUMENT ME!
|
| DegreeFeatureFactory<FT extends FeatureServiceFeature,QT> |
Abstract Base class of features factories that make use of the degree framework to read features documents.
|
| DxfReader |
DOCUMENT ME!
|
| GMLFeatureFactory |
Feature Factory that supports of GML documents.
For the reading of GML documents Degree2 Libraries are used. |
| H2FeatureServiceFactory |
DOCUMENT ME!
|
| JDBCFeatureFactory<FT extends FeatureServiceFeature,QT> |
DOCUMENT ME!
|
| PostgisAction |
DOCUMENT ME!
|
| PostgisFeatureFactory |
DOCUMENT ME!
|
| ShapeFeatureFactory |
DOCUMENT ME!
|
| WFSFeatureFactory |
A FeatureFactory that creates WFSFeatures obtained from a Web Feature Service.
The factory is non-caching, which means that each request to createFeatures leads to a new WFS request, even
if the bounding box is the same. |
| Exception | Description |
|---|---|
| FeatureFactory.TooManyFeaturesException |
Exception that is thrown when the features to be process by a feature factory exceeds the maximum number of
features supported.
|
| H2FeatureServiceFactory.NegativeValueException |
DOCUMENT ME!
|
Copyright © 2012–2026 cismet GmbH. All rights reserved.