|
|||||||||
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.datasourcesnetCDF.IMDDatasetViewProxy
Description: 'The Multi Dimension DatasetView 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 IMDDatasetViewProxy
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.IMDDatasetView |
---|
IID, IID4656178f_0eda_4446_9d51_900e96efd27c |
Constructor Summary | |
---|---|
|
IMDDatasetViewProxy()
Deprecated. For internal use only |
|
IMDDatasetViewProxy(java.lang.Object obj)
Deprecated. |
protected |
IMDDatasetViewProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
IMDDatasetViewProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
IMDDatasetViewProxy(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. |
void |
clearSelectedDimensions()
Deprecated. Clears a selected list of dimensions and values/indices. |
int |
getDimensionIndex(java.lang.String dim)
Deprecated. The selected dimension index for a dimension name. |
IStringArray |
getDimensions()
Deprecated. All dimensions which may be used to select values/indices. |
java.lang.Object |
getDimensionValue(java.lang.String dim)
Deprecated. The selected dimension value for a dimension name. |
ILongArray |
getSelectedDimensionIndices()
Deprecated. Indices for the values of selected dimensions. |
IStringArray |
getSelectedDimensions()
Deprecated. The selected dimension names. |
IVariantArray |
getSelectedDimensionValues()
Deprecated. The selected dimension values. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
selectDimensionByIndex(java.lang.String dim,
int index)
Deprecated. Selects the dimension for viewing by an index. |
void |
selectDimensionByValue(java.lang.String dim,
java.lang.Object vValue)
Deprecated. Selects the dimension for viewing by a value. |
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 IMDDatasetViewProxy(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 IMDDatasetViewProxy()
public IMDDatasetViewProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IMDDatasetViewProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IMDDatasetViewProxy(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 void selectDimensionByValue(java.lang.String dim, java.lang.Object vValue) throws java.io.IOException, AutomationException
selectDimensionByValue
in interface IMDDatasetView
dim
- The dim (in)vValue
- A Variant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void selectDimensionByIndex(java.lang.String dim, int index) throws java.io.IOException, AutomationException
selectDimensionByIndex
in interface IMDDatasetView
dim
- The dim (in)index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.Object getDimensionValue(java.lang.String dim) throws java.io.IOException, AutomationException
getDimensionValue
in interface IMDDatasetView
dim
- The dim (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getDimensionIndex(java.lang.String dim) throws java.io.IOException, AutomationException
getDimensionIndex
in interface IMDDatasetView
dim
- The dim (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IStringArray getSelectedDimensions() throws java.io.IOException, AutomationException
getSelectedDimensions
in interface IMDDatasetView
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IVariantArray getSelectedDimensionValues() throws java.io.IOException, AutomationException
getSelectedDimensionValues
in interface IMDDatasetView
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ILongArray getSelectedDimensionIndices() throws java.io.IOException, AutomationException
getSelectedDimensionIndices
in interface IMDDatasetView
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void clearSelectedDimensions() throws java.io.IOException, AutomationException
clearSelectedDimensions
in interface IMDDatasetView
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IStringArray getDimensions() throws java.io.IOException, AutomationException
getDimensions
in interface IMDDatasetView
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 |