| Package | Description |
|---|---|
| de.cismet.cismap.commons.featureservice | |
| de.cismet.cismap.commons.featureservice.factory |
| Modifier and Type | Field and Description |
|---|---|
protected FeatureFactory |
AbstractFeatureService.featureFactory |
| Modifier and Type | Method and Description |
|---|---|
protected FeatureFactory |
ShapeFileFeatureService.createFeatureFactory() |
protected FeatureFactory |
GMLFeatureService.createFeatureFactory()
DOCUMENT ME!
|
protected abstract FeatureFactory |
AbstractFeatureService.createFeatureFactory()
Creates an instance of a service specific FeatureFactory implementation.
|
protected FeatureFactory |
SimplePostgisFeatureService.createFeatureFactory()
DOCUMENT ME!
|
protected FeatureFactory |
WebFeatureService.createFeatureFactory() |
protected FeatureFactory |
H2FeatureService.createFeatureFactory() |
FeatureFactory |
AbstractFeatureService.getFeatureFactory()
Get the value of featureFactory.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
CachingFeatureFactory<FT extends FeatureServiceFeature,QT>
The CachingFeatureFactory stores retrieved features in a spatial index structure and thus allows fast bounding box
requests.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractFeatureFactory<FT extends FeatureServiceFeature,QT>
Abstract impelementation of a FeatureFactory.
|
class |
DegreeFeatureFactory<FT extends FeatureServiceFeature,QT>
Abstract Base class of features factories that make use of the degree framework to read features documents.
|
class |
GMLFeatureFactory
Feature Factory that supports of GML documents.
For the reading of GML documents Degree2 Libraries are used. |
class |
H2FeatureServiceFactory
DOCUMENT ME!
|
class |
JDBCFeatureFactory<FT extends FeatureServiceFeature,QT>
DOCUMENT ME!
|
class |
PostgisFeatureFactory
DOCUMENT ME!
|
class |
ShapeFeatureFactory
DOCUMENT ME!
|
class |
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. |
| Modifier and Type | Method and Description |
|---|---|
FeatureFactory |
FeatureFactory.clone()
DOCUMENT ME!
|
Copyright © 2012–2025 cismet GmbH. All rights reserved.