com.esri.gpt.control.livedata.sos
Class ValueComponents
java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<String,Double>
com.esri.gpt.control.livedata.sos.ValueComponents
- All Implemented Interfaces:
- Serializable, Cloneable, Map<String,Double>
public class ValueComponents
- extends HashMap<String,Double>
Collection of value readings. Represents a single reading of a multiple
features performed at a single point of interest at a single specific time.
- See Also:
- Serialized Form
Methods inherited from class java.util.HashMap |
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values |
ValueComponents
public ValueComponents()
normalize
public void normalize(Collection<String> names)
- Normalizes value.
Assures that object has all the values specified in the argument, even if
hasempty values.
- Parameters:
names
- collection of names
put
public void put(String name,
String value)
- Stores named value given as string.
If value is not a valid double type value, 'Not a Number' is stored instead.
- Parameters:
name
- value namevalue
- value
Copyright 2011 Environmental Systems Research Institute.
All rights reserved.
Use is subject to
license terms.