|
|||||||||
| 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.INetCDFWorkspaceProxy
public class INetCDFWorkspaceProxy
Internal use class Proxy for COM Interface 'INetCDFWorkspace'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriDataSourcesNetCDF.olb'
Description: 'Provides access to members that control a NetCDF workspace.' 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 =
| Field Summary | |
|---|---|
boolean |
noncastable
|
static java.lang.Class |
targetClass
|
| 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.INetCDFWorkspace |
|---|
IID, IID2d289ea0_e56e_44e9_bdb7_1bc829222cc3 |
| Constructor Summary | |
|---|---|
|
INetCDFWorkspaceProxy()
For internal use only |
|
INetCDFWorkspaceProxy(java.lang.Object obj)
|
protected |
INetCDFWorkspaceProxy(java.lang.Object obj,
java.lang.String iid)
|
|
INetCDFWorkspaceProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
|
protected |
INetCDFWorkspaceProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
|
| Method Summary | |
|---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
|
IStringArray |
getAttributeNames(java.lang.String varName)
The array of global or variable specific attribute names. |
java.lang.Object |
getAttributeValue(java.lang.String varName,
java.lang.String attName,
int valueIndex)
The attribute value for a specified variable and an attribute name or keyword. |
int |
getDimensionIndex(java.lang.String dimName,
java.lang.Object vValue)
The dimension index for a specified dimension and value. |
IStringArray |
getDimensions()
The array of dimension items. |
IStringArray |
getDimensionsByVariable(java.lang.String varName)
The dimension items for a specified variable. |
int |
getDimensionSize(java.lang.String dimName)
The size or length of a specified dimension. |
java.lang.Object |
getDimensionValue(java.lang.String dimName,
int index)
The dimension value for a specified dimension and index. |
IVariantArray |
getDimensionValues(java.lang.String dimName)
The values for a specified dimension. |
int |
getFieldType(java.lang.String name)
The field type of a variable or dimension. |
int |
getIndexFromValue(java.lang.String name,
java.lang.Object value)
Return the index of a specified variable or dimension value. |
ISpatialReference |
getSpatialReference(java.lang.String varName,
java.lang.String xDim,
java.lang.String yDim)
The spatial reference for a variable. |
java.lang.Object |
getValueFromIndex(int index,
java.lang.String name)
The dimension or variable value for a given index. |
IStringArray |
getVariables()
The array of variable strings. |
IStringArray |
getVariablesByDimension(java.lang.String dimName)
All variables having the specified dimension name. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
|
| 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 INetCDFWorkspaceProxy(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 INetCDFWorkspaceProxy()
public INetCDFWorkspaceProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOException
protected INetCDFWorkspaceProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOException
protected INetCDFWorkspaceProxy(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 getVariables()
throws java.io.IOException,
AutomationException
getVariables in interface INetCDFWorkspacejava.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 INetCDFWorkspacejava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IStringArray getAttributeNames(java.lang.String varName)
throws java.io.IOException,
AutomationException
getAttributeNames in interface INetCDFWorkspacevarName - The varName (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getDimensionSize(java.lang.String dimName)
throws java.io.IOException,
AutomationException
getDimensionSize in interface INetCDFWorkspacedimName - The dimName (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IStringArray getDimensionsByVariable(java.lang.String varName)
throws java.io.IOException,
AutomationException
getDimensionsByVariable in interface INetCDFWorkspacevarName - The varName (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IStringArray getVariablesByDimension(java.lang.String dimName)
throws java.io.IOException,
AutomationException
getVariablesByDimension in interface INetCDFWorkspacedimName - The dimName (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 dimName,
int index)
throws java.io.IOException,
AutomationException
getDimensionValue in interface INetCDFWorkspacedimName - The dimName (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 dimName,
java.lang.Object vValue)
throws java.io.IOException,
AutomationException
getDimensionIndex in interface INetCDFWorkspacedimName - The dimName (in)vValue - A Variant (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 varName,
java.lang.String attName,
int valueIndex)
throws java.io.IOException,
AutomationException
getAttributeValue in interface INetCDFWorkspacevarName - The varName (in)attName - The attName (in)valueIndex - The valueIndex (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IVariantArray getDimensionValues(java.lang.String dimName)
throws java.io.IOException,
AutomationException
getDimensionValues in interface INetCDFWorkspacedimName - The dimName (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ISpatialReference getSpatialReference(java.lang.String varName,
java.lang.String xDim,
java.lang.String yDim)
throws java.io.IOException,
AutomationException
getSpatialReference in interface INetCDFWorkspacevarName - The varName (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.
public int getFieldType(java.lang.String name)
throws java.io.IOException,
AutomationException
getFieldType in interface INetCDFWorkspacename - The name (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.Object getValueFromIndex(int index,
java.lang.String name)
throws java.io.IOException,
AutomationException
getValueFromIndex in interface INetCDFWorkspaceindex - The index (in)name - The name (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getIndexFromValue(java.lang.String name,
java.lang.Object value)
throws java.io.IOException,
AutomationException
getIndexFromValue in interface INetCDFWorkspacename - The name (in)value - A Variant (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 | ||||||||