|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IMdModel
COM Interface 'IMdModel'. Generated 3/19/2015 1:20:58 PM from 'C:\ArcGIS\COM\esriGeoprocessing.olb'
Description: 'Provides access to properties/methods of a model.' 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 |
IIDdfaf9812_6b7b_4ac2_ad6b_bbdef1ede0e6
|
static int |
xxDummy
Deprecated. Internal use only |
| 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. |
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 |
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 |
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. |
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. |
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. |
java.lang.String |
getName()
Name of the model. |
IEnumMdProcess |
getProcesses()
Returns all of the processes in the model. |
IEnumMdVariable |
getVariables()
Returns all of the variables in the model. |
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 |
mergeElements(IEnumMdElement pElements)
Merges the given enumeration of model elements, commonly from another model, into the current model. |
void |
setEnvironmentManagerByRef(IGPEnvironmentManager ppEnvMgr)
The set of overriding environment values used when validating/executing the model. |
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. |
| Field Detail |
|---|
static final int IIDdfaf9812_6b7b_4ac2_ad6b_bbdef1ede0e6
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
java.lang.String getName()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setName(java.lang.String name)
throws java.io.IOException,
AutomationException
name - The name (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void addElement(IMdElement element)
throws java.io.IOException,
AutomationException
element - A reference to a com.esri.arcgis.geoprocessing.IMdElement (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void addElements(IArray elements)
throws java.io.IOException,
AutomationException
elements - A reference to a com.esri.arcgis.system.IArray (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IMdElement getElement(java.lang.String name)
throws java.io.IOException,
AutomationException
name - The name (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IMdElement getElementByID(int identifier)
throws java.io.IOException,
AutomationException
identifier - The identifier (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IEnumMdElement getElements()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IEnumMdVariable getVariables()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IEnumMdProcess getProcesses()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void deleteElement(IMdElement element)
throws java.io.IOException,
AutomationException
element - A reference to a com.esri.arcgis.geoprocessing.IMdElement (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void empty()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IGPMessages validate(boolean reset,
IGPEnvironmentManager pEnvMgr)
throws java.io.IOException,
AutomationException
reset - The reset (in)pEnvMgr - A reference to a com.esri.arcgis.geoprocessing.IGPEnvironmentManager (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void execute(ITrackCancel trackCancel,
boolean reset,
IGPEnvironmentManager pEnvMgr,
IGPMessages messages,
boolean stopOnFirstFailure)
throws java.io.IOException,
AutomationException
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)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void executeProcess(IMdProcess pMdProcess,
ITrackCancel trackCancel,
boolean reset,
IGPEnvironmentManager pEnvMgr,
IGPMessages messages,
boolean stopOnFirstFailure)
throws java.io.IOException,
AutomationException
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)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IEnumMdElement sortElements()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IEnumMdElement traceDependents(IMdElement pMdElement,
int direction,
int depth)
throws java.io.IOException,
AutomationException
pMdElement - A reference to a com.esri.arcgis.geoprocessing.IMdElement (in)direction - A com.esri.arcgis.geoprocessing.esriMdDirection constant (in)depth - The depth (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IEnumMdElement findDependents(IMdElement pMdElement,
int direction,
int connectionType)
throws java.io.IOException,
AutomationException
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)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void mergeElements(IEnumMdElement pElements)
throws java.io.IOException,
AutomationException
pElements - A reference to a com.esri.arcgis.geoprocessing.IEnumMdElement (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean verifyUniqueElementName(java.lang.String name)
throws java.io.IOException,
AutomationException
name - The name (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean canAddElement(IMdElement pElement)
throws java.io.IOException,
AutomationException
pElement - A reference to a com.esri.arcgis.geoprocessing.IMdElement (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IGPEnvironmentManager getEnvironmentManager()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setEnvironmentManagerByRef(IGPEnvironmentManager ppEnvMgr)
throws java.io.IOException,
AutomationException
ppEnvMgr - A reference to a com.esri.arcgis.geoprocessing.IGPEnvironmentManager (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isValid()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isLicensed()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void disconnectElements(IMdElement pFromElement,
IMdElement pToElement,
int connectionType)
throws java.io.IOException,
AutomationException
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)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String createUniqueElementName(java.lang.String name)
throws java.io.IOException,
AutomationException
name - The name (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 | ||||||||