-
-
Exception nl.tudelft.simulation.dsol.animation.gis.DsolGisException
- serialVersionUID:
- 1L
-
Class nl.tudelft.simulation.dsol.animation.gis.GisObject
- serialVersionUID:
- 20201015L
-
-
Class nl.tudelft.simulation.dsol.animation.gis.SerializableRectangle2d
- serialVersionUID:
- 20201015L
-
Class nl.tudelft.simulation.dsol.animation.gis.SerializableRectangle2d.Double
- serialVersionUID:
- 20201015L
-
Class nl.tudelft.simulation.dsol.animation.gis.SerializableRectangle2d.Float
-
-
- serialVersionUID:
- 20210201L
-
Serialized Fields
-
fillColor
Color fillColor
the fillColor of the layer, by default no fill.
-
initialized
boolean initialized
whether the shapes have been read or not.
-
key
String key
the key that defines a feature in a layer, can be "*" if no features are defined.
-
outlineColor
Color outlineColor
the outlineColor.
-
shapes
List<GisObject> shapes
the list of shapes that have been retrieved for this feature.
-
value
String value
the value belonging to the key that defines the feature in a layer, can be "*" if all elements in the data source that
have the correct key have to be drawn.
-
- serialVersionUID:
- 1L
-
Serialized Fields
-
allLayers
List<LayerInterface> allLayers
the total list of layers of the map.
-
drawBackground
boolean drawBackground
draw the background?
-
extent
org.djutils.draw.bounds.Bounds2d extent
the extent of the map.
-
image
MapImageInterface image
the mapfileImage.
-
layerMap
Map<String,LayerInterface> layerMap
the map of layer names to layers.
-
name
String name
the name of the mapFile.
-
same
boolean same
same set to false after layer change.
-
units
MapUnits units
the map units.
-
visibleLayers
List<LayerInterface> visibleLayers
the visible layers of the map.
-
- serialVersionUID:
- 20201015L
-
Serialized Fields
-
display
boolean display
whether to display the layer.
-
features
List<FeatureInterface> features
the feature map, implemented by a LinkedHashMap to guarantee a reproducible order.
-
name
String name
the name of the layer.
-
transform
boolean transform
whether to transform the layer.
-
- serialVersionUID:
- 20201015L