|
|||||||||
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.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.IOException
public 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.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 IStringArray getVariables() throws java.io.IOException, AutomationException
getVariables
in interface INetCDFWorkspace
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 INetCDFWorkspace
java.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 INetCDFWorkspace
varName
- 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 INetCDFWorkspace
dimName
- 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 INetCDFWorkspace
varName
- 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 INetCDFWorkspace
dimName
- 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 INetCDFWorkspace
dimName
- 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 INetCDFWorkspace
dimName
- 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 INetCDFWorkspace
varName
- 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 INetCDFWorkspace
dimName
- 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 INetCDFWorkspace
varName
- 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 INetCDFWorkspace
name
- 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 INetCDFWorkspace
index
- 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 INetCDFWorkspace
name
- 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 |