|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IOrbitalFlyTool
COM Interface 'IOrbitalFlyTool'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriControls.olb'
Description: 'Provides access to properties of the ControlsGlobeOrbitalFlyTool.' 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 |
IID
Deprecated. Internal use only |
static int |
IIDcdc74ba5_d5f9_4dd9_8433_3558744a9514
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
void |
flyToolOnly(boolean bFlyOnly)
Suppresses the pivot and zoom functionality. |
void |
getDefaultPos(int[] left,
int[] top)
The default position of the tool panel. |
boolean |
isFixedLineOfSight()
Indicates if the line of sight between the observer and target is fixed. |
boolean |
isStopAtSurface()
Indicates if the fly tool stops at the globe surface. |
void |
setDefaultPos(int left,
int top)
The default position of the tool panel. |
void |
setFixedLineOfSight(boolean bBool)
Indicates if the line of sight between the observer and target is fixed. |
void |
setStopAtSurface(boolean bBool)
Indicates if the fly tool stops at the globe surface. |
Field Detail |
---|
static final int IIDcdc74ba5_d5f9_4dd9_8433_3558744a9514
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
void setFixedLineOfSight(boolean bBool) throws java.io.IOException, AutomationException
bBool
- The bBool (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isFixedLineOfSight() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setStopAtSurface(boolean bBool) throws java.io.IOException, AutomationException
bBool
- The bBool (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isStopAtSurface() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDefaultPos(int left, int top) throws java.io.IOException, AutomationException
left
- The left (in)top
- The top (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void getDefaultPos(int[] left, int[] top) throws java.io.IOException, AutomationException
left
- The left (out: use single element array)top
- The top (out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void flyToolOnly(boolean bFlyOnly) throws java.io.IOException, AutomationException
bFlyOnly
- The bFlyOnly (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 |