org.deegree.coverage
Class SupplementProperties
java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<String,Object>
org.deegree.coverage.SupplementProperties
- All Implemented Interfaces:
- Serializable, Cloneable, Map<String,Object>
public class SupplementProperties
- extends HashMap<String,Object>
The SupplementProperties
class can be used to add supplement data (like name, label or any kind of
object) to a coverage.
- Version:
- $Revision: 19569 $, $Date: 2009-09-10 12:27:26 +0200 (Do, 10 Sep 2009) $
- Author:
- Rutger Bezema, last edited by: $Author: rbezema $
- See Also:
- Serialized Form
Methods inherited from class java.util.HashMap |
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, putAll, remove, size, values |
NAME
public static final String NAME
- the name key
- See Also:
- Constant Field Values
LABEL
public static final String LABEL
- the label key
- See Also:
- Constant Field Values
RANGESET
public static final String RANGESET
- the rangeset key
- See Also:
- Constant Field Values
SupplementProperties
public SupplementProperties()
setName
public String setName(String name)
- Parameters:
name
- to set.
- Returns:
- the old name value of null if no previous name was set.
setLabel
public String setLabel(String label)
- Parameters:
label
- describing the coverage
- Returns:
- the old name value of null if no previous name was set.
getName
public String getName()
- Returns:
- the name of the coverage
getLabel
public String getLabel()
- Returns:
- the label of the coverage
getRangeset
public RangeSet getRangeset()
- Returns:
- the
RangeSet
associated with the given raster.
put
public Object put(String key,
Object value)
- Overridden, because of the keys which are assumed to have special objects assigned to them.
- Specified by:
put
in interface Map<String,Object>
- Overrides:
put
in class HashMap<String,Object>
an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org]]>