Package armyc2.c5isr.web.render
Class MultiPointHandlerSVG
java.lang.Object
armyc2.c5isr.web.render.MultiPointHandlerSVG
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringGeoSVGize(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 StringGeoSVGize(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-ShapeInfomodifiers-ShapeInfoipc-IPointConversionnormalize-textColor-textBackgroundColor-wasClipped-- Returns:
-