Package hec.map.inundation
Class InundationGroupGlyphDataRecord
java.lang.Object
java.util.Observable
hec.lang.NamedType
hec.map.GlyphDataRecord
hec.map.inundation.InundationGroupGlyphDataRecord
- All Implemented Interfaces:
AsciiSerializable
,FieldAccessor
,Serializable
,Cloneable
,Comparable
,Observer
,Modifiable
- See Also:
-
Field Summary
Fields inherited from class hec.map.GlyphDataRecord
GDR_EXTENSION
Fields inherited from class hec.lang.NamedType
_description, _ignoreModifiedEvents, _index, _isValid, _modified, _name, defaultDescription, defaultName, DESCRIPTION_CHANGED, NAME_CHANGED, RENAME_EVENT
-
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionclone()
Creates a new object of the same class as this object.getDataRecord
(InundationLayer il, MapGlyph glyph) protected void
read0
(String type, String param, BufferedReader input) The abstract read which the concrete subclass must define.void
setDataRecord
(InundationLayer il, GlyphDataRecord gdr) void
setDrawn
(InundationLayer il, Boolean TF) void
setGlyph
(InundationGroupGlyph glyph) protected void
write0
(BufferedWriter output) The abstract write which the concrete subclass must define.Methods inherited from class hec.map.GlyphDataRecord
getFieldObject, getShowLegend, read, readAsciiSerialized, setFieldObject, setMap, setShowLegend, useAsciiSerialization, write
Methods inherited from class hec.lang.NamedType
addModifiableListener, 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
-
InundationGroupGlyphDataRecord
public InundationGroupGlyphDataRecord() -
InundationGroupGlyphDataRecord
-
-
Method Details
-
getDataRecord
-
setDataRecord
-
clone
Description copied from class:NamedType
Creates a new object of the same class as this object.
It then initializes each of the new object's fields by assigning it the same value as the corresponding field in this object. No
constructor is called.- Overrides:
clone
in classGlyphDataRecord
-
getDrawn
-
getDrawnLayers
-
setDrawn
-
setGlyph
-
read0
Description copied from class:GlyphDataRecord
The abstract read which the concrete subclass must define.- Specified by:
read0
in classGlyphDataRecord
- Throws:
IOException
-
write0
Description copied from class:GlyphDataRecord
The abstract write which the concrete subclass must define.- Specified by:
write0
in classGlyphDataRecord
- Throws:
IOException
-