org.deegree.ogcwebservices.csw.capabilities
Class CSWFeature
java.lang.Object
  
org.deegree.ogcwebservices.csw.capabilities.CSWFeature
public class CSWFeature
- extends Object
 
The CSWFeature class is a simple bean holding a property map.
- Version:
 
  - $Revision:$, $Date:$
 
- Author:
 
  - Rutger Bezema, last edited by: $Author:$
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
CSWFeature
public CSWFeature()
- Initialisded with no properties.
 
CSWFeature
public CSWFeature(Map<URI,List<String>> properties)
- sets the features properties to the given map.
- Parameters:
 properties - to set to.
 
getAllProperties
public Map<URI,List<String>> getAllProperties()
- Returns:
 - the properties.
 
 
addPropertie
public void addPropertie(URI propName,
                         List<String> values)
- Parameters:
 propName - an unambiguous name for the property to insertvalues - of the propertiesproperties - An other properties value.
- Throws:
 IllegalArgumentException - if the propName is empty, unambiguous or null.
 
				an open source project founded by lat/lon, Bonn, Germany.
					For more information visit: http://deegree.sourceforge.net