|
||||||||||
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.Polygon
public class Polygon
Build the Polygon section of a KML document.
Constructor Summary | |
---|---|
Polygon(org.w3c.dom.Document doc)
Polygon constructor |
Method Summary | |
---|---|
org.w3c.dom.Element |
getElement()
|
org.w3c.dom.Element |
setCoordinates(Coordinates[] corners)
Add coordinates to the Polygon section. |
org.w3c.dom.Element |
setCoordinates(java.lang.String coords)
Add coordinates to the Polygon section. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Polygon(org.w3c.dom.Document doc)
doc
- Method Detail |
---|
public org.w3c.dom.Element getElement()
public org.w3c.dom.Element setCoordinates(Coordinates[] corners)
corners
- coordinates of the corners
for the outerRing
public org.w3c.dom.Element setCoordinates(java.lang.String coords)
coords
- coordinates of the corners
for the outerRing
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |