|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IAGImportPathOptions
COM Interface 'IAGImportPathOptions'. Generated 3/19/2015 1:20:51 PM from 'C:\ArcGIS\COM\esriAnimation.olb'
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 =
| Field Summary | |
|---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IIDa5f484f6_9e72_4a6b_9464_e6f7be897b13
|
static int |
xxDummy
Deprecated. Internal use only |
| Method Summary | |
|---|---|
void |
getAngleCalculationMethods(int[] pAzimuthMethod,
int[] pInclinationMethod,
int[] pRollMethod)
The options for angle calculation. |
void |
getAngleCalculationValues(double[] pAzimuthValue,
double[] pInclinationValue,
double[] pRollValue)
The values for angle calculation (angles in degrees). |
java.lang.Object |
getAnimatedObject()
The object to be animated (if any). |
IAGAnimationEnvironment |
getAnimationEnvironment()
The animation environment. |
IAGAnimationTracks |
getAnimationTracks()
The animation track container. |
IAGAnimationType |
getAnimationType()
The type of animation. |
IBasicMap |
getBasicMap()
The basic map. |
int |
getConversionType()
The type of import conversion. |
double |
getLookaheadFactor()
The lookahead factor (0.0-1.0). |
IGeometry |
getPathGeometry()
The original path geometry. |
double |
getRollFactor()
The roll factor. |
double |
getSimplificationFactor()
The path simplification factor (0.0-100.0). |
java.lang.String |
getTrackName()
The name of the track to be created. |
double |
getVerticalOffset()
The vertical offset in meters to be applied to the path geometry. |
boolean |
isOverwriteExisting()
Indicates whether to overwrite option. |
boolean |
isReversePath()
Indicates whether to reverse the path. |
void |
putAngleCalculationMethods(int azimuthMethod,
int inclinationMethod,
int rollMethod)
The options for angle calculation. |
void |
putAngleCalculationValues(double azimuthValue,
double inclinationValue,
double rollValue)
The values for angle calculation (angles in degrees). |
void |
setAnimatedObjectByRef(java.lang.Object ppAnimObj)
The object to be animated (if any). |
void |
setAnimationEnvironmentByRef(IAGAnimationEnvironment ppEnvironment)
The animation environment. |
void |
setAnimationTracksByRef(IAGAnimationTracks ppTracks)
The animation track container. |
void |
setAnimationTypeByRef(IAGAnimationType ppAnimType)
The type of animation. |
void |
setBasicMapByRef(IBasicMap ppMap)
The basic map. |
void |
setConversionType(int pConversionType)
The type of import conversion. |
void |
setLookaheadFactor(double pLookaheadFactor)
The lookahead factor (0.0-1.0). |
void |
setOverwriteExisting(boolean pbOverwrite)
Indicates whether to overwrite option. |
void |
setPathGeometry(IGeometry ppPathGeometry)
The original path geometry. |
void |
setReversePath(boolean pbReverse)
Indicates whether to reverse the path. |
void |
setRollFactor(double pRollFactor)
The roll factor. |
void |
setSimplificationFactor(double pSimplFactor)
The path simplification factor (0.0-100.0). |
void |
setTrackName(java.lang.String pTrackName)
The name of the track to be created. |
void |
setVerticalOffset(double pElevOffsetMeters)
The vertical offset in meters to be applied to the path geometry. |
| Field Detail |
|---|
static final int IIDa5f484f6_9e72_4a6b_9464_e6f7be897b13
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
IBasicMap getBasicMap()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setBasicMapByRef(IBasicMap ppMap)
throws java.io.IOException,
AutomationException
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.
IAGAnimationTracks getAnimationTracks()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setAnimationTracksByRef(IAGAnimationTracks ppTracks)
throws java.io.IOException,
AutomationException
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.
IAGAnimationEnvironment getAnimationEnvironment()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setAnimationEnvironmentByRef(IAGAnimationEnvironment ppEnvironment)
throws java.io.IOException,
AutomationException
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.
IAGAnimationType getAnimationType()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setAnimationTypeByRef(IAGAnimationType ppAnimType)
throws java.io.IOException,
AutomationException
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.
IGeometry getPathGeometry()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setPathGeometry(IGeometry ppPathGeometry)
throws java.io.IOException,
AutomationException
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.
double getVerticalOffset()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setVerticalOffset(double pElevOffsetMeters)
throws java.io.IOException,
AutomationException
pElevOffsetMeters - The pElevOffsetMeters (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.Object getAnimatedObject()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setAnimatedObjectByRef(java.lang.Object ppAnimObj)
throws java.io.IOException,
AutomationException
ppAnimObj - A reference to another Object (IUnknown) (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getConversionType()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setConversionType(int pConversionType)
throws java.io.IOException,
AutomationException
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.
boolean isReversePath()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setReversePath(boolean pbReverse)
throws java.io.IOException,
AutomationException
pbReverse - The pbReverse (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getSimplificationFactor()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setSimplificationFactor(double pSimplFactor)
throws java.io.IOException,
AutomationException
pSimplFactor - The pSimplFactor (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getLookaheadFactor()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setLookaheadFactor(double pLookaheadFactor)
throws java.io.IOException,
AutomationException
pLookaheadFactor - The pLookaheadFactor (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void getAngleCalculationMethods(int[] pAzimuthMethod,
int[] pInclinationMethod,
int[] pRollMethod)
throws java.io.IOException,
AutomationException
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.
void putAngleCalculationMethods(int azimuthMethod,
int inclinationMethod,
int rollMethod)
throws java.io.IOException,
AutomationException
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.
void getAngleCalculationValues(double[] pAzimuthValue,
double[] pInclinationValue,
double[] pRollValue)
throws java.io.IOException,
AutomationException
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.
void putAngleCalculationValues(double azimuthValue,
double inclinationValue,
double rollValue)
throws java.io.IOException,
AutomationException
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.
double getRollFactor()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setRollFactor(double pRollFactor)
throws java.io.IOException,
AutomationException
pRollFactor - The pRollFactor (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isOverwriteExisting()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setOverwriteExisting(boolean pbOverwrite)
throws java.io.IOException,
AutomationException
pbOverwrite - The pbOverwrite (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getTrackName()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setTrackName(java.lang.String pTrackName)
throws java.io.IOException,
AutomationException
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 | ||||||||