Package hec.map.dem
Class DemGlyphDataRecord
java.lang.Object
java.util.Observable
hec.lang.NamedType
hec.map.GlyphDataRecord
hec.map.ElevationGlyphDataRecord
hec.map.dem.DemGlyphDataRecord
- All Implemented Interfaces:
AsciiSerializable
,FieldAccessor
,Serializable
,Cloneable
,Comparable
,Observer
,Modifiable
,ColorContourRecord
- See Also:
-
Field Summary
Fields inherited from class hec.map.ElevationGlyphDataRecord
_alpha, _asimuthAngle, _aspectAngle, _aspectEnabled, _autoContour, _colorContour, _drawEdges, _elevFactor, _numberConturs, _set, _ticInterval, _units, _unitSystem
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
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.ElevationGlyphDataRecord
clone, getAlpha, getAsimuthAngle, getAspectAngle, getAspectEnabled, getAutoContour, getBrightness, getColorContour, getDrawEdges, getElevFactor, getFieldObject, getMaxClipping, getMinClipping, getNumberConturs, getParamId, getSaturation, getScaleToClipping, getSet, getTicInterval, getUnits, getUnitSystem, isSet, setAlpha, setAsimuthAngle, setAspectAngle, setAspectEnabled, setAutoContour, setBrightness, setColorContour, setDrawEdges, setElevFactor, setFieldObject, setGlyph, setMap, setMaxClipping, setMinClipping, setNumberConturs, setSaturation, setScaleToClipping, setSet, setTicInterval, setUnits, setUnitSystem
Methods inherited from class hec.map.GlyphDataRecord
getShowLegend, read, readAsciiSerialized, 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
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface rma.util.contour.ColorContourRecord
addObserver, deleteObserver
-
Constructor Details
-
DemGlyphDataRecord
public DemGlyphDataRecord()
-
-
Method Details
-
read0
Description copied from class:GlyphDataRecord
The abstract read which the concrete subclass must define.- Overrides:
read0
in classElevationGlyphDataRecord
- Throws:
IOException
-
write0
Description copied from class:GlyphDataRecord
The abstract write which the concrete subclass must define.- Overrides:
write0
in classElevationGlyphDataRecord
- Throws:
IOException
-