|
Follow us on GitHub |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.gwt.core.client.JavaScriptObject
com.google.gwt.maps.client.layers.KmlFeatureData
public class KmlFeatureData
Data for a single KML feature in JSON format, returned when a KML feature is clicked. The data contained in this object mirrors that associated with the feature in the KML or GeoRSS markup in which it is declared.
Constructor Summary | |
---|---|
protected |
KmlFeatureData()
This is created from an event. |
Method Summary | |
---|---|
KmlAuthor |
getAuthor()
The feature's |
String |
getDescription()
The feature's |
String |
getId()
The feature's |
String |
getInfoWindowHtml()
The feature's balloon styled text, if set. |
String |
getName()
The feature's |
String |
getSnippet()
The feature's |
String |
getToString()
get to this object json string |
static KmlFeatureData |
newInstance()
this is created from an event |
void |
setAuthor(KmlAuthor author)
The feature's |
void |
setDescription(String description)
The feature's |
void |
setId(String id)
The feature's |
void |
setInfoWindowHtml(String infoWindowHtml)
The feature's balloon styled text, if set. |
void |
setName(String name)
The feature's |
void |
setSnippet(String snippet)
The feature's |
Methods inherited from class com.google.gwt.core.client.JavaScriptObject |
---|
cast, createArray, createFunction, createObject, equals, hashCode, toSource, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
protected KmlFeatureData()
Method Detail |
---|
public static final KmlFeatureData newInstance()
public final void setAuthor(KmlAuthor author)
author
- public final KmlAuthor getAuthor()
public final void setDescription(String description)
description
- public final String getDescription()
public final void setId(String id)
id
- public final String getId()
public final void setInfoWindowHtml(String infoWindowHtml)
infoWindowHtml
- public final String getInfoWindowHtml()
public final void setName(String name)
name
- public final String getName()
public final void setSnippet(String snippet)
snippet
- public final String getSnippet()
public final String getToString()
|
Follow us on GitHub |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |