Package sec.web.renderer
Class PointConverter
java.lang.Object
sec.web.renderer.PointConverter
- All Implemented Interfaces:
ArmyC2.C2SD.Utilities.IPointConversion
- Author:
- Michael Deutch
-
Constructor Summary
ConstructorsConstructorDescriptionPointConverter(double controlLong, double controlLat, double scale) PointConverter(double left, double top, double right, double bottom, double scale) add constructor to handle when earth is flipped about it's X axis (South is on top) -
Method Summary
Modifier and TypeMethodDescriptionGeoToPixels(Point2D coord) GeoToPixels(Point2D.Double coord) PixelsToGeo(Point2D pixel) PixelsToGeo(Point pixel) voidset_normalize(boolean value)
-
Constructor Details
-
PointConverter
public PointConverter(double controlLong, double controlLat, double scale) -
PointConverter
public PointConverter(double left, double top, double right, double bottom, double scale) add constructor to handle when earth is flipped about it's X axis (South is on top)- Parameters:
left-top-right-bottom-scale-
-
-
Method Details
-
set_normalize
public void set_normalize(boolean value) -
PixelsToGeo
-
GeoToPixels
-
PixelsToGeo
- Specified by:
PixelsToGeoin interfaceArmyC2.C2SD.Utilities.IPointConversion
-
GeoToPixels
- Specified by:
GeoToPixelsin interfaceArmyC2.C2SD.Utilities.IPointConversion
-