Uses of Class
org.opentrafficsim.editor.extensions.map.MapData
Packages that use MapData
Package
Description
The map editor allows visual specification of the network.
-
Uses of MapData in org.opentrafficsim.editor.extensions.map
Subclasses of MapData in org.opentrafficsim.editor.extensions.mapModifier and TypeClassDescriptionclassGenerator data for the editor Map.classData class for objects that are drawn at a lane position.classLinkData for the editor Map.classNodeData for the editor Map.classSink data for the editor Map.classTraffic light data for the editor Map.Methods in org.opentrafficsim.editor.extensions.map that return types with arguments of type MapDataModifier and TypeMethodDescriptionEditorMap.getData(XsdTreeNode node) Returns the map data of the given XSD node.Methods in org.opentrafficsim.editor.extensions.map with parameters of type MapDataModifier and TypeMethodDescriptionvoidEditorMap.setInvalid(MapData data) Set the data as being invalid to draw.voidSet the data as being valid to draw. -
Uses of MapData in org.opentrafficsim.editor.extensions.map.edit
Methods in org.opentrafficsim.editor.extensions.map.edit that return MapDataModifier and TypeMethodDescriptionSelectionAnnotation.ZAdjustedMapData.mapData()Returns the value of themapDatarecord component.Constructors in org.opentrafficsim.editor.extensions.map.edit with parameters of type MapDataModifierConstructorDescriptionHighlightAnnotation(MapData source, EditorMap map) Constructor.SelectionAnnotation(MapData source, EditorMap map) Constructor.protectedSelectionAnnotation(MapData source, EditorMap map, double z) Constructor.ZAdjustedMapData(MapData mapData, double adjustedZ) Creates an instance of aZAdjustedMapDatarecord class.