|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.animation.AGImportPathOptions
public class AGImportPathOptions
COM Class 'AGImportPathOptions'. Generated 3/19/2015 1:20:41 PM from 'C:\ArcGIS\COM\esriAnimation.olb'
Description '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 |
---|
Fields inherited from interface com.esri.arcgis.animation.IAGImportPathOptions |
---|
IID, IIDa5f484f6_9e72_4a6b_9464_e6f7be897b13, xxDummy |
Constructor Summary | |
---|---|
AGImportPathOptions()
Constructs a AGImportPathOptions using ArcGIS Engine. |
|
AGImportPathOptions(java.lang.Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. AGImportPathOptions theAGImportPathOptions = (AGImportPathOptions) obj; |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
Compare this object with another |
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. |
static java.lang.String |
getClsid()
getClsid. |
int |
getConversionType()
The type of import conversion. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
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. |
int |
hashCode()
the hashcode for this object |
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 |
release()
Release a AGImportPathOptions. |
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. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AGImportPathOptions() throws java.io.IOException, java.net.UnknownHostException
java.io.IOException
- if there are interop problems
java.net.UnknownHostException
- if there are interop problemspublic AGImportPathOptions(java.lang.Object obj) throws java.io.IOException
AGImportPathOptions theAGImportPathOptions = (AGImportPathOptions) obj;
obj
to AGImportPathOptions
.
obj
- an object returned from ArcGIS Engine or Server
java.io.IOException
- if there are interop problemsMethod Detail |
---|
public static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch
in interface com.esri.arcgis.interop.RemoteObjRef
public void release()
release
in interface com.esri.arcgis.interop.RemoteObjRef
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 |