|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IARGlobe
COM Interface 'IARGlobe'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\COM\esriPublisherControls.olb'
Description: 'Provides access to members that control the ARGlobe.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
Field Summary | |
---|---|
static java.lang.String |
DISPID_1_GET_NAME
|
static java.lang.String |
DISPID_10_GET_NAME
|
static java.lang.String |
DISPID_11_GET_NAME
|
static java.lang.String |
DISPID_13_GET_NAME
|
static java.lang.String |
DISPID_13_PUT_NAME
|
static java.lang.String |
DISPID_14_NAME
|
static java.lang.String |
DISPID_15_NAME
|
static java.lang.String |
DISPID_16_NAME
|
static java.lang.String |
DISPID_17_NAME
|
static java.lang.String |
DISPID_18_NAME
|
static java.lang.String |
DISPID_19_NAME
|
static java.lang.String |
DISPID_2_GET_NAME
|
static java.lang.String |
DISPID_20_NAME
|
static java.lang.String |
DISPID_21_NAME
|
static java.lang.String |
DISPID_22_GET_NAME
|
static java.lang.String |
DISPID_22_PUT_NAME
|
static java.lang.String |
DISPID_23_GET_NAME
|
static java.lang.String |
DISPID_23_PUT_NAME
|
static java.lang.String |
DISPID_3_NAME
|
static java.lang.String |
DISPID_4_NAME
|
static java.lang.String |
DISPID_5_GET_NAME
|
static java.lang.String |
DISPID_6_GET_NAME
|
static java.lang.String |
DISPID_7_NAME
|
static java.lang.String |
DISPID_8_GET_NAME
|
static java.lang.String |
DISPID_9_GET_NAME
|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IID9e5e80cf_2f1d_49c6_a73c_39308d1fbc61
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
void |
centerAt(double longitude,
double latitude)
Moves the observer over the specified point. |
void |
centerAtBookmark(java.lang.Object vBookmarkID)
Zooms the globe display to the bookmark. |
int |
getAnimationCount()
The number of animations in the globes's animation collection. |
java.lang.String |
getAnimationName(int index)
The name of the animation. |
IARLayer |
getARLayer(int index)
The layer at the specified index. |
int |
getARLayerCount()
The number of layers in the globe's layer collection. |
double |
getAzimuth()
The azimuth of the observer in degrees. |
int |
getBookmarkCount()
The number of bookmarks in the globe’s bookmark collection. |
java.lang.String |
getBookmarkName(int index)
The name of the bookmark. |
double |
getElevation()
The distance between observer location and globe’s surface. |
int |
getGlobeUnits()
The geographical units of the globe. |
void |
getObserverLocation(double[] longitude,
double[] latitude,
double[] elev)
Gets the current observer location. |
double |
getPitch()
The pitch of the observer in degrees. |
java.lang.String |
getSpatialReferenceName()
The name of the globe’s spatial reference. |
boolean |
getSurfacePoint(int x,
int y,
double[] longitude,
double[] latitude,
double[] elev)
Converts a point in device coordinates (typically pixels) to coordinates in latitude and longitude. |
IARFeature |
locateARFeature(int x,
int y)
Searches the globe along a ray trace, returns the first feature in the ray. |
void |
playAnimation(java.lang.Object vAnimationID)
Plays an animation. |
IARFeatureSet |
queryARFeatures(IARSearchDef pSearchDef)
Searches the globe using a search definition and returns an ARFeatureSet. |
IARFeatureCursor |
searchARFeatures(IARSearchDef pSearchDef)
Searches the globe using a search definition and returns an ARFeatureCursor. |
void |
setAzimuth(double azimuth)
The azimuth of the observer in degrees. |
void |
setElevation(double elev)
The distance between observer location and globe’s surface. |
void |
setObserverLocation(double longitude,
double latitude,
double elev)
Sets the current observer location. |
void |
setPitch(double pitch)
The pitch of the observer in degrees. |
void |
zoomToBookmark(java.lang.Object vBookmarkID)
Zooms the globe display to the bookmark. |
void |
zoomToFullExtent()
Zoom to the full extent of the globe. |
Field Detail |
---|
static final int IID9e5e80cf_2f1d_49c6_a73c_39308d1fbc61
static final int xxDummy
static final java.lang.String IID
static final java.lang.String DISPID_1_GET_NAME
static final java.lang.String DISPID_2_GET_NAME
static final java.lang.String DISPID_3_NAME
static final java.lang.String DISPID_4_NAME
static final java.lang.String DISPID_5_GET_NAME
static final java.lang.String DISPID_6_GET_NAME
static final java.lang.String DISPID_7_NAME
static final java.lang.String DISPID_8_GET_NAME
static final java.lang.String DISPID_9_GET_NAME
static final java.lang.String DISPID_10_GET_NAME
static final java.lang.String DISPID_11_GET_NAME
static final java.lang.String DISPID_13_PUT_NAME
static final java.lang.String DISPID_13_GET_NAME
static final java.lang.String DISPID_14_NAME
static final java.lang.String DISPID_15_NAME
static final java.lang.String DISPID_16_NAME
static final java.lang.String DISPID_17_NAME
static final java.lang.String DISPID_18_NAME
static final java.lang.String DISPID_19_NAME
static final java.lang.String DISPID_20_NAME
static final java.lang.String DISPID_21_NAME
static final java.lang.String DISPID_22_GET_NAME
static final java.lang.String DISPID_22_PUT_NAME
static final java.lang.String DISPID_23_GET_NAME
static final java.lang.String DISPID_23_PUT_NAME
Method Detail |
---|
int getBookmarkCount() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getBookmarkName(int index) throws java.io.IOException, AutomationException
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void zoomToBookmark(java.lang.Object vBookmarkID) throws java.io.IOException, AutomationException
vBookmarkID
- A Variant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void centerAtBookmark(java.lang.Object vBookmarkID) throws java.io.IOException, AutomationException
vBookmarkID
- A Variant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getAnimationCount() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getAnimationName(int index) throws java.io.IOException, AutomationException
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void playAnimation(java.lang.Object vAnimationID) throws java.io.IOException, AutomationException
vAnimationID
- A Variant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getARLayerCount() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IARLayer getARLayer(int index) throws java.io.IOException, AutomationException
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getSpatialReferenceName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getGlobeUnits() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setElevation(double elev) throws java.io.IOException, AutomationException
elev
- The elev (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getElevation() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void centerAt(double longitude, double latitude) throws java.io.IOException, AutomationException
longitude
- The longitude (in)latitude
- The latitude (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean getSurfacePoint(int x, int y, double[] longitude, double[] latitude, double[] elev) throws java.io.IOException, AutomationException
x
- The x (in)y
- The y (in)longitude
- The longitude (in/out: use single element array)latitude
- The latitude (in/out: use single element array)elev
- The elev (in/out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void zoomToFullExtent() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IARFeatureSet queryARFeatures(IARSearchDef pSearchDef) throws java.io.IOException, AutomationException
pSearchDef
- A reference to a com.esri.arcgis.controls.IARSearchDef (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IARFeatureCursor searchARFeatures(IARSearchDef pSearchDef) throws java.io.IOException, AutomationException
pSearchDef
- A reference to a com.esri.arcgis.controls.IARSearchDef (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IARFeature locateARFeature(int x, int y) throws java.io.IOException, AutomationException
x
- The x (in)y
- The y (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setObserverLocation(double longitude, double latitude, double elev) throws java.io.IOException, AutomationException
longitude
- The longitude (in)latitude
- The latitude (in)elev
- The elev (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void getObserverLocation(double[] longitude, double[] latitude, double[] elev) throws java.io.IOException, AutomationException
longitude
- The longitude (in/out: use single element array)latitude
- The latitude (in/out: use single element array)elev
- The elev (in/out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getPitch() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setPitch(double pitch) throws java.io.IOException, AutomationException
pitch
- The pitch (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getAzimuth() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAzimuth(double azimuth) throws java.io.IOException, AutomationException
azimuth
- The azimuth (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |