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 int
static final int
static final int
static final int
Fields 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 TypeMethodDescriptionvoid
contourDepth
(Graphics g, MapScale scl, Vector elevVec, Vector bedVec) void
contourElevation
(Graphics g, MapScale scl, Vector elevVec) void
contourInundation
(Graphics g, MapScale scl, Vector elevVec, Vector bedVec) void
contourTriangle
(Graphics g, LocalPt[] lpt, double[] val, double[] conval, int ncon, double cmin, double cmax) void
draw this MapGlyph to graphics using the MapScale sclvoid
drawContour
(boolean drw) void
drawTin()
void
void
drawWaterSurface
(int icon) double
getDepthAt
(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:MapGlyph
draw this MapGlyph to graphics using the MapScale scl -
contourElevation
-
contourDepth
-
contourInundation
-
contourTriangle
-