com.esri.arcgis.geoprocessing
Class IGPNetCDFWorkspaceProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.geoprocessing.IGPNetCDFWorkspaceProxy
All Implemented Interfaces:
IGPNetCDFWorkspace, java.io.Externalizable, java.io.Serializable

Deprecated. Internal use only. Proxy for COM Interface 'IGPNetCDFWorkspace'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriGeoprocessing.olb'

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
extends com.esri.arcgis.interop.Dispatch
implements IGPNetCDFWorkspace, java.io.Serializable

Internal use class

See Also:
Serialized Form

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

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

IGPNetCDFWorkspaceProxy

public IGPNetCDFWorkspaceProxy(java.lang.String CLSID,
                               java.lang.String host,
                               com.esri.arcgis.interop.AuthInfo authInfo)
                        throws java.net.UnknownHostException,
                               java.io.IOException
Deprecated. 
Throws:
java.net.UnknownHostException
java.io.IOException

IGPNetCDFWorkspaceProxy

public IGPNetCDFWorkspaceProxy()
Deprecated. 
For internal use only


IGPNetCDFWorkspaceProxy

public IGPNetCDFWorkspaceProxy(java.lang.Object obj)
                        throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IGPNetCDFWorkspaceProxy

protected IGPNetCDFWorkspaceProxy(java.lang.Object obj,
                                  java.lang.String iid)
                           throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IGPNetCDFWorkspaceProxy

protected IGPNetCDFWorkspaceProxy(java.lang.String CLSID,
                                  java.lang.String iid,
                                  java.lang.String host,
                                  com.esri.arcgis.interop.AuthInfo authInfo)
                           throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Deprecated. 
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Deprecated. 
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

initialize

public void initialize(INetCDFWorkspace pNetCDFWorkspace)
                throws java.io.IOException,
                       AutomationException
Deprecated. 
Initialize the NetCDFWorkspace dispatch object to the properties of the real NetCDFWorkspace object

Specified by:
initialize in interface IGPNetCDFWorkspace
Parameters:
pNetCDFWorkspace - A reference to a com.esri.arcgis.datasourcesnetCDF.INetCDFWorkspace (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getVariables

public IGpEnumList getVariables()
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
The variables of the NetCDFWorkspace

Specified by:
getVariables in interface IGPNetCDFWorkspace
Returns:
A reference to a com.esri.arcgis.geoprocessing.IGpEnumList
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getVariablesByDimension

public IGpEnumList getVariablesByDimension(java.lang.String dimension)
                                    throws java.io.IOException,
                                           AutomationException
Deprecated. 
The variables of the NetCDFWorkspace by dimension

Specified by:
getVariablesByDimension in interface IGPNetCDFWorkspace
Parameters:
dimension - The dimension (in)
Returns:
A reference to a com.esri.arcgis.geoprocessing.IGpEnumList
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDimensions

public IGpEnumList getDimensions()
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
The dimensions of the NetCDFWorkspace

Specified by:
getDimensions in interface IGPNetCDFWorkspace
Returns:
A reference to a com.esri.arcgis.geoprocessing.IGpEnumList
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDimensionsByVariable

public IGpEnumList getDimensionsByVariable(java.lang.String variable)
                                    throws java.io.IOException,
                                           AutomationException
Deprecated. 
The dimensions of the NetCDFWorkspace by variable

Specified by:
getDimensionsByVariable in interface IGPNetCDFWorkspace
Parameters:
variable - The variable (in)
Returns:
A reference to a com.esri.arcgis.geoprocessing.IGpEnumList
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDimensionSize

public int getDimensionSize(java.lang.String dimension)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
The number of dimensions of the NetCDFWorkspace

Specified by:
getDimensionSize in interface IGPNetCDFWorkspace
Parameters:
dimension - The dimension (in)
Returns:
The pSize
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDimensionValue

public java.lang.Object getDimensionValue(java.lang.String dimension,
                                          int index)
                                   throws java.io.IOException,
                                          AutomationException
Deprecated. 
The value of a dimension of the NetCDFWorkspace

Specified by:
getDimensionValue in interface IGPNetCDFWorkspace
Parameters:
dimension - The dimension (in)
index - The index (in)
Returns:
A Variant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDimensionIndex

public int getDimensionIndex(java.lang.String dimension,
                             java.lang.Object value)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
The index of a dimension of the NetCDFWorkspace

Specified by:
getDimensionIndex in interface IGPNetCDFWorkspace
Parameters:
dimension - The dimension (in)
value - A Variant (in)
Returns:
The pIndex
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getAttributeNames

public IGpEnumList getAttributeNames(java.lang.String variable)
                              throws java.io.IOException,
                                     AutomationException
Deprecated. 
The names of the attributes of the NetCDFWorkspace

Specified by:
getAttributeNames in interface IGPNetCDFWorkspace
Parameters:
variable - The variable (in)
Returns:
A reference to a com.esri.arcgis.geoprocessing.IGpEnumList
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getAttributeValue

public java.lang.Object getAttributeValue(java.lang.String variable,
                                          java.lang.String attribute,
                                          int valueIndex)
                                   throws java.io.IOException,
                                          AutomationException
Deprecated. 
The value of an attribute of the NetCDFWorkspace

Specified by:
getAttributeValue in interface IGPNetCDFWorkspace
Parameters:
variable - The variable (in)
attribute - The attribute (in)
valueIndex - The valueIndex (in)
Returns:
A Variant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFieldType

public java.lang.String getFieldType(java.lang.String name)
                              throws java.io.IOException,
                                     AutomationException
Deprecated. 
The type of a field of the NetCDFWorkspace

Specified by:
getFieldType in interface IGPNetCDFWorkspace
Parameters:
name - The name (in)
Returns:
The pType
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSpatialReference

public IGpSpRefObject getSpatialReference(java.lang.String variable,
                                          java.lang.String xDim,
                                          java.lang.String yDim)
                                   throws java.io.IOException,
                                          AutomationException
Deprecated. 
The spatial reference of the NetCDFWorkspace

Specified by:
getSpatialReference in interface IGPNetCDFWorkspace
Parameters:
variable - The variable (in)
xDim - The xDim (in)
yDim - The yDim (in)
Returns:
A reference to a com.esri.arcgis.geoprocessing.IGpSpRefObject
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.