All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class IMSWG.IW.SubSet.GeoPolygon

java.lang.Object
   |
   +----IMSWG.IW.SubSet.GeoPolygon

public class GeoPolygon
extends Object

Constructor Index

 o GeoPolygon(Parameters)

Method Index

 o checkPointOne()
 o clearTextFields()
 o convertDouble2String(double)
 o convertInt2String(int)
 o convertRange2Poly()
 o convertString2Double(String)
 o fillTextFields()
 o getCenterLat()
 o getCenterLon()
 o getPointDegMin(String)
 o getPointDouble(String)
 o getPointFourLat()
 o getPointFourLong()
 o getPointOneLat()
 o getPointOneLong()
 o getPointThreeLat()
 o getPointThreeLong()
 o getPointTwoLat()
 o getPointTwoLong()
 o getPole()
 o getProjection()
 o getZoom()
 o setCenterLat(double)
 o setCenterLon(double)
 o setParamTag(String, String)
 o setPole(String)
 o setProjection(String)
 o setZoom(int)
 o trimValue(String, int)
 o typeIn()
 o updatePoint(String, String, String)
 o updatePoint2(String, double, double)

Constructors

 o GeoPolygon
 public GeoPolygon(Parameters parameters)

Methods

 o typeIn
 public Panel typeIn()
 o fillTextFields
 public void fillTextFields()
 o clearTextFields
 public void clearTextFields()
 o convertRange2Poly
 public void convertRange2Poly()
 o setProjection
 public void setProjection(String projection)
 o getProjection
 public String getProjection()
 o setZoom
 public void setZoom(int zoom)
 o getZoom
 public int getZoom()
 o setCenterLat
 public void setCenterLat(double centerLat)
 o setParamTag
 public void setParamTag(String key,
                         String value)
 o getCenterLat
 public double getCenterLat()
 o setCenterLon
 public void setCenterLon(double centerLon)
 o getCenterLon
 public double getCenterLon()
 o setPole
 public void setPole(String pole)
 o getPole
 public String getPole()
 o updatePoint
 public void updatePoint(String point,
                         String lat,
                         String lon)
 o updatePoint2
 public void updatePoint2(String point,
                          double lat,
                          double lon)
 o convertString2Double
 public double convertString2Double(String stringValue)
 o convertInt2String
 public String convertInt2String(int intValue)
 o convertDouble2String
 public String convertDouble2String(double doubleValue)
 o checkPointOne
 public boolean checkPointOne()
 o getPointDouble
 public double getPointDouble(String stringValue)
 o getPointOneLat
 public String getPointOneLat()
 o getPointOneLong
 public String getPointOneLong()
 o getPointTwoLat
 public String getPointTwoLat()
 o getPointTwoLong
 public String getPointTwoLong()
 o getPointThreeLat
 public String getPointThreeLat()
 o getPointThreeLong
 public String getPointThreeLong()
 o getPointFourLat
 public String getPointFourLat()
 o getPointFourLong
 public String getPointFourLong()
 o getPointDegMin
 public String getPointDegMin(String point)
 o trimValue
 public String trimValue(String stringValue,
                         int toLength)

All Packages  Class Hierarchy  This Package  Previous  Next  Index