| Modifier and Type | Method and Description |
|---|---|
LayerProperties |
InheritsLayerProperties.getLayerProperties()
Returns the shared LayerProperties instance.
|
LayerProperties |
DefaultFeatureServiceFeature.getLayerProperties()
/** * Erzeugt ein JDOM-Element, das das DefaultFeatureServiceFeature und dessen Attribute * widerspiegelt.
|
LayerProperties |
PersistentFeature.getLayerProperties() |
| Modifier and Type | Method and Description |
|---|---|
void |
InheritsLayerProperties.setLayerProperties(LayerProperties layerProperties)
Sets the layer properties of this feature.
|
void |
DefaultFeatureServiceFeature.setLayerProperties(LayerProperties layerProperties)
DOCUMENT ME!
|
void |
PersistentFeature.setLayerProperties(LayerProperties layerProperties) |
| Constructor and Description |
|---|
DefaultFeatureServiceFeature(int id,
com.vividsolutions.jts.geom.Geometry geometry,
LayerProperties layerProperties)
Creates a new initialised instance of DefaultFeatureServiceFeature.
|
DefaultFeatureServiceFeature(int id,
com.vividsolutions.jts.geom.Geometry geometry,
LayerProperties layerProperties,
List<org.deegree.style.se.unevaluated.Style> styles)
Creates a new DefaultFeatureServiceFeature object.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultLayerProperties
Default implementation of the LayerProperties Interface.
|
| Modifier and Type | Field and Description |
|---|---|
protected LayerProperties |
AbstractFeatureService.layerProperties |
| Modifier and Type | Method and Description |
|---|---|
LayerProperties |
DefaultLayerProperties.clone() |
LayerProperties |
LayerProperties.clone()
Creates a 1:1 copy of this object.
|
protected LayerProperties |
ShapeFileFeatureService.createLayerProperties() |
protected LayerProperties |
GMLFeatureService.createLayerProperties()
DOCUMENT ME!
|
protected abstract LayerProperties |
AbstractFeatureService.createLayerProperties()
Creates an instance of a service specific LayerProperties implementation.
|
protected LayerProperties |
SimplePostgisFeatureService.createLayerProperties()
DOCUMENT ME!
|
protected LayerProperties |
WebFeatureService.createLayerProperties() |
protected LayerProperties |
H2FeatureService.createLayerProperties() |
protected LayerProperties |
JDBCFeatureService.createLayerProperties() |
LayerProperties |
AbstractFeatureService.getLayerProperties()
DOCUMENT ME!
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultLayerProperties.assign(LayerProperties layerProperties) |
void |
LayerProperties.assign(LayerProperties layerProperties)
Assigns all properties of the
layerProperties object to the current instance this. |
void |
AbstractFeatureService.setLayerProperties(LayerProperties layerProperties)
DOCUMENT ME!
|
void |
ShapeFileFeatureService.setLayerProperties(LayerProperties layerProperties,
boolean refreshFeatures) |
void |
AbstractFeatureService.setLayerProperties(LayerProperties layerProperties,
boolean refreshFeatures)
Sets the new layer properties of the service and.
|
void |
WebFeatureService.setLayerPropertiesWithoutUpdate(LayerProperties layerProperties)
Sets the Layer properties but does not refresh the cached features.
|
| Constructor and Description |
|---|
DefaultLayerProperties(LayerProperties layerProperties)
Initialises a new DefaultLayerProperties instance from an existing LayerProperties object.
|
| Modifier and Type | Field and Description |
|---|---|
protected LayerProperties |
AbstractFeatureFactory.layerProperties |
| Modifier and Type | Method and Description |
|---|---|
LayerProperties |
FeatureFactory.getLayerProperties()
Returns the layerProperties that are applied to all features constructed.
|
LayerProperties |
AbstractFeatureFactory.getLayerProperties() |
| Modifier and Type | Method and Description |
|---|---|
void |
FeatureFactory.setLayerProperties(LayerProperties layerProperties)
Sets the layerProperties that are applied to all features constructed.
|
void |
AbstractFeatureFactory.setLayerProperties(LayerProperties layerProperties) |
void |
H2FeatureServiceFactory.setLayerProperties(LayerProperties layerProperties) |
| Constructor and Description |
|---|
GMLFeatureFactory(LayerProperties layerProperties,
URI documentURL,
int maxCachedFeatureCount,
SwingWorker workerThread)
Creates a new GMLFeatureFactory object.
|
PostgisFeatureFactory(LayerProperties layerProperties,
de.cismet.tools.ConnectionInfo connectionInfo,
PostgisAction postgisAction,
RetrievalService parentService)
Creates a new PostgisFeatureFactory object.
|
ShapeFeatureFactory(LayerProperties layerProperties,
URI documentURL,
int maxCachedFeatureCount,
SwingWorker workerThread,
Map<String,LinkedList<org.deegree.style.se.unevaluated.Style>> styles)
Creates a new ShapeFeatureFactory object.
|
ShapeFeatureFactory(LayerProperties layerProperties,
URI documentURL,
int maxCachedFeatureCount,
SwingWorker workerThread,
Map<String,LinkedList<org.deegree.style.se.unevaluated.Style>> styles,
String shapeCrs)
Creates a new ShapeFeatureFactory object.
|
WFSFeatureFactory(LayerProperties layerProperties,
String hostname,
FeatureType featureType,
Crs crs,
Map<String,LinkedList<org.deegree.style.se.unevaluated.Style>> styles)
private Vector
|
WFSFeatureFactory(LayerProperties layerProperties,
String hostname,
FeatureType featureType,
Crs crs,
Map<String,LinkedList<org.deegree.style.se.unevaluated.Style>> styles,
boolean reverseAxisOrder)
private Vector
|
| Modifier and Type | Method and Description |
|---|---|
LayerProperties |
StyleDialog.getLayerProperties()
Get the value of layerProperties.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StyleDialog.configureDialog(LayerProperties layerProperties,
Map<String,FeatureServiceAttribute> featureServiceAttributes,
Object query)
DOCUMENT ME!
|
void |
StyleDialog.configureDialog(Reader sldDefinition,
String layerName,
LayerProperties layerProperties,
Map<String,FeatureServiceAttribute> featureServiceAttributes,
Object query)
Configures the dialog based on the delivered AbstractfeatureService.
|
protected void |
StyleDialog.setLayerProperties(LayerProperties layerProperties)
Set the value of layerProperties.
|
Copyright © 2012–2025 cismet GmbH. All rights reserved.