public class KmlPhotoOverlay extends KmlImageElement
| Modifier and Type | Field and Description | 
|---|---|
static java.lang.String | 
TAG_ALTITUDE  | 
static java.lang.String | 
TAG_BOTTOMFOV  | 
static java.lang.String | 
TAG_CAMERA  | 
static java.lang.String | 
TAG_HEADING  | 
static java.lang.String | 
TAG_LATITUDE  | 
static java.lang.String | 
TAG_LEFTFOV  | 
static java.lang.String | 
TAG_LONGITUDE  | 
static java.lang.String | 
TAG_NEAR
xml tags 
 | 
static java.lang.String | 
TAG_RIGHTFOV  | 
static java.lang.String | 
TAG_ROLL  | 
static java.lang.String | 
TAG_ROTATION
xml tags 
 | 
static java.lang.String | 
TAG_TILT  | 
static java.lang.String | 
TAG_TOPFOV  | 
static java.lang.String | 
TAG_VIEWVOLUME  | 
TAG_HREF, TAG_ICON, TAG_NAMETAG_ADDRESS, TAG_COORDINATES, TAG_DESCRIPTION, TAG_LINESTRINGdataSource, PROP_WRITEDATASOURCEdescription, id, NULL_DATASELECTION, NULL_PROPERTIES, NULL_REQUESTPROPERTIES, parent, PROP_ICON, PROP_REQUESTER, properties| Constructor and Description | 
|---|
KmlPhotoOverlay()
ctor 
 | 
KmlPhotoOverlay(org.w3c.dom.Element node,
               java.lang.String displayCategory,
               java.lang.String baseUrl)
ctor 
 | 
| Modifier and Type | Method and Description | 
|---|---|
double | 
getAltitude()
Get the Altitude property. 
 | 
double | 
getBottomFov()
Get the BottomFov property. 
 | 
visad.Data | 
getData(KmlDataSource dataSource,
       java.lang.Object loadId)
get the image data 
 | 
double | 
getHeading()
Get the Heading property. 
 | 
double | 
getLatitude()
Get the Latitude property. 
 | 
double | 
getLeftFov()
Get the LeftFov property. 
 | 
double | 
getLongitude()
Get the Longitude property. 
 | 
double | 
getNear()
Get the Near property. 
 | 
double | 
getRightFov()
Get the RightFov property. 
 | 
double | 
getRoll()
Get the Roll property. 
 | 
double | 
getRotation()
Get the Rotation property. 
 | 
double | 
getTilt()
Get the Tilt property. 
 | 
double | 
getTopFov()
Get the TopFov property. 
 | 
void | 
setAltitude(double value)
Set the Altitude property. 
 | 
void | 
setBottomFov(double value)
Set the BottomFov property. 
 | 
void | 
setHeading(double value)
Set the Heading property. 
 | 
void | 
setLatitude(double value)
Set the Latitude property. 
 | 
void | 
setLeftFov(double value)
Set the LeftFov property. 
 | 
void | 
setLongitude(double value)
Set the Longitude property. 
 | 
void | 
setNear(double value)
Set the Near property. 
 | 
void | 
setRightFov(double value)
Set the RightFov property. 
 | 
void | 
setRoll(double value)
Set the Roll property. 
 | 
void | 
setRotation(double value)
Set the Rotation property. 
 | 
void | 
setTilt(double value)
Set the Tilt property. 
 | 
void | 
setTopFov(double value)
Set the TopFov property. 
 | 
getBaseUrl, getHref, getHref, getImage, setBaseUrl, setHrefgetCategories, getName, setNameaddDataChangeListener, basicallyEquals, cloneMe, equals, getAllDateTimes, getAllLevels, getData, getDataSource, getDataSources, getFinalDataChoices, getFullDescription, getSelectedDateTimes, hashCode, initAfterUnPersistence, removeDataChangeListener, setDataSourceaddCategory, 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, toStringpublic static final java.lang.String TAG_NEAR
public static final java.lang.String TAG_CAMERA
public static final java.lang.String TAG_LONGITUDE
public static final java.lang.String TAG_LATITUDE
public static final java.lang.String TAG_ALTITUDE
public static final java.lang.String TAG_HEADING
public static final java.lang.String TAG_TILT
public static final java.lang.String TAG_ROLL
public static final java.lang.String TAG_VIEWVOLUME
public static final java.lang.String TAG_LEFTFOV
public static final java.lang.String TAG_RIGHTFOV
public static final java.lang.String TAG_BOTTOMFOV
public static final java.lang.String TAG_TOPFOV
public static final java.lang.String TAG_ROTATION
public KmlPhotoOverlay()
public KmlPhotoOverlay(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 void setRotation(double value)
value - The new value for Rotationpublic double getRotation()
public void setLongitude(double value)
value - The new value for Longitudepublic double getLongitude()
public void setLatitude(double value)
value - The new value for Latitudepublic double getLatitude()
public void setAltitude(double value)
value - The new value for Altitudepublic double getAltitude()
public void setTilt(double value)
value - The new value for Tiltpublic double getTilt()
public void setRoll(double value)
value - The new value for Rollpublic double getRoll()
public void setHeading(double value)
value - The new value for Headingpublic double getHeading()
public void setNear(double value)
value - The new value for Nearpublic double getNear()
public void setLeftFov(double value)
value - The new value for LeftFovpublic double getLeftFov()
public void setRightFov(double value)
value - The new value for RightFovpublic double getRightFov()
public void setBottomFov(double value)
value - The new value for BottomFovpublic double getBottomFov()
public void setTopFov(double value)
value - The new value for TopFovpublic double getTopFov()