com.esri.arcgis.animation
Class AGImportPathOptions

java.lang.Object
  extended by com.esri.arcgis.animation.AGImportPathOptions
All Implemented Interfaces:
IAGImportPathOptions, com.esri.arcgis.interop.RemoteObjRef, java.io.Serializable

public class AGImportPathOptions
extends java.lang.Object
implements com.esri.arcgis.interop.RemoteObjRef, IAGImportPathOptions

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 =

See Also:
Serialized Form

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

AGImportPathOptions

public AGImportPathOptions()
                    throws java.io.IOException,
                           java.net.UnknownHostException
Constructs a AGImportPathOptions using ArcGIS Engine.

Throws:
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems

AGImportPathOptions

public AGImportPathOptions(java.lang.Object obj)
                    throws java.io.IOException
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
AGImportPathOptions theAGImportPathOptions = (AGImportPathOptions) obj;

Construct a AGImportPathOptions using a reference to such an object returned from ArcGIS Engine or Server. This is semantically equivalent to casting obj to AGImportPathOptions.

Parameters:
obj - an object returned from ArcGIS Engine or Server
Throws:
java.io.IOException - if there are interop problems
Method Detail

getClsid

public static java.lang.String getClsid()
getClsid.


equals

public boolean equals(java.lang.Object o)
Compare this object with another

Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
the hashcode for this object

Overrides:
hashCode in class java.lang.Object

getJintegraDispatch

public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
Deprecated. Internal use only.

Specified by:
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRef

release

public void release()
Release a AGImportPathOptions.

Specified by:
release in interface com.esri.arcgis.interop.RemoteObjRef

getBasicMap

public IBasicMap getBasicMap()
                      throws java.io.IOException,
                             AutomationException
The basic map.

Specified by:
getBasicMap in interface IAGImportPathOptions
Returns:
A reference to a com.esri.arcgis.carto.IBasicMap
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setBasicMapByRef

public void setBasicMapByRef(IBasicMap ppMap)
                      throws java.io.IOException,
                             AutomationException
The basic map.

Specified by:
setBasicMapByRef in interface IAGImportPathOptions
Parameters:
ppMap - A reference to a com.esri.arcgis.carto.IBasicMap (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getAnimationTracks

public IAGAnimationTracks getAnimationTracks()
                                      throws java.io.IOException,
                                             AutomationException
The animation track container.

Specified by:
getAnimationTracks in interface IAGImportPathOptions
Returns:
A reference to a com.esri.arcgis.animation.IAGAnimationTracks
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setAnimationTracksByRef

public void setAnimationTracksByRef(IAGAnimationTracks ppTracks)
                             throws java.io.IOException,
                                    AutomationException
The animation track container.

Specified by:
setAnimationTracksByRef in interface IAGImportPathOptions
Parameters:
ppTracks - A reference to a com.esri.arcgis.animation.IAGAnimationTracks (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getAnimationEnvironment

public IAGAnimationEnvironment getAnimationEnvironment()
                                                throws java.io.IOException,
                                                       AutomationException
The animation environment.

Specified by:
getAnimationEnvironment in interface IAGImportPathOptions
Returns:
A reference to a com.esri.arcgis.animation.IAGAnimationEnvironment
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setAnimationEnvironmentByRef

public void setAnimationEnvironmentByRef(IAGAnimationEnvironment ppEnvironment)
                                  throws java.io.IOException,
                                         AutomationException
The animation environment.

Specified by:
setAnimationEnvironmentByRef in interface IAGImportPathOptions
Parameters:
ppEnvironment - A reference to a com.esri.arcgis.animation.IAGAnimationEnvironment (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getAnimationType

public IAGAnimationType getAnimationType()
                                  throws java.io.IOException,
                                         AutomationException
The type of animation.

Specified by:
getAnimationType in interface IAGImportPathOptions
Returns:
A reference to a com.esri.arcgis.animation.IAGAnimationType
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setAnimationTypeByRef

public void setAnimationTypeByRef(IAGAnimationType ppAnimType)
                           throws java.io.IOException,
                                  AutomationException
The type of animation.

Specified by:
setAnimationTypeByRef in interface IAGImportPathOptions
Parameters:
ppAnimType - A reference to a com.esri.arcgis.animation.IAGAnimationType (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getPathGeometry

public IGeometry getPathGeometry()
                          throws java.io.IOException,
                                 AutomationException
The original path geometry.

Specified by:
getPathGeometry in interface IAGImportPathOptions
Returns:
A reference to a com.esri.arcgis.geometry.IGeometry
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setPathGeometry

public void setPathGeometry(IGeometry ppPathGeometry)
                     throws java.io.IOException,
                            AutomationException
The original path geometry.

Specified by:
setPathGeometry in interface IAGImportPathOptions
Parameters:
ppPathGeometry - A reference to a com.esri.arcgis.geometry.IGeometry (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getVerticalOffset

public double getVerticalOffset()
                         throws java.io.IOException,
                                AutomationException
The vertical offset in meters to be applied to the path geometry.

Specified by:
getVerticalOffset in interface IAGImportPathOptions
Returns:
The pElevOffsetMeters
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setVerticalOffset

public void setVerticalOffset(double pElevOffsetMeters)
                       throws java.io.IOException,
                              AutomationException
The vertical offset in meters to be applied to the path geometry.

Specified by:
setVerticalOffset in interface IAGImportPathOptions
Parameters:
pElevOffsetMeters - The pElevOffsetMeters (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getAnimatedObject

public java.lang.Object getAnimatedObject()
                                   throws java.io.IOException,
                                          AutomationException
The object to be animated (if any).

Specified by:
getAnimatedObject in interface IAGImportPathOptions
Returns:
A reference to another Object (IUnknown)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setAnimatedObjectByRef

public void setAnimatedObjectByRef(java.lang.Object ppAnimObj)
                            throws java.io.IOException,
                                   AutomationException
The object to be animated (if any).

Specified by:
setAnimatedObjectByRef in interface IAGImportPathOptions
Parameters:
ppAnimObj - A reference to another Object (IUnknown) (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getConversionType

public int getConversionType()
                      throws java.io.IOException,
                             AutomationException
The type of import conversion.

Specified by:
getConversionType in interface IAGImportPathOptions
Returns:
A com.esri.arcgis.animation.esriFlyFromPathType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setConversionType

public void setConversionType(int pConversionType)
                       throws java.io.IOException,
                              AutomationException
The type of import conversion.

Specified by:
setConversionType in interface IAGImportPathOptions
Parameters:
pConversionType - A com.esri.arcgis.animation.esriFlyFromPathType constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isReversePath

public boolean isReversePath()
                      throws java.io.IOException,
                             AutomationException
Indicates whether to reverse the path.

Specified by:
isReversePath in interface IAGImportPathOptions
Returns:
The pbReverse
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setReversePath

public void setReversePath(boolean pbReverse)
                    throws java.io.IOException,
                           AutomationException
Indicates whether to reverse the path.

Specified by:
setReversePath in interface IAGImportPathOptions
Parameters:
pbReverse - The pbReverse (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSimplificationFactor

public double getSimplificationFactor()
                               throws java.io.IOException,
                                      AutomationException
The path simplification factor (0.0-100.0).

Specified by:
getSimplificationFactor in interface IAGImportPathOptions
Returns:
The pSimplFactor
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSimplificationFactor

public void setSimplificationFactor(double pSimplFactor)
                             throws java.io.IOException,
                                    AutomationException
The path simplification factor (0.0-100.0).

Specified by:
setSimplificationFactor in interface IAGImportPathOptions
Parameters:
pSimplFactor - The pSimplFactor (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getLookaheadFactor

public double getLookaheadFactor()
                          throws java.io.IOException,
                                 AutomationException
The lookahead factor (0.0-1.0).

Specified by:
getLookaheadFactor in interface IAGImportPathOptions
Returns:
The pLookaheadFactor
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setLookaheadFactor

public void setLookaheadFactor(double pLookaheadFactor)
                        throws java.io.IOException,
                               AutomationException
The lookahead factor (0.0-1.0).

Specified by:
setLookaheadFactor in interface IAGImportPathOptions
Parameters:
pLookaheadFactor - The pLookaheadFactor (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getAngleCalculationMethods

public void getAngleCalculationMethods(int[] pAzimuthMethod,
                                       int[] pInclinationMethod,
                                       int[] pRollMethod)
                                throws java.io.IOException,
                                       AutomationException
The options for angle calculation.

Specified by:
getAngleCalculationMethods in interface IAGImportPathOptions
Parameters:
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)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

putAngleCalculationMethods

public void putAngleCalculationMethods(int azimuthMethod,
                                       int inclinationMethod,
                                       int rollMethod)
                                throws java.io.IOException,
                                       AutomationException
The options for angle calculation.

Specified by:
putAngleCalculationMethods in interface IAGImportPathOptions
Parameters:
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)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getAngleCalculationValues

public void getAngleCalculationValues(double[] pAzimuthValue,
                                      double[] pInclinationValue,
                                      double[] pRollValue)
                               throws java.io.IOException,
                                      AutomationException
The values for angle calculation (angles in degrees).

Specified by:
getAngleCalculationValues in interface IAGImportPathOptions
Parameters:
pAzimuthValue - The pAzimuthValue (out: use single element array)
pInclinationValue - The pInclinationValue (out: use single element array)
pRollValue - The pRollValue (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

putAngleCalculationValues

public void putAngleCalculationValues(double azimuthValue,
                                      double inclinationValue,
                                      double rollValue)
                               throws java.io.IOException,
                                      AutomationException
The values for angle calculation (angles in degrees).

Specified by:
putAngleCalculationValues in interface IAGImportPathOptions
Parameters:
azimuthValue - The azimuthValue (in)
inclinationValue - The inclinationValue (in)
rollValue - The rollValue (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getRollFactor

public double getRollFactor()
                     throws java.io.IOException,
                            AutomationException
The roll factor.

Specified by:
getRollFactor in interface IAGImportPathOptions
Returns:
The pRollFactor
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setRollFactor

public void setRollFactor(double pRollFactor)
                   throws java.io.IOException,
                          AutomationException
The roll factor.

Specified by:
setRollFactor in interface IAGImportPathOptions
Parameters:
pRollFactor - The pRollFactor (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isOverwriteExisting

public boolean isOverwriteExisting()
                            throws java.io.IOException,
                                   AutomationException
Indicates whether to overwrite option.

Specified by:
isOverwriteExisting in interface IAGImportPathOptions
Returns:
The pbOverwrite
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setOverwriteExisting

public void setOverwriteExisting(boolean pbOverwrite)
                          throws java.io.IOException,
                                 AutomationException
Indicates whether to overwrite option.

Specified by:
setOverwriteExisting in interface IAGImportPathOptions
Parameters:
pbOverwrite - The pbOverwrite (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTrackName

public java.lang.String getTrackName()
                              throws java.io.IOException,
                                     AutomationException
The name of the track to be created.

Specified by:
getTrackName in interface IAGImportPathOptions
Returns:
The pTrackName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setTrackName

public void setTrackName(java.lang.String pTrackName)
                  throws java.io.IOException,
                         AutomationException
The name of the track to be created.

Specified by:
setTrackName in interface IAGImportPathOptions
Parameters:
pTrackName - The pTrackName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.