|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.datasourcesnetCDF.IMDFeatureClassViewProxy
Description: 'The Multi Dimension FeatureClassView Interface.' 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 IMDFeatureClassViewProxy
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.datasourcesnetCDF.IMDFeatureClassView |
|---|
IID, IIDf065307e_3adf_4b57_b59d_4ba1465bb40c |
| Constructor Summary | |
|---|---|
|
IMDFeatureClassViewProxy()
Deprecated. For internal use only |
|
IMDFeatureClassViewProxy(java.lang.Object obj)
Deprecated. |
protected |
IMDFeatureClassViewProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
IMDFeatureClassViewProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
IMDFeatureClassViewProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
| Method Summary | |
|---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated. |
java.lang.String |
getMItem()
Deprecated. The M variable or dimension item used. |
IStringArray |
getRowDimensionList()
Deprecated. The list of row dimensions used. |
IStringArray |
getVariableList()
Deprecated. The list of variables used. |
java.lang.String |
getXDimension()
Deprecated. The x-dimension item used. |
java.lang.String |
getYDimension()
Deprecated. The y-dimension item used. |
java.lang.String |
getZItem()
Deprecated. The Z variable or dimension item used. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
setMItem(java.lang.String pMItem)
Deprecated. The M variable or dimension item used. |
void |
setRowDimensionList(IStringArray ppRowDims)
Deprecated. The list of row dimensions used. |
void |
setVariableList(IStringArray ppVars)
Deprecated. The list of variables used. |
void |
setXDimension(java.lang.String pXDim)
Deprecated. The x-dimension item used. |
void |
setYDimension(java.lang.String pYDim)
Deprecated. The y-dimension item used. |
void |
setZItem(java.lang.String pZItem)
Deprecated. The Z variable or dimension item used. |
| 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 IMDFeatureClassViewProxy(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.IOExceptionpublic IMDFeatureClassViewProxy()
public IMDFeatureClassViewProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOException
protected IMDFeatureClassViewProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOException
protected IMDFeatureClassViewProxy(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.Dispatchjava.io.IOException
public void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
removeListener in class com.esri.arcgis.interop.Dispatchjava.io.IOException
public IStringArray getVariableList()
throws java.io.IOException,
AutomationException
getVariableList in interface IMDFeatureClassViewjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setVariableList(IStringArray ppVars)
throws java.io.IOException,
AutomationException
setVariableList in interface IMDFeatureClassViewppVars - A reference to a com.esri.arcgis.system.IStringArray (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getXDimension()
throws java.io.IOException,
AutomationException
getXDimension in interface IMDFeatureClassViewjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setXDimension(java.lang.String pXDim)
throws java.io.IOException,
AutomationException
setXDimension in interface IMDFeatureClassViewpXDim - The pXDim (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getYDimension()
throws java.io.IOException,
AutomationException
getYDimension in interface IMDFeatureClassViewjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setYDimension(java.lang.String pYDim)
throws java.io.IOException,
AutomationException
setYDimension in interface IMDFeatureClassViewpYDim - The pYDim (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IStringArray getRowDimensionList()
throws java.io.IOException,
AutomationException
getRowDimensionList in interface IMDFeatureClassViewjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setRowDimensionList(IStringArray ppRowDims)
throws java.io.IOException,
AutomationException
setRowDimensionList in interface IMDFeatureClassViewppRowDims - A reference to a com.esri.arcgis.system.IStringArray (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getZItem()
throws java.io.IOException,
AutomationException
getZItem in interface IMDFeatureClassViewjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setZItem(java.lang.String pZItem)
throws java.io.IOException,
AutomationException
setZItem in interface IMDFeatureClassViewpZItem - The pZItem (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getMItem()
throws java.io.IOException,
AutomationException
getMItem in interface IMDFeatureClassViewjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setMItem(java.lang.String pMItem)
throws java.io.IOException,
AutomationException
setMItem in interface IMDFeatureClassViewpMItem - The pMItem (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 | ||||||||