Package RenderMultipoints
Class clsUtility
java.lang.Object
RenderMultipoints.clsUtility
Server general utility class
- Author:
- Michael Deutch
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected static booleanDeprecated.static ArmyC2.C2SD.Utilities.IPointConversionBestFitConverter(ArrayList<POINT2> latLongs) Deprecated.The GE renderer needs a way to process geo points in case they are passed for Change 1 symbols.protected static voidFilterAXADPoints(TGLight tg, ArmyC2.C2SD.Utilities.IPointConversion converter) protected static voidFilterPoints(TGLight tg) protected static Rectangle2Dprotected static booleanisAutoshape(TGLight tg) LatLongToPixels(ArrayList<POINT2> pts, ArmyC2.C2SD.Utilities.IPointConversion converter) PixelsToLatLong(ArrayList<POINT2> pts, ArmyC2.C2SD.Utilities.IPointConversion converter) protected static POINT2protected static PointPOINT2ToPoint(POINT2 pt2) protected static Point2D.DoublePOINT2ToPoint2D(POINT2 pt2) protected static POINT2PointPixelsToLatLong(POINT2 ptPixels, ArmyC2.C2SD.Utilities.IPointConversion converter) Points2DToPOINT2(ArrayList<Point2D> pts2d) protected static POINT2PointToPOINT2(Point pt) protected static voidprotected static voidResolveDummyShapes(TGLight tg, ArrayList<Shape2> shapes) resolves properties for shapes that need it because we don't call ResolveModifierShapes as does CPOF
-
Constructor Details
-
clsUtility
public clsUtility()
-
-
Method Details
-
POINT2ToPoint
-
PointToPOINT2
-
POINT2ToPoint2D
-
Points2DToPOINT2
-
Point2DToPOINT2
-
addModifiersBeforeClipping
Deprecated.- Parameters:
tg-- Returns:
-
FilterPoints
-
PixelsToLatLong
-
isAutoshape
- Parameters:
tg-- Returns:
- true if auto-shape
-
LatLongToPixels
-
FilterAXADPoints
protected static void FilterAXADPoints(TGLight tg, ArmyC2.C2SD.Utilities.IPointConversion converter) -
RemoveDuplicatePoints
- Parameters:
tg-
-
BestFitConverter
Deprecated.The GE renderer needs a way to process geo points in case they are passed for Change 1 symbols. Uses a best fit approach to build a converter. Public so that testers can use it.- Parameters:
latLongs- geographic points- Returns:
- geographic to pixels coordinate converter
-
PointPixelsToLatLong
-
ResolveDummyShapes
resolves properties for shapes that need it because we don't call ResolveModifierShapes as does CPOF- Parameters:
tg-shapes-
-
getMBR
-