|
||||||||||
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.PlaceMark
public class PlaceMark
Build the PlaceMark section of a KML document.
Constructor Summary | |
---|---|
PlaceMark(org.w3c.dom.Document doc)
PlaceMark constructor |
Method Summary | |
---|---|
void |
appendChild(org.w3c.dom.Element element)
Add a section (i.e. |
org.w3c.dom.Element |
getElement()
|
void |
setDescription(java.lang.String description)
Add a description tag to the PlaceMark |
void |
setName(java.lang.String name)
Add a description tag to the PlaceMark |
void |
setStyleUrl(Style style)
Add a styleUrl pointing to an existing Style |
void |
setVisibility(java.lang.String value)
Add a visibility tag to the PlaceMark |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PlaceMark(org.w3c.dom.Document doc)
doc
- Method Detail |
---|
public org.w3c.dom.Element getElement()
public void setDescription(java.lang.String description)
description
- public void setName(java.lang.String name)
name
- public void setVisibility(java.lang.String value)
value
- Usually "0"public void setStyleUrl(Style style)
style
- Style objectpublic void appendChild(org.w3c.dom.Element element)
element
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |