org.deegree.portal.standard.wfs.configuration
Class DigitizerClientConfiguration
java.lang.Object
org.deegree.portal.standard.wfs.configuration.DigitizerClientConfiguration
public class DigitizerClientConfiguration
- extends Object
TODO describe function and usage of the class here.
- Version:
- $Revision: 18195 $, $Date: 2009-06-18 17:55:39 +0200 (Thu, 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 Map<QualifiedName,String> featureTypeToAddressMap
featureTypeToFormTemplateMap
protected Map<QualifiedName,String> featureTypeToFormTemplateMap
featureTypeToInsertTemplateMap
protected Map<QualifiedName,String> featureTypeToInsertTemplateMap
featureTypeToUpdateTemplateMap
protected Map<QualifiedName,String> featureTypeToUpdateTemplateMap
featureTypeToDeleteTemplateMap
protected Map<QualifiedName,String> featureTypeToDeleteTemplateMap
DigitizerClientConfiguration
public DigitizerClientConfiguration()
- create a new DigitizeClientConfiguration object
addFeatureTypeAddress
public void addFeatureTypeAddress(QualifiedName featureType,
String wfsAddress)
- Parameters:
featureType
- as qualified namewfsAddress
-
addFeatureTypeFormTemplate
public void addFeatureTypeFormTemplate(QualifiedName featureType,
String formTemplate)
- Parameters:
featureType
- as qualified nameformTemplate
-
addFeatureTypeInsertTemplate
public void addFeatureTypeInsertTemplate(QualifiedName featureType,
String insertTemplate)
- Parameters:
featureType
- as qualified nameinsertTemplate
-
addFeatureTypeUpdateTemplate
public void addFeatureTypeUpdateTemplate(QualifiedName featureType,
String updateTemplate)
- Parameters:
featureType
- as qualified nameupdateTemplate
-
addFeatureTypeDeleteTemplate
public void addFeatureTypeDeleteTemplate(QualifiedName featureType,
String deleteTemplate)
- Parameters:
featureType
- as qualified namedeleteTemplate
-
getFeatureTypeAddress
public 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 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 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 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 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 Map getFeatureTypeToAddressMap()
- Returns:
- Returns the featureTypeToAddressMap.
getFeatureTypeToFormTemplateMap
public Map getFeatureTypeToFormTemplateMap()
- Returns:
- Returns the featureTypeToFormTemplateMap.
getFeatureTypeToInsertTemplateMap
public Map getFeatureTypeToInsertTemplateMap()
- Returns:
- Returns the featureTypeToInsertTemplateMap.
getFeatureTypeToUpdateTemplateMap
public Map getFeatureTypeToUpdateTemplateMap()
- Returns:
- Returns the featureTypeToInsertTemplateMap.
an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org