|
||||||||||
| 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.KmlPhotoOverlay
public class KmlPhotoOverlay
Class KmlPhotoOverlay represents a photo overlay in KML
| Field Summary | |
|---|---|
static String |
TAG_ALTITUDE
|
static String |
TAG_BOTTOMFOV
|
static String |
TAG_CAMERA
|
static String |
TAG_HEADING
|
static String |
TAG_LATITUDE
|
static String |
TAG_LEFTFOV
|
static String |
TAG_LONGITUDE
|
static String |
TAG_NEAR
xml tags |
static String |
TAG_RIGHTFOV
|
static String |
TAG_ROLL
|
static String |
TAG_ROTATION
xml tags |
static String |
TAG_TILT
|
static String |
TAG_TOPFOV
|
static String |
TAG_VIEWVOLUME
|
| 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 | |
|---|---|
KmlPhotoOverlay()
ctor |
|
KmlPhotoOverlay(Element node,
String displayCategory,
String baseUrl)
ctor |
|
| Method Summary | |
|---|---|
double |
getAltitude()
Get the Altitude property. |
double |
getBottomFov()
Get the BottomFov property. |
Data |
getData(KmlDataSource dataSource,
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. |
| 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_NEAR
public static final String TAG_CAMERA
public static final String TAG_LONGITUDE
public static final String TAG_LATITUDE
public static final String TAG_ALTITUDE
public static final String TAG_HEADING
public static final String TAG_TILT
public static final String TAG_ROLL
public static final String TAG_VIEWVOLUME
public static final String TAG_LEFTFOV
public static final String TAG_RIGHTFOV
public static final String TAG_BOTTOMFOV
public static final String TAG_TOPFOV
public static final String TAG_ROTATION
| Constructor Detail |
|---|
public KmlPhotoOverlay()
public KmlPhotoOverlay(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 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()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||