com.esri.arcgis.geoprocessing
Class MdModel

java.lang.Object
  extended by com.esri.arcgis.geoprocessing.MdModel
All Implemented Interfaces:
IConnectionPointContainer, IMdModel, IMdModelIteration, IMdModelIteration2, com.esri.arcgis.interop.RemoteObjRef, IClone, IPersist, IPersistStream, IXMLSerialize, java.io.Externalizable, java.io.Serializable

public class MdModel
extends java.lang.Object
implements com.esri.arcgis.interop.RemoteObjRef, IMdModel, IPersistStream, IXMLSerialize, IClone, IConnectionPointContainer, IMdModelIteration, IMdModelIteration2, java.io.Externalizable

COM Class 'MdModel'. Generated 3/19/2015 1:20:44 PM from 'C:\ArcGIS\COM\esriGeoprocessing.olb'

Description 'A collection of model variables and processes, used to execute multiple geoprocessing tools in some order.' 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
static long serialVersionUID
           
 
Fields inherited from interface com.esri.arcgis.geoprocessing.IMdModel
IID, IIDdfaf9812_6b7b_4ac2_ad6b_bbdef1ede0e6, xxDummy
 
Fields inherited from interface com.esri.arcgis.system.IPersistStream
IID, IID00000109_0000_0000_c000_000000000046, xxDummy
 
Fields inherited from interface com.esri.arcgis.system.IPersist
IID0000010c_0000_0000_c000_000000000046
 
Fields inherited from interface com.esri.arcgis.system.IXMLSerialize
IID, IIDc8545045_6615_48e3_af27_52a0e5fc35e2, xxDummy
 
Fields inherited from interface com.esri.arcgis.system.IClone
IID, IID9bff8aeb_e415_11d0_943c_080009eebecb, xxDummy
 
Fields inherited from interface com.esri.arcgis.display.IConnectionPointContainer
IID, IIDb196b284_bab4_101a_b69c_00aa00341d07, xxDummy
 
Fields inherited from interface com.esri.arcgis.geoprocessing.IMdModelIteration
IID, IID843d1afe_9026_486e_8525_d2c8a256c82d, xxDummy
 
Fields inherited from interface com.esri.arcgis.geoprocessing.IMdModelIteration2
IID, IIDd9de210b_7457_42b3_a71d_f75905582c48, xxDummy
 
Constructor Summary
MdModel()
          Constructs a MdModel using ArcGIS Engine.
MdModel(java.lang.Object obj)
          Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
MdModel theMdModel = (MdModel) obj;
 
Method Summary
 void addElement(IMdElement element)
          Adds the given element to the model.
 void addElements(IArray elements)
          Adds the collection of elements to the model.
 void addIMdModelEventsListener(IMdModelEvents theListener)
          addIMdModelEventsListener.
 void assign(IClone src)
          Assigns the properties of src to the receiver.
 boolean canAddElement(IMdElement pElement)
          Returns whether or not the given model element can be added to the model.
 java.lang.String createUniqueElementName(java.lang.String name)
          Generates a new unique name that may be used for adding a new model element to the model.
 void deleteElement(IMdElement element)
          Removes the given element from the model.
 void deserialize(IXMLSerializeData data)
          Deserializes an object from XML.
 void disconnectElements(IMdElement pFromElement, IMdElement pToElement, int connectionType)
          Removes the connection/dependency between two model elements.
 void empty()
          Removes all model elements from the model.
 void enumConnectionPoints(IEnumConnectionPoints[] ppEnum)
          enumConnectionPoints
 boolean equals(java.lang.Object o)
          Compare this object with another
 IClone esri_clone()
          Clones the receiver and assigns the result to *clone.
 void execute(ITrackCancel trackCancel, boolean reset, IGPEnvironmentManager pEnvMgr, IGPMessages messages, boolean stopOnFirstFailure)
          Executes all the processes in the model.
 void executeProcess(IMdProcess pMdProcess, ITrackCancel trackCancel, boolean reset, IGPEnvironmentManager pEnvMgr, IGPMessages messages, boolean stopOnFirstFailure)
          Executes a single process in the model.
 void findConnectionPoint(GUID riid, IConnectionPoint[] ppCP)
          findConnectionPoint
 IEnumMdElement findDependents(IMdElement pMdElement, int direction, int connectionType)
          Returns all the model elements dependent on the given model element in the given direction of the given connection type.
 void getClassID(GUID[] pClassID)
          getClassID
static java.lang.String getClsid()
          getClsid.
 int getCurrentIteration()
          Current model iteration.
 IMdElement getElement(java.lang.String name)
          Returns the model element with the given name.
 IMdElement getElementByID(int identifier)
          Returns the model element with the given identifier.
 IEnumMdElement getElements()
          Returns all of the model elements in the model.
 IGPEnvironmentManager getEnvironmentManager()
          The set of overriding environment values used when validating/executing the model.
 int getIterationCount()
          Number of times to iterate the model.
 IMdElement getIterationElement()
          Model iteration element.
 int getIterationType()
          Indicates model iteration type.
 IMdVariable getIterationVariable()
          Model iteration variable.
 com.esri.arcgis.interop.Dispatch getJintegraDispatch()
          Deprecated. Internal use only.
 java.lang.String getName()
          Name of the model.
 IEnumMdProcess getProcesses()
          Returns all of the processes in the model.
 void getSizeMax(_ULARGE_INTEGER[] pcbSize)
          getSizeMax
 IEnumMdVariable getVariables()
          Returns all of the variables in the model.
 int hashCode()
          the hashcode for this object
 void isDirty()
          isDirty
 boolean isEqual(IClone other)
          Indicates if the receiver and other have the same properties.
 boolean isIdentical(IClone other)
          Indicates if the receiver and other are the same object.
 boolean isLicensed()
          Returns whether or not all the processes in the model are licensed.
 boolean isValid()
          Returns whether or not all the model elements in the model are valid.
 void load(IStream pstm)
          load
 void mergeElements(IEnumMdElement pElements)
          Merges the given enumeration of model elements, commonly from another model, into the current model.
 void readExternal(java.io.ObjectInput in)
           
 void release()
          Release a MdModel.
 void removeIMdModelEventsListener(IMdModelEvents theListener)
          removeIMdModelEventsListener.
 void save(IStream pstm, int fClearDirty)
          save
 void serialize(IXMLSerializeData data)
          Serializes an object to XML.
 void setEnvironmentManagerByRef(IGPEnvironmentManager ppEnvMgr)
          The set of overriding environment values used when validating/executing the model.
 void setIterationCount(int count)
          Number of times to iterate the model.
 void setIterationElementByRef(IMdElement ppElement)
          Model iteration element.
 void setIterationType(int type)
          Indicates model iteration type.
 void setIterationVariableByRef(IMdVariable ppVariable)
          Model iteration variable.
 void setName(java.lang.String name)
          Name of the model.
 IEnumMdElement sortElements()
          Returns all the model elements in the model in sorted order.
 IEnumMdElement traceDependents(IMdElement pMdElement, int direction, int depth)
          Returns all the model elements dependent on the given model element in the given direction.
 IGPMessages validate(boolean reset, IGPEnvironmentManager pEnvMgr)
          Validates all model elements in the model.
 boolean verifyUniqueElementName(java.lang.String name)
          Returns whether or not the model already contains a model element by the given name.
 void writeExternal(java.io.ObjectOutput out)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

public static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

MdModel

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

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

MdModel

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

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

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

addIMdModelEventsListener

public void addIMdModelEventsListener(IMdModelEvents theListener)
                               throws java.io.IOException
addIMdModelEventsListener. Listen to events generated by this class.

Parameters:
theListener - An object that implements the com.esri.arcgis.geoprocessing.IMdModelEvents interface.
Throws:
java.io.IOException - If there are communications problems.

removeIMdModelEventsListener

public void removeIMdModelEventsListener(IMdModelEvents theListener)
                                  throws java.io.IOException
removeIMdModelEventsListener. Stop listening to events generated by this class.

Parameters:
theListener - An object that implements the com.esri.arcgis.geoprocessing.IMdModelEvents interface.
Throws:
java.io.IOException - If there are communications problems.

release

public void release()
Release a MdModel.

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

getName

public java.lang.String getName()
                         throws java.io.IOException,
                                AutomationException
Name of the model.

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

setName

public void setName(java.lang.String name)
             throws java.io.IOException,
                    AutomationException
Name of the model.

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

addElement

public void addElement(IMdElement element)
                throws java.io.IOException,
                       AutomationException
Adds the given element to the model.

Specified by:
addElement in interface IMdModel
Parameters:
element - A reference to a com.esri.arcgis.geoprocessing.IMdElement (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

addElements

public void addElements(IArray elements)
                 throws java.io.IOException,
                        AutomationException
Adds the collection of elements to the model.

Specified by:
addElements in interface IMdModel
Parameters:
elements - A reference to a com.esri.arcgis.system.IArray (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getElement

public IMdElement getElement(java.lang.String name)
                      throws java.io.IOException,
                             AutomationException
Returns the model element with the given name.

Specified by:
getElement in interface IMdModel
Parameters:
name - The name (in)
Returns:
A reference to a com.esri.arcgis.geoprocessing.IMdElement
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getElementByID

public IMdElement getElementByID(int identifier)
                          throws java.io.IOException,
                                 AutomationException
Returns the model element with the given identifier.

Specified by:
getElementByID in interface IMdModel
Parameters:
identifier - The identifier (in)
Returns:
A reference to a com.esri.arcgis.geoprocessing.IMdElement
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getElements

public IEnumMdElement getElements()
                           throws java.io.IOException,
                                  AutomationException
Returns all of the model elements in the model.

Specified by:
getElements in interface IMdModel
Returns:
A reference to a com.esri.arcgis.geoprocessing.IEnumMdElement
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getVariables

public IEnumMdVariable getVariables()
                             throws java.io.IOException,
                                    AutomationException
Returns all of the variables in the model.

Specified by:
getVariables in interface IMdModel
Returns:
A reference to a com.esri.arcgis.geoprocessing.IEnumMdVariable
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getProcesses

public IEnumMdProcess getProcesses()
                            throws java.io.IOException,
                                   AutomationException
Returns all of the processes in the model.

Specified by:
getProcesses in interface IMdModel
Returns:
A reference to a com.esri.arcgis.geoprocessing.IEnumMdProcess
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

deleteElement

public void deleteElement(IMdElement element)
                   throws java.io.IOException,
                          AutomationException
Removes the given element from the model.

Specified by:
deleteElement in interface IMdModel
Parameters:
element - A reference to a com.esri.arcgis.geoprocessing.IMdElement (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

empty

public void empty()
           throws java.io.IOException,
                  AutomationException
Removes all model elements from the model.

Specified by:
empty in interface IMdModel
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

validate

public IGPMessages validate(boolean reset,
                            IGPEnvironmentManager pEnvMgr)
                     throws java.io.IOException,
                            AutomationException
Validates all model elements in the model.

Specified by:
validate in interface IMdModel
Parameters:
reset - The reset (in)
pEnvMgr - A reference to a com.esri.arcgis.geoprocessing.IGPEnvironmentManager (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.IGPMessages
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

execute

public void execute(ITrackCancel trackCancel,
                    boolean reset,
                    IGPEnvironmentManager pEnvMgr,
                    IGPMessages messages,
                    boolean stopOnFirstFailure)
             throws java.io.IOException,
                    AutomationException
Executes all the processes in the model.

Specified by:
execute in interface IMdModel
Parameters:
trackCancel - A reference to a com.esri.arcgis.system.ITrackCancel (in)
reset - The reset (in)
pEnvMgr - A reference to a com.esri.arcgis.geoprocessing.IGPEnvironmentManager (in)
messages - A reference to a com.esri.arcgis.geodatabase.IGPMessages (in)
stopOnFirstFailure - The stopOnFirstFailure (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

executeProcess

public void executeProcess(IMdProcess pMdProcess,
                           ITrackCancel trackCancel,
                           boolean reset,
                           IGPEnvironmentManager pEnvMgr,
                           IGPMessages messages,
                           boolean stopOnFirstFailure)
                    throws java.io.IOException,
                           AutomationException
Executes a single process in the model.

Specified by:
executeProcess in interface IMdModel
Parameters:
pMdProcess - A reference to a com.esri.arcgis.geoprocessing.IMdProcess (in)
trackCancel - A reference to a com.esri.arcgis.system.ITrackCancel (in)
reset - The reset (in)
pEnvMgr - A reference to a com.esri.arcgis.geoprocessing.IGPEnvironmentManager (in)
messages - A reference to a com.esri.arcgis.geodatabase.IGPMessages (in)
stopOnFirstFailure - The stopOnFirstFailure (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

sortElements

public IEnumMdElement sortElements()
                            throws java.io.IOException,
                                   AutomationException
Returns all the model elements in the model in sorted order.

Specified by:
sortElements in interface IMdModel
Returns:
A reference to a com.esri.arcgis.geoprocessing.IEnumMdElement
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

traceDependents

public IEnumMdElement traceDependents(IMdElement pMdElement,
                                      int direction,
                                      int depth)
                               throws java.io.IOException,
                                      AutomationException
Returns all the model elements dependent on the given model element in the given direction.

Specified by:
traceDependents in interface IMdModel
Parameters:
pMdElement - A reference to a com.esri.arcgis.geoprocessing.IMdElement (in)
direction - A com.esri.arcgis.geoprocessing.esriMdDirection constant (in)
depth - The depth (in)
Returns:
A reference to a com.esri.arcgis.geoprocessing.IEnumMdElement
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

findDependents

public IEnumMdElement findDependents(IMdElement pMdElement,
                                     int direction,
                                     int connectionType)
                              throws java.io.IOException,
                                     AutomationException
Returns all the model elements dependent on the given model element in the given direction of the given connection type.

Specified by:
findDependents in interface IMdModel
Parameters:
pMdElement - A reference to a com.esri.arcgis.geoprocessing.IMdElement (in)
direction - A com.esri.arcgis.geoprocessing.esriMdDirection constant (in)
connectionType - A com.esri.arcgis.geoprocessing.esriMdConnectionType constant (in)
Returns:
A reference to a com.esri.arcgis.geoprocessing.IEnumMdElement
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

mergeElements

public void mergeElements(IEnumMdElement pElements)
                   throws java.io.IOException,
                          AutomationException
Merges the given enumeration of model elements, commonly from another model, into the current model.

Specified by:
mergeElements in interface IMdModel
Parameters:
pElements - A reference to a com.esri.arcgis.geoprocessing.IEnumMdElement (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

verifyUniqueElementName

public boolean verifyUniqueElementName(java.lang.String name)
                                throws java.io.IOException,
                                       AutomationException
Returns whether or not the model already contains a model element by the given name.

Specified by:
verifyUniqueElementName in interface IMdModel
Parameters:
name - The name (in)
Returns:
The pUnique
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

canAddElement

public boolean canAddElement(IMdElement pElement)
                      throws java.io.IOException,
                             AutomationException
Returns whether or not the given model element can be added to the model.

Specified by:
canAddElement in interface IMdModel
Parameters:
pElement - A reference to a com.esri.arcgis.geoprocessing.IMdElement (in)
Returns:
The pCanAdd
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getEnvironmentManager

public IGPEnvironmentManager getEnvironmentManager()
                                            throws java.io.IOException,
                                                   AutomationException
The set of overriding environment values used when validating/executing the model.

Specified by:
getEnvironmentManager in interface IMdModel
Returns:
A reference to a com.esri.arcgis.geoprocessing.IGPEnvironmentManager
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setEnvironmentManagerByRef

public void setEnvironmentManagerByRef(IGPEnvironmentManager ppEnvMgr)
                                throws java.io.IOException,
                                       AutomationException
The set of overriding environment values used when validating/executing the model.

Specified by:
setEnvironmentManagerByRef in interface IMdModel
Parameters:
ppEnvMgr - A reference to a com.esri.arcgis.geoprocessing.IGPEnvironmentManager (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isValid

public boolean isValid()
                throws java.io.IOException,
                       AutomationException
Returns whether or not all the model elements in the model are valid.

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

isLicensed

public boolean isLicensed()
                   throws java.io.IOException,
                          AutomationException
Returns whether or not all the processes in the model are licensed.

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

disconnectElements

public void disconnectElements(IMdElement pFromElement,
                               IMdElement pToElement,
                               int connectionType)
                        throws java.io.IOException,
                               AutomationException
Removes the connection/dependency between two model elements.

Specified by:
disconnectElements in interface IMdModel
Parameters:
pFromElement - A reference to a com.esri.arcgis.geoprocessing.IMdElement (in)
pToElement - A reference to a com.esri.arcgis.geoprocessing.IMdElement (in)
connectionType - A com.esri.arcgis.geoprocessing.esriMdConnectionType constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

createUniqueElementName

public java.lang.String createUniqueElementName(java.lang.String name)
                                         throws java.io.IOException,
                                                AutomationException
Generates a new unique name that may be used for adding a new model element to the model.

Specified by:
createUniqueElementName in interface IMdModel
Parameters:
name - The name (in)
Returns:
The pName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isDirty

public void isDirty()
             throws java.io.IOException,
                    AutomationException
isDirty

Specified by:
isDirty in interface IPersistStream
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

load

public void load(IStream pstm)
          throws java.io.IOException,
                 AutomationException
load

Specified by:
load in interface IPersistStream
Parameters:
pstm - A reference to a com.esri.arcgis.system.IStream (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

save

public void save(IStream pstm,
                 int fClearDirty)
          throws java.io.IOException,
                 AutomationException
save

Specified by:
save in interface IPersistStream
Parameters:
pstm - A reference to a com.esri.arcgis.system.IStream (in)
fClearDirty - The fClearDirty (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSizeMax

public void getSizeMax(_ULARGE_INTEGER[] pcbSize)
                throws java.io.IOException,
                       AutomationException
getSizeMax

Specified by:
getSizeMax in interface IPersistStream
Parameters:
pcbSize - A Structure: com.esri.arcgis.system._ULARGE_INTEGER (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getClassID

public void getClassID(GUID[] pClassID)
                throws java.io.IOException,
                       AutomationException
getClassID

Specified by:
getClassID in interface IPersist
Parameters:
pClassID - A Structure: com.esri.arcgis.support.ms.stdole.GUID (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

serialize

public void serialize(IXMLSerializeData data)
               throws java.io.IOException,
                      AutomationException
Serializes an object to XML.

Specified by:
serialize in interface IXMLSerialize
Parameters:
data - A reference to a com.esri.arcgis.system.IXMLSerializeData (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

deserialize

public void deserialize(IXMLSerializeData data)
                 throws java.io.IOException,
                        AutomationException
Deserializes an object from XML.

Specified by:
deserialize in interface IXMLSerialize
Parameters:
data - A reference to a com.esri.arcgis.system.IXMLSerializeData (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

esri_clone

public IClone esri_clone()
                  throws java.io.IOException,
                         AutomationException
Clones the receiver and assigns the result to *clone.

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

assign

public void assign(IClone src)
            throws java.io.IOException,
                   AutomationException
Assigns the properties of src to the receiver.

Specified by:
assign in interface IClone
Parameters:
src - A reference to a com.esri.arcgis.system.IClone (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isEqual

public boolean isEqual(IClone other)
                throws java.io.IOException,
                       AutomationException
Indicates if the receiver and other have the same properties.

Specified by:
isEqual in interface IClone
Parameters:
other - A reference to a com.esri.arcgis.system.IClone (in)
Returns:
The equal
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isIdentical

public boolean isIdentical(IClone other)
                    throws java.io.IOException,
                           AutomationException
Indicates if the receiver and other are the same object.

Specified by:
isIdentical in interface IClone
Parameters:
other - A reference to a com.esri.arcgis.system.IClone (in)
Returns:
The identical
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

enumConnectionPoints

public void enumConnectionPoints(IEnumConnectionPoints[] ppEnum)
                          throws java.io.IOException,
                                 AutomationException
enumConnectionPoints

Specified by:
enumConnectionPoints in interface IConnectionPointContainer
Parameters:
ppEnum - A reference to a com.esri.arcgis.display.IEnumConnectionPoints (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

findConnectionPoint

public void findConnectionPoint(GUID riid,
                                IConnectionPoint[] ppCP)
                         throws java.io.IOException,
                                AutomationException
findConnectionPoint

Specified by:
findConnectionPoint in interface IConnectionPointContainer
Parameters:
riid - A Structure: com.esri.arcgis.support.ms.stdole.GUID (in)
ppCP - A reference to a com.esri.arcgis.display.IConnectionPoint (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getIterationType

public int getIterationType()
                     throws java.io.IOException,
                            AutomationException
Indicates model iteration type.

Specified by:
getIterationType in interface IMdModelIteration
Specified by:
getIterationType in interface IMdModelIteration2
Returns:
A com.esri.arcgis.geoprocessing.esriMdIterationType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setIterationType

public void setIterationType(int type)
                      throws java.io.IOException,
                             AutomationException
Indicates model iteration type.

Specified by:
setIterationType in interface IMdModelIteration
Specified by:
setIterationType in interface IMdModelIteration2
Parameters:
type - A com.esri.arcgis.geoprocessing.esriMdIterationType constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getIterationCount

public int getIterationCount()
                      throws java.io.IOException,
                             AutomationException
Number of times to iterate the model.

Specified by:
getIterationCount in interface IMdModelIteration
Specified by:
getIterationCount in interface IMdModelIteration2
Returns:
The count
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setIterationCount

public void setIterationCount(int count)
                       throws java.io.IOException,
                              AutomationException
Number of times to iterate the model.

Specified by:
setIterationCount in interface IMdModelIteration
Specified by:
setIterationCount in interface IMdModelIteration2
Parameters:
count - The count (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getIterationVariable

public IMdVariable getIterationVariable()
                                 throws java.io.IOException,
                                        AutomationException
Model iteration variable.

Specified by:
getIterationVariable in interface IMdModelIteration
Returns:
A reference to a com.esri.arcgis.geoprocessing.IMdVariable
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setIterationVariableByRef

public void setIterationVariableByRef(IMdVariable ppVariable)
                               throws java.io.IOException,
                                      AutomationException
Model iteration variable.

Specified by:
setIterationVariableByRef in interface IMdModelIteration
Parameters:
ppVariable - A reference to a com.esri.arcgis.geoprocessing.IMdVariable (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getCurrentIteration

public int getCurrentIteration()
                        throws java.io.IOException,
                               AutomationException
Current model iteration.

Specified by:
getCurrentIteration in interface IMdModelIteration
Specified by:
getCurrentIteration in interface IMdModelIteration2
Returns:
The iteration
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getIterationElement

public IMdElement getIterationElement()
                               throws java.io.IOException,
                                      AutomationException
Model iteration element.

Specified by:
getIterationElement in interface IMdModelIteration2
Returns:
A reference to a com.esri.arcgis.geoprocessing.IMdElement
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setIterationElementByRef

public void setIterationElementByRef(IMdElement ppElement)
                              throws java.io.IOException,
                                     AutomationException
Model iteration element.

Specified by:
setIterationElementByRef in interface IMdModelIteration2
Parameters:
ppElement - A reference to a com.esri.arcgis.geoprocessing.IMdElement (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Specified by:
writeExternal in interface java.io.Externalizable
Throws:
java.io.IOException

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Specified by:
readExternal in interface java.io.Externalizable
Throws:
java.io.IOException
java.lang.ClassNotFoundException