Package hec.map.tin
Class TinGlyphDataRec
java.lang.Object
java.util.Observable
hec.lang.NamedType
hec.map.GlyphDataRecord
hec.map.tin.TinGlyphDataRec
- All Implemented Interfaces:
AsciiSerializable
,FieldAccessor
,Serializable
,Cloneable
,Comparable
,Observer
,Modifiable
- See Also:
-
Field Summary
FieldsFields 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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
read0
(String type, String param, BufferedReader input) The abstract read which the concrete subclass must define.protected void
write0
(BufferedWriter output) The abstract write which the concrete subclass must define.Methods inherited from class hec.map.GlyphDataRecord
clone, 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
-
Field Details
-
iconstit
public int iconstit -
drawTinEdges
public boolean drawTinEdges -
contourType
public int contourType
-
-
Constructor Details
-
TinGlyphDataRec
public TinGlyphDataRec()
-
-
Method Details
-
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
-