Package armyc2.c5isr.web.render
Class MultiPointHandlerSVG
java.lang.Object
armyc2.c5isr.web.render.MultiPointHandlerSVG
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String
GeoSVGize
(String id, String name, String description, String symbolID, ArrayList<ShapeInfo> shapes, ArrayList<ShapeInfo> modifiers, IPointConversion ipc, boolean normalize, String textColor, String textBackgroundColor, boolean wasClipped) static String
GeoSVGize
(String id, String name, String description, String symbolID, ArrayList<ShapeInfo> shapes, ArrayList<ShapeInfo> modifiers, IPointConversion ipc, boolean normalize, String textColor, String textBackgroundColor, boolean wasClipped, Rectangle bbox) Generates an SVG which can be draped on a map.
-
Constructor Details
-
MultiPointHandlerSVG
public MultiPointHandlerSVG()
-
-
Method Details
-
GeoSVGize
-
GeoSVGize
public static String GeoSVGize(String id, String name, String description, String symbolID, ArrayList<ShapeInfo> shapes, ArrayList<ShapeInfo> modifiers, IPointConversion ipc, boolean normalize, String textColor, String textBackgroundColor, boolean wasClipped, Rectangle bbox) Generates an SVG which can be draped on a map. Better with RenderSymbol2D- Parameters:
id
-name
-description
-symbolID
-shapes
-ShapeInfo
modifiers
-ShapeInfo
ipc
-IPointConversion
normalize
-textColor
-textBackgroundColor
-wasClipped
-- Returns:
-