Constructors in dip.gui.map that throw MapException |
MapRenderer2(MapPanel mp)
Default Constructor
JSVGCanvas and SVGDocument of MapPanel must not be null |
MapMetadata(MapPanel mp,
SymbolPack sp,
boolean supressPlacementErrors)
Create a MapMetadata Object, by parsing the
SVG placement id group metadata
If supressPlacementErrors are suppressed, using the
appropriate boolean flag, only valid parsed placement
data will be used. |
MapMetadata.SymbolSize(java.lang.String w,
java.lang.String h,
float scale,
org.w3c.dom.Element element)
Create a SymbolSize element
Throws an exception if the value cannot be parsed, contains
a "%" sign (cannot be relative), or, the units (if present)
are different between the width and height attributes (e.g.,
"px" and "cm"). |
DefaultMapRenderer2(MapPanel mp,
SymbolPack sp)
Creates a DefaultMapRenderer object |