|
GLG Toolkit | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.genlogic.GlgLatLonPoint
public class GlgLatLonPoint
Latitude/Longitude point for GIS coordinate conversion utilities.
| Field Summary | |
|---|---|
double |
lat
|
double |
lon
|
| Constructor Summary | |
|---|---|
GlgLatLonPoint()
Default contsructor. |
|
GlgLatLonPoint(double lat,
double lon)
Constructs a new GlgLatLonPoint with specified coordinates. |
|
| Method Summary | |
|---|---|
void |
CopyFrom(GlgLatLonPoint point)
Copies values from another GlgLatLonPoint. |
void |
FromString(java.lang.String str)
Constructs a new GlgLatLonPoint taking lat/lon from a space separated string, for example: "42.5 -75". |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public double lat
public double lon
| Constructor Detail |
|---|
public GlgLatLonPoint()
public GlgLatLonPoint(double lat,
double lon)
| Method Detail |
|---|
public void FromString(java.lang.String str)
public void CopyFrom(GlgLatLonPoint point)
|
GLG Toolkit | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||