|
||||||||||
| 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
ucar.unidata.data.gis.KmlGroundOverlay
public class KmlGroundOverlay
Class KmlGroundOverlay represents a ground overlay in KML
| Field Summary | |
|---|---|
static String |
TAG_EAST
xml tags |
static String |
TAG_LATLONBOX
xml tags |
static String |
TAG_NORTH
xml tags |
static String |
TAG_ROTATION
xml tags |
static String |
TAG_SOUTH
xml tags |
static String |
TAG_VIEWBOUNDSCALE
xml tags |
static String |
TAG_WEST
xml tags |
| Fields inherited from class ucar.unidata.data.gis.KmlImageElement |
|---|
TAG_HREF, TAG_ICON, TAG_NAME |
| Fields inherited from class ucar.unidata.data.gis.KmlInfo |
|---|
TAG_ADDRESS, TAG_COORDINATES, TAG_DESCRIPTION, TAG_LINESTRING |
| Constructor Summary | |
|---|---|
KmlGroundOverlay()
ctor |
|
KmlGroundOverlay(Element node,
String displayCategory,
String baseUrl)
ctor |
|
| Method Summary | |
|---|---|
Data |
getData(KmlDataSource dataSource,
Object loadId)
get the image data |
double |
getEast()
Get the East property. |
double |
getNorth()
Get the North property. |
double |
getRotation()
Get the Rotation property. |
double |
getSouth()
Get the South property. |
double |
getViewBoundScale()
Get the ViewBoundScale property. |
double |
getWest()
Get the West property. |
void |
setEast(double value)
Set the East property. |
void |
setNorth(double value)
Set the North property. |
void |
setRotation(double value)
Set the Rotation property. |
void |
setSouth(double value)
Set the South property. |
void |
setViewBoundScale(double value)
Set the ViewBoundScale property. |
void |
setWest(double value)
Set the West property. |
| Methods inherited from class ucar.unidata.data.gis.KmlImageElement |
|---|
getBaseUrl, getHref, getHref, getImage, setBaseUrl, setHref |
| Methods inherited from class ucar.unidata.data.gis.KmlInfo |
|---|
getCategories, 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_VIEWBOUNDSCALE
public static final String TAG_LATLONBOX
public static final String TAG_NORTH
public static final String TAG_SOUTH
public static final String TAG_EAST
public static final String TAG_WEST
public static final String TAG_ROTATION
| Constructor Detail |
|---|
public KmlGroundOverlay()
public KmlGroundOverlay(Element node,
String displayCategory,
String baseUrl)
node - kml nodedisplayCategory - display categorybaseUrl - url of the kml doc| Method Detail |
|---|
public Data getData(KmlDataSource dataSource,
Object loadId)
throws VisADException,
RemoteException
getData in class KmlInfodataSource - data sourceloadId - for loading
RemoteException - On badness
VisADException - On badnesspublic void setViewBoundScale(double value)
value - The new value for ViewBoundScalepublic double getViewBoundScale()
public void setRotation(double value)
value - The new value for Rotationpublic double getRotation()
public void setNorth(double value)
value - The new value for Northpublic double getNorth()
public void setSouth(double value)
value - The new value for Southpublic double getSouth()
public void setEast(double value)
value - The new value for Eastpublic double getEast()
public void setWest(double value)
value - The new value for Westpublic double getWest()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||