|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.ohf.stem.ui.ge.kml.Point
public class Point
Build the point section of a KML document.
Constructor Summary | |
---|---|
Point(org.w3c.dom.Document doc)
Point constructor |
Method Summary | |
---|---|
org.w3c.dom.Element |
getElement()
|
void |
setCoordinates(double longitude,
double latitude)
Add coordinates to the Point section |
void |
setCoordinates(double longitude,
double latitude,
int alt)
Add coordinates to the Point section (with altitude) |
void |
setCoordinates(java.lang.String coord)
Add coordinates as a String to the Point section |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Point(org.w3c.dom.Document doc)
doc
- Method Detail |
---|
public org.w3c.dom.Element getElement()
public void setCoordinates(double longitude, double latitude)
longitude
- latitude
- public void setCoordinates(double longitude, double latitude, int alt)
longitude
- latitude
- alt
- public void setCoordinates(java.lang.String coord)
coord
- LatLong coordinates
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |