|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.animation.IAGImportPathOptionsProxy
Description: 'Provides access to options of the 'import animation from path' functionality.' 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 =
public class IAGImportPathOptionsProxy
Internal use class
Field Summary | |
---|---|
boolean |
noncastable
Deprecated. |
static java.lang.Class |
targetClass
Deprecated. |
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Fields inherited from interface com.esri.arcgis.animation.IAGImportPathOptions |
---|
IID, IIDa5f484f6_9e72_4a6b_9464_e6f7be897b13 |
Constructor Summary | |
---|---|
|
IAGImportPathOptionsProxy()
Deprecated. For internal use only |
|
IAGImportPathOptionsProxy(java.lang.Object obj)
Deprecated. |
protected |
IAGImportPathOptionsProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
IAGImportPathOptionsProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
IAGImportPathOptionsProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
Method Summary | |
---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated. |
void |
getAngleCalculationMethods(int[] pAzimuthMethod,
int[] pInclinationMethod,
int[] pRollMethod)
Deprecated. The options for angle calculation. |
void |
getAngleCalculationValues(double[] pAzimuthValue,
double[] pInclinationValue,
double[] pRollValue)
Deprecated. The values for angle calculation (angles in degrees). |
java.lang.Object |
getAnimatedObject()
Deprecated. The object to be animated (if any). |
IAGAnimationEnvironment |
getAnimationEnvironment()
Deprecated. The animation environment. |
IAGAnimationTracks |
getAnimationTracks()
Deprecated. The animation track container. |
IAGAnimationType |
getAnimationType()
Deprecated. The type of animation. |
IBasicMap |
getBasicMap()
Deprecated. The basic map. |
int |
getConversionType()
Deprecated. The type of import conversion. |
double |
getLookaheadFactor()
Deprecated. The lookahead factor (0.0-1.0). |
IGeometry |
getPathGeometry()
Deprecated. The original path geometry. |
double |
getRollFactor()
Deprecated. The roll factor. |
double |
getSimplificationFactor()
Deprecated. The path simplification factor (0.0-100.0). |
java.lang.String |
getTrackName()
Deprecated. The name of the track to be created. |
double |
getVerticalOffset()
Deprecated. The vertical offset in meters to be applied to the path geometry. |
boolean |
isOverwriteExisting()
Deprecated. Indicates whether to overwrite option. |
boolean |
isReversePath()
Deprecated. Indicates whether to reverse the path. |
void |
putAngleCalculationMethods(int azimuthMethod,
int inclinationMethod,
int rollMethod)
Deprecated. The options for angle calculation. |
void |
putAngleCalculationValues(double azimuthValue,
double inclinationValue,
double rollValue)
Deprecated. The values for angle calculation (angles in degrees). |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
setAnimatedObjectByRef(java.lang.Object ppAnimObj)
Deprecated. The object to be animated (if any). |
void |
setAnimationEnvironmentByRef(IAGAnimationEnvironment ppEnvironment)
Deprecated. The animation environment. |
void |
setAnimationTracksByRef(IAGAnimationTracks ppTracks)
Deprecated. The animation track container. |
void |
setAnimationTypeByRef(IAGAnimationType ppAnimType)
Deprecated. The type of animation. |
void |
setBasicMapByRef(IBasicMap ppMap)
Deprecated. The basic map. |
void |
setConversionType(int pConversionType)
Deprecated. The type of import conversion. |
void |
setLookaheadFactor(double pLookaheadFactor)
Deprecated. The lookahead factor (0.0-1.0). |
void |
setOverwriteExisting(boolean pbOverwrite)
Deprecated. Indicates whether to overwrite option. |
void |
setPathGeometry(IGeometry ppPathGeometry)
Deprecated. The original path geometry. |
void |
setReversePath(boolean pbReverse)
Deprecated. Indicates whether to reverse the path. |
void |
setRollFactor(double pRollFactor)
Deprecated. The roll factor. |
void |
setSimplificationFactor(double pSimplFactor)
Deprecated. The path simplification factor (0.0-100.0). |
void |
setTrackName(java.lang.String pTrackName)
Deprecated. The name of the track to be created. |
void |
setVerticalOffset(double pElevOffsetMeters)
Deprecated. The vertical offset in meters to be applied to the path geometry. |
Methods inherited from class com.esri.arcgis.interop.Dispatch |
---|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.Class targetClass
public boolean noncastable
Constructor Detail |
---|
public IAGImportPathOptionsProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.net.UnknownHostException, java.io.IOException
java.net.UnknownHostException
java.io.IOException
public IAGImportPathOptionsProxy()
public IAGImportPathOptionsProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IAGImportPathOptionsProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IAGImportPathOptionsProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
addListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public IBasicMap getBasicMap() throws java.io.IOException, AutomationException
getBasicMap
in interface IAGImportPathOptions
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setBasicMapByRef(IBasicMap ppMap) throws java.io.IOException, AutomationException
setBasicMapByRef
in interface IAGImportPathOptions
ppMap
- A reference to a com.esri.arcgis.carto.IBasicMap (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IAGAnimationTracks getAnimationTracks() throws java.io.IOException, AutomationException
getAnimationTracks
in interface IAGImportPathOptions
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setAnimationTracksByRef(IAGAnimationTracks ppTracks) throws java.io.IOException, AutomationException
setAnimationTracksByRef
in interface IAGImportPathOptions
ppTracks
- A reference to a com.esri.arcgis.animation.IAGAnimationTracks (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IAGAnimationEnvironment getAnimationEnvironment() throws java.io.IOException, AutomationException
getAnimationEnvironment
in interface IAGImportPathOptions
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setAnimationEnvironmentByRef(IAGAnimationEnvironment ppEnvironment) throws java.io.IOException, AutomationException
setAnimationEnvironmentByRef
in interface IAGImportPathOptions
ppEnvironment
- A reference to a com.esri.arcgis.animation.IAGAnimationEnvironment (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IAGAnimationType getAnimationType() throws java.io.IOException, AutomationException
getAnimationType
in interface IAGImportPathOptions
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setAnimationTypeByRef(IAGAnimationType ppAnimType) throws java.io.IOException, AutomationException
setAnimationTypeByRef
in interface IAGImportPathOptions
ppAnimType
- A reference to a com.esri.arcgis.animation.IAGAnimationType (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGeometry getPathGeometry() throws java.io.IOException, AutomationException
getPathGeometry
in interface IAGImportPathOptions
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setPathGeometry(IGeometry ppPathGeometry) throws java.io.IOException, AutomationException
setPathGeometry
in interface IAGImportPathOptions
ppPathGeometry
- A reference to a com.esri.arcgis.geometry.IGeometry (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getVerticalOffset() throws java.io.IOException, AutomationException
getVerticalOffset
in interface IAGImportPathOptions
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setVerticalOffset(double pElevOffsetMeters) throws java.io.IOException, AutomationException
setVerticalOffset
in interface IAGImportPathOptions
pElevOffsetMeters
- The pElevOffsetMeters (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.Object getAnimatedObject() throws java.io.IOException, AutomationException
getAnimatedObject
in interface IAGImportPathOptions
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setAnimatedObjectByRef(java.lang.Object ppAnimObj) throws java.io.IOException, AutomationException
setAnimatedObjectByRef
in interface IAGImportPathOptions
ppAnimObj
- A reference to another Object (IUnknown) (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getConversionType() throws java.io.IOException, AutomationException
getConversionType
in interface IAGImportPathOptions
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setConversionType(int pConversionType) throws java.io.IOException, AutomationException
setConversionType
in interface IAGImportPathOptions
pConversionType
- A com.esri.arcgis.animation.esriFlyFromPathType constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isReversePath() throws java.io.IOException, AutomationException
isReversePath
in interface IAGImportPathOptions
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setReversePath(boolean pbReverse) throws java.io.IOException, AutomationException
setReversePath
in interface IAGImportPathOptions
pbReverse
- The pbReverse (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getSimplificationFactor() throws java.io.IOException, AutomationException
getSimplificationFactor
in interface IAGImportPathOptions
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSimplificationFactor(double pSimplFactor) throws java.io.IOException, AutomationException
setSimplificationFactor
in interface IAGImportPathOptions
pSimplFactor
- The pSimplFactor (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getLookaheadFactor() throws java.io.IOException, AutomationException
getLookaheadFactor
in interface IAGImportPathOptions
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setLookaheadFactor(double pLookaheadFactor) throws java.io.IOException, AutomationException
setLookaheadFactor
in interface IAGImportPathOptions
pLookaheadFactor
- The pLookaheadFactor (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void getAngleCalculationMethods(int[] pAzimuthMethod, int[] pInclinationMethod, int[] pRollMethod) throws java.io.IOException, AutomationException
getAngleCalculationMethods
in interface IAGImportPathOptions
pAzimuthMethod
- A com.esri.arcgis.animation.esriPathAngleCalculation constant (out: use single element array)pInclinationMethod
- A com.esri.arcgis.animation.esriPathAngleCalculation constant (out: use single element array)pRollMethod
- A com.esri.arcgis.animation.esriPathAngleCalculation constant (out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void putAngleCalculationMethods(int azimuthMethod, int inclinationMethod, int rollMethod) throws java.io.IOException, AutomationException
putAngleCalculationMethods
in interface IAGImportPathOptions
azimuthMethod
- A com.esri.arcgis.animation.esriPathAngleCalculation constant (in)inclinationMethod
- A com.esri.arcgis.animation.esriPathAngleCalculation constant (in)rollMethod
- A com.esri.arcgis.animation.esriPathAngleCalculation constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void getAngleCalculationValues(double[] pAzimuthValue, double[] pInclinationValue, double[] pRollValue) throws java.io.IOException, AutomationException
getAngleCalculationValues
in interface IAGImportPathOptions
pAzimuthValue
- The pAzimuthValue (out: use single element array)pInclinationValue
- The pInclinationValue (out: use single element array)pRollValue
- The pRollValue (out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void putAngleCalculationValues(double azimuthValue, double inclinationValue, double rollValue) throws java.io.IOException, AutomationException
putAngleCalculationValues
in interface IAGImportPathOptions
azimuthValue
- The azimuthValue (in)inclinationValue
- The inclinationValue (in)rollValue
- The rollValue (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getRollFactor() throws java.io.IOException, AutomationException
getRollFactor
in interface IAGImportPathOptions
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setRollFactor(double pRollFactor) throws java.io.IOException, AutomationException
setRollFactor
in interface IAGImportPathOptions
pRollFactor
- The pRollFactor (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isOverwriteExisting() throws java.io.IOException, AutomationException
isOverwriteExisting
in interface IAGImportPathOptions
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setOverwriteExisting(boolean pbOverwrite) throws java.io.IOException, AutomationException
setOverwriteExisting
in interface IAGImportPathOptions
pbOverwrite
- The pbOverwrite (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getTrackName() throws java.io.IOException, AutomationException
getTrackName
in interface IAGImportPathOptions
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setTrackName(java.lang.String pTrackName) throws java.io.IOException, AutomationException
setTrackName
in interface IAGImportPathOptions
pTrackName
- The pTrackName (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 |