|
GLG Toolkit | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.genlogic.GlgUtmPoint
public class GlgUtmPoint
Point in UTM coordinates for GIS coordinate conversion utilities.
| Field Summary | |
|---|---|
long |
easting
|
long |
northing
|
char |
zone_letter
|
long |
zone_number
|
| Constructor Summary | |
|---|---|
GlgUtmPoint()
Default contsructor. |
|
GlgUtmPoint(long northing,
long easting,
long zone_number,
char zone_letter)
Constructs a new GlgUTMPoint with specified coordinates. |
|
| Method Summary | |
|---|---|
void |
CopyFrom(GlgUtmPoint point)
Copies values from another GlgUtmPoint. |
void |
FromString(java.lang.String str)
Constructs a new GlgUTMPoint taking UTM coordinates from a space separated string, for example: "19T 251535 4654131". |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public long northing
public long easting
public long zone_number
public char zone_letter
| Constructor Detail |
|---|
public GlgUtmPoint()
public GlgUtmPoint(long northing,
long easting,
long zone_number,
char zone_letter)
| Method Detail |
|---|
public void FromString(java.lang.String str)
public void CopyFrom(GlgUtmPoint point)
|
GLG Toolkit | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||