Package hec.map
package hec.map
-
ClassDescriptionTitle: Hec Java DevelopmentTitle: Hec Java DevelopmentAn interface for a grid map where the row height and column width varies.Title: HEC JavaDev Description: Copyright: Company: RMAdefault JLayerSelection to put in the Layer's tree when there isn't a defined JLayerSelection for the MapGlyph.A factory service that can be implemented to create a Display Coordinate SystemStream Alignment editor adapter for MapCanvas.Keeps track of the glyph display informationPublic interface for all GlyphDataRecords that want to mark themselves as having there own serialization methods.enabled the ability to move up if the TreeNode that represents this layer selection is not the top in the list.enabled the ability to move up if the TreeNode that represents this layer selection is not the top in the list.An object that draws Legend representations for Layer Schematic objects.Class to hold the type and the shape in the ListTitle: Hec Java DevelopmentTitle: Hec Java DevelopmentRepresents points in local coordinate space.Represents rectangles in local coordinate space.Represents points in world coordinate space.Geo-referenced drawing area for the MapPanel.Abstract base class for specific glyphs that performs drawing and editing functions for Map objects.Makes the Glyphs for the Maps.Interface for an class that provide a mapping between a MapObject and a MapGlyph.Provides a description of a Map and its characteristics.MapLabelItem class used by MapCanvas to prevent cluttering of text on screenBase class for Mouse Adapters for MapCanvas.Abstract base class for map objects for Map objects.Provides a mapping from Map extension to Map ObjectAbstract interface for objects that are displayed on a map.Interface to all MapObject lookups.Geo-referenced mapping widget that contains a MapCanvas, horizontal and vertical scrollbars, and a toolpanel.container for the manager class's position in the mapManages map scaling parameters and performs coordinate transforms.Title: Hec Java DevelopmentTitle: Hec Java DevelopmentTitle: HEC JavaDev Description: Copyright: Company: RMAClass that hold the MapToolButtons for the MapPanelSample Usage: String modeName = ClientApp.app().frame.getCurrentMode().toString(); ModeDrawingAttributeSet modeDas = ModeDrawingAttributeSet.getModeAttributeSet(modeName); ModelDrawingAttributeSet modelDas = modeDas.getModelAttributeSet("RSS"); Hashtable h = modelDas.getAttributes(); Enumeration e = h.keys(); Object key; Boolean shown; while (e.hasMoreElements()) { key = e.nextElement(); shown = (Boolean)h.get(key); }Class DescriptionClass DescriptionPan adapter for MapCanvas.Zoom adapter for MapCanvas.Mouse adapter for editing FIA time series locations.Title: HEC JavaDev Description: Copyright: Company: RMARepresents arcs in world coordinate space.A multi-point line in world coordinates.Line object consisting of 3D pts in world coordsEnd points for worldlines.Represents points in world coordinate space.3D point in world coordinatesRepresents rectangles in world coordinate space.Represents points in world coordinate space.class for handling text item in world coordinates