|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectJavaScriptObject
com.google.maps.gwt.client.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. THIS SOURCE CODE IS GENERATED, DO NOT MODIFY
Constructor Summary | |
---|---|
protected |
KmlFeatureData()
Protected constructor avoids default public constructor. |
Method Summary | |
---|---|
KmlAuthor |
getAuthor()
The feature's <atom:author>
, extracted from the layer markup (if specified). |
java.lang.String |
getDescription()
The feature's <description>
, extracted from the layer markup. |
java.lang.String |
getId()
The feature's <id>
, extracted from the layer markup. |
java.lang.String |
getInfoWindowHtml()
The feature's balloon styled text, if set. |
java.lang.String |
getName()
The feature's <name>
, extracted from the layer markup. |
java.lang.String |
getSnippet()
The feature's <Snippet>
, extracted from the layer markup. |
void |
setAuthor(KmlAuthor author)
The feature's <atom:author>
, extracted from the layer markup (if specified). |
void |
setDescription(java.lang.String description)
The feature's <description>
, extracted from the layer markup. |
void |
setId(java.lang.String id)
The feature's <id>
, extracted from the layer markup. |
void |
setInfoWindowHtml(java.lang.String infoWindowHtml)
The feature's balloon styled text, if set. |
void |
setName(java.lang.String name)
The feature's <name>
, extracted from the layer markup. |
void |
setSnippet(java.lang.String snippet)
The feature's <Snippet>
, extracted from the layer markup. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected KmlFeatureData()
Method Detail |
---|
public final KmlAuthor getAuthor()
<atom:author>
, extracted from the layer markup (if specified).
public final java.lang.String getDescription()
<description>
, extracted from the layer markup.
public final java.lang.String getId()
<id>
, extracted from the layer markup. If no
<id>
has been specified, a unique ID will be generated for this feature.
public final java.lang.String getInfoWindowHtml()
public final java.lang.String getName()
<name>
, extracted from the layer markup.
public final java.lang.String getSnippet()
<Snippet>
, extracted from the layer markup.
public final void setAuthor(KmlAuthor author)
<atom:author>
, extracted from the layer markup (if specified).
public final void setDescription(java.lang.String description)
<description>
, extracted from the layer markup.
public final void setId(java.lang.String id)
<id>
, extracted from the layer markup. If no
<id>
has been specified, a unique ID will be generated for this feature.
public final void setInfoWindowHtml(java.lang.String infoWindowHtml)
public final void setName(java.lang.String name)
<name>
, extracted from the layer markup.
public final void setSnippet(java.lang.String snippet)
<Snippet>
, extracted from the layer markup.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |