Package hec.map.tin
Class TinGlyph
java.lang.Object
hec.map.MapGlyph
hec.map.tin.TinGlyph
- All Implemented Interfaces:
Comparable<MapGlyph>
-
Nested Class Summary
Nested classes/interfaces inherited from class hec.map.MapGlyph
MapGlyph.Selection -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final intstatic final intFields inherited from class hec.map.MapGlyph
_changeEvent, _glyphLevel, _listenerList, _map, _mapIdentifier, _mapPanel, _paintOk, _parentGlyph, maxPtArraySz, needsRepaint, xarray, XOR_COLOR, yarray -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcontourDepth(Graphics g, MapScale scl, Vector elevVec, Vector bedVec) voidcontourElevation(Graphics g, MapScale scl, Vector elevVec) voidcontourInundation(Graphics g, MapScale scl, Vector elevVec, Vector bedVec) voidcontourTriangle(Graphics g, LocalPt[] lpt, double[] val, double[] conval, int ncon, double cmin, double cmax) voiddraw this MapGlyph to graphics using the MapScale sclvoiddrawContour(boolean drw) voiddrawTin()voidvoiddrawWaterSurface(int icon) doublegetDepthAt(int x, int y) Methods inherited from class hec.map.MapGlyph
addChangeListener, addGlyphSelectionListener, checkXYArraySize, clearSelection, clearSelection, close, compareTo, containsSelection, drawConformingString, drawConformingString2, drawLine, drawLine, drawLine, drawLine, drawLine2D, drawRegion, drawRegion, fillMap, findGlyphOfClass, findObject, fireGlyphSelectionChanged, fireStateChanged, getAttributeSet, getBounds, getDataRecord, getDefaultDataRecord, getDescription, getGlyphLevel, getMap, getMapPanel, getMaximumScale, getMinimumScale, getName, getParentGlyph, getSelectedObject, getSelections, getToolTipText, glyphVector, hasChildGlyphs, hasMap, init, intersects, isAltDown, isAttributeAvailable, isControlDown, isMetaDown, isPaintOk, isRepaintNeeded, isShiftDown, isShown, isWriteLocked, objectDoubleClick, objectPopupMenu, objectSelect, reInit, removeChangeListener, removeGlyphSelectionListener, setDataRecord, setGlyphLevel, setMap, setMapPanel, setMaximumScale, setMinimumScale, setPaintOk, setParentGlyph, setRepaintNeeded, setShown, shouldReturn, showMapElement, toString, transformArrays, transformLocalToWorldArrays, transformLookup, transformPoint, transformPointToLocal, transformPointToWorld, transformRect, transformRect, transformRectToLocal, transformWorldToLocalArrays
-
Field Details
-
contourNONE
public static final int contourNONE- See Also:
-
contourELEV
public static final int contourELEV- See Also:
-
contourDEPTH
public static final int contourDEPTH- See Also:
-
contourINUNDATION
public static final int contourINUNDATION- See Also:
-
-
Constructor Details
-
TinGlyph
-
-
Method Details
-
getDepthAt
public double getDepthAt(int x, int y) -
drawTin
public void drawTin() -
drawContour
public void drawContour(boolean drw) -
drawTinElevation
public void drawTinElevation() -
drawWaterSurface
public void drawWaterSurface(int icon) -
draw
Description copied from class:MapGlyphdraw this MapGlyph to graphics using the MapScale scl -
contourElevation
-
contourDepth
-
contourInundation
-
contourTriangle
-