Package hec.map.inundation
Class InundationParameter
java.lang.Object
java.util.Observable
hec.lang.NamedType
hec.map.inundation.InundationParameter
- All Implemented Interfaces:
AsciiSerializable
,FieldAccessor
,Serializable
,Cloneable
,Comparable
,Observer
,Modifiable
- See Also:
-
Field Summary
Fields inherited from class hec.lang.NamedType
_description, _ignoreModifiedEvents, _index, _isValid, _modified, _name, defaultDescription, defaultName, DESCRIPTION_CHANGED, NAME_CHANGED, RENAME_EVENT
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addExceedenceProbability
(int idx, Double D) void
void
get
(int index) getFieldObject
(Field fld) This method allows access to java.lang.reflect.Field objects within the implementing class.void
growExtents
(WorldRect extents) void
load()
void
boolean
setFieldObject
(Field fld, Object fobj) This allows access to fields withing the implementing object to set there data.int
size()
void
sort()
void
unload()
void
Methods inherited from class hec.lang.NamedType
addModifiableListener, clone, compareTo, fireModifiedStateChanged, getDescription, getDisplayName, getIgnoreModifiedEvents, getIndex, getName, isModified, isValid, readResolve, removeModifiableListener, rename, set, setDescription, setIgnoreModifiedEvents, setIndex, setModified, setName, setValid, toString, update, useRecursiveModifiedTest
Methods inherited from class java.util.Observable
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged
-
Constructor Details
-
InundationParameter
public InundationParameter() -
InundationParameter
-
-
Method Details
-
getMapClassName
-
addExceedenceProbability
-
addExceedenceProbability
-
removeExceedenceProbability
-
addInundationLayer
-
size
public int size() -
get
-
validate
- Throws:
Exception
-
sort
public void sort() -
growExtents
-
load
public void load() -
unload
public void unload() -
getFieldObject
Description copied from interface:FieldAccessor
This method allows access to java.lang.reflect.Field objects within the implementing class.- Specified by:
getFieldObject
in interfaceFieldAccessor
- Overrides:
getFieldObject
in classNamedType
- Parameters:
fld
- The field to get.- Returns:
- The data object that is stored in the given field
-
setFieldObject
Description copied from interface:FieldAccessor
This allows access to fields withing the implementing object to set there data.- Specified by:
setFieldObject
in interfaceFieldAccessor
- Overrides:
setFieldObject
in classNamedType
- Parameters:
fld
- The java field object representing the member field to be setfobj
- The data to set in that field- Returns:
- returns true if successful
-