public class KmlGroundOverlay extends KmlImageElement
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
TAG_EAST
xml tags
|
static java.lang.String |
TAG_LATLONBOX
xml tags
|
static java.lang.String |
TAG_NORTH
xml tags
|
static java.lang.String |
TAG_ROTATION
xml tags
|
static java.lang.String |
TAG_SOUTH
xml tags
|
static java.lang.String |
TAG_VIEWBOUNDSCALE
xml tags
|
static java.lang.String |
TAG_WEST
xml tags
|
TAG_HREF, TAG_ICON, TAG_NAME
TAG_ADDRESS, TAG_COORDINATES, TAG_DESCRIPTION, TAG_LINESTRING
dataSource, PROP_WRITEDATASOURCE
description, id, NULL_DATASELECTION, NULL_PROPERTIES, NULL_REQUESTPROPERTIES, parent, PROP_ICON, PROP_REQUESTER, properties
Constructor and Description |
---|
KmlGroundOverlay()
ctor
|
KmlGroundOverlay(org.w3c.dom.Element node,
java.lang.String displayCategory,
java.lang.String baseUrl)
ctor
|
Modifier and Type | Method and Description |
---|---|
visad.Data |
getData(JsonDataSource dataSource,
java.lang.Object loadId)
get the json data
|
visad.Data |
getData(KmlDataSource dataSource,
java.lang.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.
|
getBaseUrl, getHref, getHref, getImage, getImage, setBaseUrl, setHref
getCategories, getName, setName
addDataChangeListener, basicallyEquals, cloneMe, equals, getAllDateTimes, getAllLevels, getData, getDataSource, getDataSources, getFinalDataChoices, getFullDescription, getSelectedDateTimes, hashCode, initAfterUnPersistence, removeDataChangeListener, setDataSource
addCategory, addCurrentName, addParamNameToCategories, cloneDataChoices, createClone, getAllLevels, getCurrentNames, getData, getData, getDataCategories, getDataCategories, getDataSelection, getDescription, getDisplayCategory, getFixedRequestProperties, getForUser, getId, getIndexedName, getParent, getProperties, getProperty, getProperty, getProperty, getStringId, isEndUserFormula, mergeRequestProperties, setCategories, setDataCategories, setDataSelection, setDescription, setFixedRequestProperties, setId, setLevelSelection, setObjectProperty, setParent, setProperties, setProperty, setProperty, setTimeSelection, toString
public static final java.lang.String TAG_VIEWBOUNDSCALE
public static final java.lang.String TAG_LATLONBOX
public static final java.lang.String TAG_NORTH
public static final java.lang.String TAG_SOUTH
public static final java.lang.String TAG_EAST
public static final java.lang.String TAG_WEST
public static final java.lang.String TAG_ROTATION
public KmlGroundOverlay()
public KmlGroundOverlay(org.w3c.dom.Element node, java.lang.String displayCategory, java.lang.String baseUrl)
node
- kml nodedisplayCategory
- display categorybaseUrl
- url of the kml docpublic visad.Data getData(KmlDataSource dataSource, java.lang.Object loadId) throws visad.VisADException, java.rmi.RemoteException
public visad.Data getData(JsonDataSource dataSource, java.lang.Object loadId) throws visad.VisADException, java.rmi.RemoteException
public 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()