|
|||||||||
| 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.geoprocessing.IGPNetCDFWorkspaceProxy
Description: 'Provides access to the NetCDFWorkspace object.' 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 IGPNetCDFWorkspaceProxy
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.IGPNetCDFWorkspace |
|---|
DISPID_1_NAME, DISPID_10_NAME, DISPID_11_NAME, DISPID_12_NAME, DISPID_2_NAME, DISPID_3_NAME, DISPID_4_NAME, DISPID_5_NAME, DISPID_6_NAME, DISPID_7_NAME, DISPID_8_NAME, DISPID_9_NAME, IID, IID989fab73_2af7_4823_9be0_5732bf089aa6 |
| Constructor Summary | |
|---|---|
|
IGPNetCDFWorkspaceProxy()
Deprecated. For internal use only |
|
IGPNetCDFWorkspaceProxy(java.lang.Object obj)
Deprecated. |
protected |
IGPNetCDFWorkspaceProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
IGPNetCDFWorkspaceProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
IGPNetCDFWorkspaceProxy(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. |
IGpEnumList |
getAttributeNames(java.lang.String variable)
Deprecated. The names of the attributes of the NetCDFWorkspace |
java.lang.Object |
getAttributeValue(java.lang.String variable,
java.lang.String attribute,
int valueIndex)
Deprecated. The value of an attribute of the NetCDFWorkspace |
int |
getDimensionIndex(java.lang.String dimension,
java.lang.Object value)
Deprecated. The index of a dimension of the NetCDFWorkspace |
IGpEnumList |
getDimensions()
Deprecated. The dimensions of the NetCDFWorkspace |
IGpEnumList |
getDimensionsByVariable(java.lang.String variable)
Deprecated. The dimensions of the NetCDFWorkspace by variable |
int |
getDimensionSize(java.lang.String dimension)
Deprecated. The number of dimensions of the NetCDFWorkspace |
java.lang.Object |
getDimensionValue(java.lang.String dimension,
int index)
Deprecated. The value of a dimension of the NetCDFWorkspace |
java.lang.String |
getFieldType(java.lang.String name)
Deprecated. The type of a field of the NetCDFWorkspace |
IGpSpRefObject |
getSpatialReference(java.lang.String variable,
java.lang.String xDim,
java.lang.String yDim)
Deprecated. The spatial reference of the NetCDFWorkspace |
IGpEnumList |
getVariables()
Deprecated. The variables of the NetCDFWorkspace |
IGpEnumList |
getVariablesByDimension(java.lang.String dimension)
Deprecated. The variables of the NetCDFWorkspace by dimension |
void |
initialize(INetCDFWorkspace pNetCDFWorkspace)
Deprecated. Initialize the NetCDFWorkspace dispatch object to the properties of the real NetCDFWorkspace object |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
| 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 IGPNetCDFWorkspaceProxy(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 IGPNetCDFWorkspaceProxy()
public IGPNetCDFWorkspaceProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOException
protected IGPNetCDFWorkspaceProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOException
protected IGPNetCDFWorkspaceProxy(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 void initialize(INetCDFWorkspace pNetCDFWorkspace)
throws java.io.IOException,
AutomationException
initialize in interface IGPNetCDFWorkspacepNetCDFWorkspace - A reference to a com.esri.arcgis.datasourcesnetCDF.INetCDFWorkspace (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IGpEnumList getVariables()
throws java.io.IOException,
AutomationException
getVariables in interface IGPNetCDFWorkspacejava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IGpEnumList getVariablesByDimension(java.lang.String dimension)
throws java.io.IOException,
AutomationException
getVariablesByDimension in interface IGPNetCDFWorkspacedimension - The dimension (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IGpEnumList getDimensions()
throws java.io.IOException,
AutomationException
getDimensions in interface IGPNetCDFWorkspacejava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IGpEnumList getDimensionsByVariable(java.lang.String variable)
throws java.io.IOException,
AutomationException
getDimensionsByVariable in interface IGPNetCDFWorkspacevariable - The variable (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getDimensionSize(java.lang.String dimension)
throws java.io.IOException,
AutomationException
getDimensionSize in interface IGPNetCDFWorkspacedimension - The dimension (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 dimension,
int index)
throws java.io.IOException,
AutomationException
getDimensionValue in interface IGPNetCDFWorkspacedimension - The dimension (in)index - The index (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getDimensionIndex(java.lang.String dimension,
java.lang.Object value)
throws java.io.IOException,
AutomationException
getDimensionIndex in interface IGPNetCDFWorkspacedimension - The dimension (in)value - A Variant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IGpEnumList getAttributeNames(java.lang.String variable)
throws java.io.IOException,
AutomationException
getAttributeNames in interface IGPNetCDFWorkspacevariable - The variable (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.Object getAttributeValue(java.lang.String variable,
java.lang.String attribute,
int valueIndex)
throws java.io.IOException,
AutomationException
getAttributeValue in interface IGPNetCDFWorkspacevariable - The variable (in)attribute - The attribute (in)valueIndex - The valueIndex (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getFieldType(java.lang.String name)
throws java.io.IOException,
AutomationException
getFieldType in interface IGPNetCDFWorkspacename - The name (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IGpSpRefObject getSpatialReference(java.lang.String variable,
java.lang.String xDim,
java.lang.String yDim)
throws java.io.IOException,
AutomationException
getSpatialReference in interface IGPNetCDFWorkspacevariable - The variable (in)xDim - The xDim (in)yDim - The yDim (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 | ||||||||