|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.geoprocessing.IMdModelProxy
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 =
public class IMdModelProxy
Internal use class
Field Summary | |
---|---|
boolean |
noncastable
Deprecated. |
static java.lang.Class |
targetClass
Deprecated. |
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Fields inherited from interface com.esri.arcgis.geoprocessing.IMdModel |
---|
IID, IIDdfaf9812_6b7b_4ac2_ad6b_bbdef1ede0e6 |
Constructor Summary | |
---|---|
|
IMdModelProxy()
Deprecated. For internal use only |
|
IMdModelProxy(java.lang.Object obj)
Deprecated. |
protected |
IMdModelProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
IMdModelProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
IMdModelProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
Method Summary | |
---|---|
void |
addElement(IMdElement element)
Deprecated. Adds the given element to the model. |
void |
addElements(IArray elements)
Deprecated. Adds the collection of elements to the model. |
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated. |
boolean |
canAddElement(IMdElement pElement)
Deprecated. Returns whether or not the given model element can be added to the model. |
java.lang.String |
createUniqueElementName(java.lang.String name)
Deprecated. Generates a new unique name that may be used for adding a new model element to the model. |
void |
deleteElement(IMdElement element)
Deprecated. Removes the given element from the model. |
void |
disconnectElements(IMdElement pFromElement,
IMdElement pToElement,
int connectionType)
Deprecated. Removes the connection/dependency between two model elements. |
void |
empty()
Deprecated. Removes all model elements from the model. |
void |
execute(ITrackCancel trackCancel,
boolean reset,
IGPEnvironmentManager pEnvMgr,
IGPMessages messages,
boolean stopOnFirstFailure)
Deprecated. Executes all the processes in the model. |
void |
executeProcess(IMdProcess pMdProcess,
ITrackCancel trackCancel,
boolean reset,
IGPEnvironmentManager pEnvMgr,
IGPMessages messages,
boolean stopOnFirstFailure)
Deprecated. Executes a single process in the model. |
IEnumMdElement |
findDependents(IMdElement pMdElement,
int direction,
int connectionType)
Deprecated. 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)
Deprecated. Returns the model element with the given name. |
IMdElement |
getElementByID(int identifier)
Deprecated. Returns the model element with the given identifier. |
IEnumMdElement |
getElements()
Deprecated. Returns all of the model elements in the model. |
IGPEnvironmentManager |
getEnvironmentManager()
Deprecated. The set of overriding environment values used when validating/executing the model. |
java.lang.String |
getName()
Deprecated. Name of the model. |
IEnumMdProcess |
getProcesses()
Deprecated. Returns all of the processes in the model. |
IEnumMdVariable |
getVariables()
Deprecated. Returns all of the variables in the model. |
boolean |
isLicensed()
Deprecated. Returns whether or not all the processes in the model are licensed. |
boolean |
isValid()
Deprecated. Returns whether or not all the model elements in the model are valid. |
void |
mergeElements(IEnumMdElement pElements)
Deprecated. Merges the given enumeration of model elements, commonly from another model, into the current model. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
setEnvironmentManagerByRef(IGPEnvironmentManager ppEnvMgr)
Deprecated. The set of overriding environment values used when validating/executing the model. |
void |
setName(java.lang.String name)
Deprecated. Name of the model. |
IEnumMdElement |
sortElements()
Deprecated. Returns all the model elements in the model in sorted order. |
IEnumMdElement |
traceDependents(IMdElement pMdElement,
int direction,
int depth)
Deprecated. Returns all the model elements dependent on the given model element in the given direction. |
IGPMessages |
validate(boolean reset,
IGPEnvironmentManager pEnvMgr)
Deprecated. Validates all model elements in the model. |
boolean |
verifyUniqueElementName(java.lang.String name)
Deprecated. Returns whether or not the model already contains a model element by the given name. |
Methods inherited from class com.esri.arcgis.interop.Dispatch |
---|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.Class targetClass
public boolean noncastable
Constructor Detail |
---|
public IMdModelProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.net.UnknownHostException, java.io.IOException
java.net.UnknownHostException
java.io.IOException
public IMdModelProxy()
public IMdModelProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IMdModelProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IMdModelProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
addListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public java.lang.String getName() throws java.io.IOException, AutomationException
getName
in interface IMdModel
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setName(java.lang.String name) throws java.io.IOException, AutomationException
setName
in interface IMdModel
name
- The name (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void addElement(IMdElement element) throws java.io.IOException, AutomationException
addElement
in interface IMdModel
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.public void addElements(IArray elements) throws java.io.IOException, AutomationException
addElements
in interface IMdModel
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.public IMdElement getElement(java.lang.String name) throws java.io.IOException, AutomationException
getElement
in interface IMdModel
name
- The name (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IMdElement getElementByID(int identifier) throws java.io.IOException, AutomationException
getElementByID
in interface IMdModel
identifier
- The identifier (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IEnumMdElement getElements() throws java.io.IOException, AutomationException
getElements
in interface IMdModel
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IEnumMdVariable getVariables() throws java.io.IOException, AutomationException
getVariables
in interface IMdModel
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IEnumMdProcess getProcesses() throws java.io.IOException, AutomationException
getProcesses
in interface IMdModel
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void deleteElement(IMdElement element) throws java.io.IOException, AutomationException
deleteElement
in interface IMdModel
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.public void empty() throws java.io.IOException, AutomationException
empty
in interface IMdModel
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGPMessages validate(boolean reset, IGPEnvironmentManager pEnvMgr) throws java.io.IOException, AutomationException
validate
in interface IMdModel
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.public void execute(ITrackCancel trackCancel, boolean reset, IGPEnvironmentManager pEnvMgr, IGPMessages messages, boolean stopOnFirstFailure) throws java.io.IOException, AutomationException
execute
in interface IMdModel
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.public void executeProcess(IMdProcess pMdProcess, ITrackCancel trackCancel, boolean reset, IGPEnvironmentManager pEnvMgr, IGPMessages messages, boolean stopOnFirstFailure) throws java.io.IOException, AutomationException
executeProcess
in interface IMdModel
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.public IEnumMdElement sortElements() throws java.io.IOException, AutomationException
sortElements
in interface IMdModel
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IEnumMdElement traceDependents(IMdElement pMdElement, int direction, int depth) throws java.io.IOException, AutomationException
traceDependents
in interface IMdModel
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.public IEnumMdElement findDependents(IMdElement pMdElement, int direction, int connectionType) throws java.io.IOException, AutomationException
findDependents
in interface IMdModel
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.public void mergeElements(IEnumMdElement pElements) throws java.io.IOException, AutomationException
mergeElements
in interface IMdModel
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.public boolean verifyUniqueElementName(java.lang.String name) throws java.io.IOException, AutomationException
verifyUniqueElementName
in interface IMdModel
name
- The name (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean canAddElement(IMdElement pElement) throws java.io.IOException, AutomationException
canAddElement
in interface IMdModel
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.public IGPEnvironmentManager getEnvironmentManager() throws java.io.IOException, AutomationException
getEnvironmentManager
in interface IMdModel
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setEnvironmentManagerByRef(IGPEnvironmentManager ppEnvMgr) throws java.io.IOException, AutomationException
setEnvironmentManagerByRef
in interface IMdModel
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.public boolean isValid() throws java.io.IOException, AutomationException
isValid
in interface IMdModel
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isLicensed() throws java.io.IOException, AutomationException
isLicensed
in interface IMdModel
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void disconnectElements(IMdElement pFromElement, IMdElement pToElement, int connectionType) throws java.io.IOException, AutomationException
disconnectElements
in interface IMdModel
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.public java.lang.String createUniqueElementName(java.lang.String name) throws java.io.IOException, AutomationException
createUniqueElementName
in interface IMdModel
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 |