|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface INetCDFWorkspace
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 | |
---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IID2d289ea0_e56e_44e9_bdb7_1bc829222cc3
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
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. |
Field Detail |
---|
static final int IID2d289ea0_e56e_44e9_bdb7_1bc829222cc3
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
IStringArray getVariables() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IStringArray getDimensions() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IStringArray getAttributeNames(java.lang.String varName) throws java.io.IOException, AutomationException
varName
- The varName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getDimensionSize(java.lang.String dimName) throws java.io.IOException, AutomationException
dimName
- The dimName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IStringArray getDimensionsByVariable(java.lang.String varName) throws java.io.IOException, AutomationException
varName
- The varName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IStringArray getVariablesByDimension(java.lang.String dimName) throws java.io.IOException, AutomationException
dimName
- The dimName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.Object getDimensionValue(java.lang.String dimName, int index) throws java.io.IOException, AutomationException
dimName
- The dimName (in)index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getDimensionIndex(java.lang.String dimName, java.lang.Object vValue) throws java.io.IOException, AutomationException
dimName
- The dimName (in)vValue
- A Variant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.Object getAttributeValue(java.lang.String varName, java.lang.String attName, int valueIndex) throws java.io.IOException, AutomationException
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.IVariantArray getDimensionValues(java.lang.String dimName) throws java.io.IOException, AutomationException
dimName
- The dimName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ISpatialReference getSpatialReference(java.lang.String varName, java.lang.String xDim, java.lang.String yDim) throws java.io.IOException, AutomationException
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.int getFieldType(java.lang.String name) throws java.io.IOException, AutomationException
name
- The name (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.Object getValueFromIndex(int index, java.lang.String name) throws java.io.IOException, AutomationException
index
- The index (in)name
- The name (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getIndexFromValue(java.lang.String name, java.lang.Object value) throws java.io.IOException, AutomationException
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 |