org.deegree.portal.standard.wfs.configuration
Class DigitizerClientConfiguration
java.lang.Object
org.deegree.portal.standard.wfs.configuration.DigitizerClientConfiguration
public class DigitizerClientConfiguration
- extends java.lang.Object
TODO describe function and usage of the class here.
- Version:
- $Revision: 18195 $, $Date: 2009-06-18 17:55:39 +0200 (Do, 18 Jun 2009) $
- Author:
- Judit Mays, last edited by: $Author: mschneider $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
featureTypeToAddressMap
protected java.util.Map<QualifiedName,java.lang.String> featureTypeToAddressMap
featureTypeToFormTemplateMap
protected java.util.Map<QualifiedName,java.lang.String> featureTypeToFormTemplateMap
featureTypeToInsertTemplateMap
protected java.util.Map<QualifiedName,java.lang.String> featureTypeToInsertTemplateMap
featureTypeToUpdateTemplateMap
protected java.util.Map<QualifiedName,java.lang.String> featureTypeToUpdateTemplateMap
featureTypeToDeleteTemplateMap
protected java.util.Map<QualifiedName,java.lang.String> featureTypeToDeleteTemplateMap
DigitizerClientConfiguration
public DigitizerClientConfiguration()
- create a new DigitizeClientConfiguration object
addFeatureTypeAddress
public void addFeatureTypeAddress(QualifiedName featureType,
java.lang.String wfsAddress)
- Parameters:
featureType
- as qualified namewfsAddress
-
addFeatureTypeFormTemplate
public void addFeatureTypeFormTemplate(QualifiedName featureType,
java.lang.String formTemplate)
- Parameters:
featureType
- as qualified nameformTemplate
-
addFeatureTypeInsertTemplate
public void addFeatureTypeInsertTemplate(QualifiedName featureType,
java.lang.String insertTemplate)
- Parameters:
featureType
- as qualified nameinsertTemplate
-
addFeatureTypeUpdateTemplate
public void addFeatureTypeUpdateTemplate(QualifiedName featureType,
java.lang.String updateTemplate)
- Parameters:
featureType
- as qualified nameupdateTemplate
-
addFeatureTypeDeleteTemplate
public void addFeatureTypeDeleteTemplate(QualifiedName featureType,
java.lang.String deleteTemplate)
- Parameters:
featureType
- as qualified namedeleteTemplate
-
getFeatureTypeAddress
public java.lang.String getFeatureTypeAddress(QualifiedName featureType)
- Parameters:
featureType
- the name of the featureType
- Returns:
- Returns the wfs address for a given featureType. May be null, if the passed
featureType is unknown.
getFeatureTypeFormTemplate
public java.lang.String getFeatureTypeFormTemplate(QualifiedName featureType)
- Parameters:
featureType
- the name of the featureType
- Returns:
- Returns the form template for a given featureType. May be null, if the passed
featureType is unknown.
getFeatureTypeInsertTemplate
public java.lang.String getFeatureTypeInsertTemplate(QualifiedName featureType)
- Parameters:
featureType
- the name of the featureType
- Returns:
- Returns the insert template for a given featureType. May be null, if the passed
featureType is unknown.
getFeatureTypeUpdateTemplate
public java.lang.String getFeatureTypeUpdateTemplate(QualifiedName featureType)
- Parameters:
featureType
- the name of the featureType
- Returns:
- Returns the update template for a given featureType. May be null, if the passed
featureType is unknown.
getFeatureTypeDeleteTemplate
public java.lang.String getFeatureTypeDeleteTemplate(QualifiedName featureType)
- Parameters:
featureType
- the name of the featureType
- Returns:
- Returns the delete template for a given featureType. May be null, if the passed
featureType is unknown.
getFeatureTypeToAddressMap
public java.util.Map getFeatureTypeToAddressMap()
- Returns:
- Returns the featureTypeToAddressMap.
getFeatureTypeToFormTemplateMap
public java.util.Map getFeatureTypeToFormTemplateMap()
- Returns:
- Returns the featureTypeToFormTemplateMap.
getFeatureTypeToInsertTemplateMap
public java.util.Map getFeatureTypeToInsertTemplateMap()
- Returns:
- Returns the featureTypeToInsertTemplateMap.
getFeatureTypeToUpdateTemplateMap
public java.util.Map getFeatureTypeToUpdateTemplateMap()
- Returns:
- Returns the featureTypeToInsertTemplateMap.
an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org