|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.unidata.data.gis.KmlInfo
ucar.unidata.data.gis.KmlImageElement
public abstract class KmlImageElement
Class KmlImageElement represents a ground overlay in KML
| Field Summary | |
|---|---|
static String |
TAG_HREF
xml tags |
static String |
TAG_ICON
xml tags |
static String |
TAG_NAME
xml tags |
| Fields inherited from class ucar.unidata.data.gis.KmlInfo |
|---|
TAG_ADDRESS, TAG_COORDINATES, TAG_DESCRIPTION, TAG_LINESTRING |
| Constructor Summary | |
|---|---|
KmlImageElement()
ctor |
|
KmlImageElement(Element node,
String displayCategory,
String baseUrl)
ctor |
|
| Method Summary | |
|---|---|
String |
getBaseUrl()
Get the BaseUrl property. |
String |
getHref()
Get the Href property. |
static String |
getHref(Element node)
Find the href element |
Image |
getImage(KmlDataSource dataSource)
get the image data |
void |
setBaseUrl(String value)
Set the BaseUrl property. |
void |
setHref(String value)
Set the Href property. |
| Methods inherited from class ucar.unidata.data.gis.KmlInfo |
|---|
getCategories, getData, getName, setName |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String TAG_ICON
public static final String TAG_NAME
public static final String TAG_HREF
| Constructor Detail |
|---|
public KmlImageElement()
public KmlImageElement(Element node,
String displayCategory,
String baseUrl)
node - kml nodedisplayCategory - display categorybaseUrl - url of the kml doc| Method Detail |
|---|
public static String getHref(Element node)
node - node
public Image getImage(KmlDataSource dataSource)
throws VisADException,
RemoteException
dataSource - data source
RemoteException - On badness
VisADException - On badnesspublic void setHref(String value)
value - The new value for Hrefpublic String getHref()
public void setBaseUrl(String value)
value - The new value for BaseUrlpublic String getBaseUrl()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||