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, _unitSystemFields inherited from class hec.map.GlyphDataRecord
GDR_EXTENSIONFields 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 voidread0(String type, String param, BufferedReader input) The abstract read which the concrete subclass must define.protected voidwrite0(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, setUnitSystemMethods inherited from class hec.map.GlyphDataRecord
getShowLegend, read, readAsciiSerialized, setShowLegend, useAsciiSerialization, writeMethods 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, useRecursiveModifiedTestMethods inherited from class java.util.Observable
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChangedMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface rma.util.contour.ColorContourRecord
addObserver, deleteObserver
-
Constructor Details
-
DemGlyphDataRecord
public DemGlyphDataRecord()
-
-
Method Details
-
read0
Description copied from class:GlyphDataRecordThe abstract read which the concrete subclass must define.- Overrides:
read0in classElevationGlyphDataRecord- Throws:
IOException
-
write0
Description copied from class:GlyphDataRecordThe abstract write which the concrete subclass must define.- Overrides:
write0in classElevationGlyphDataRecord- Throws:
IOException
-