|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface INetCDFWorkspace
Provides access to members that control a NetCDF workspace.
Method Summary | |
---|---|
IStringArray |
getAttributeNames(String varName)
The array of global or variable specific attribute names. |
Object |
getAttributeValue(String varName,
String attName,
int valueIndex)
The attribute value for a specified variable and an attribute name or keyword. |
int |
getDimensionIndex(String dimName,
Object vValue)
The dimension index for a specified dimension and value. |
IStringArray |
getDimensions()
The array of dimension items. |
IStringArray |
getDimensionsByVariable(String varName)
The dimension items for a specified variable. |
int |
getDimensionSize(String dimName)
The size or length of a specified dimension. |
Object |
getDimensionValue(String dimName,
int index)
The dimension value for a specified dimension and index. |
IVariantArray |
getDimensionValues(String dimName)
The values for a specified dimension. |
int |
getFieldType(String name)
The field type of a variable or dimension. |
int |
getIndexFromValue(String name,
Object value)
Return the index of a specified variable or dimension value. |
ISpatialReference |
getSpatialReference(String varName,
String xDim,
String yDim)
The spatial reference for a variable. |
Object |
getValueFromIndex(int index,
String name)
The dimension or variable value for a given index. |
IStringArray |
getVariables()
The array of variable strings. |
IStringArray |
getVariablesByDimension(String dimName)
All variables having the specified dimension name. |
Method Detail |
---|
IStringArray getVariables() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IStringArray getDimensions() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IStringArray getAttributeNames(String varName) throws IOException, AutomationException
varName
- The varName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getDimensionSize(String dimName) throws IOException, AutomationException
dimName
- The dimName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IStringArray getDimensionsByVariable(String varName) throws IOException, AutomationException
varName
- The varName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IStringArray getVariablesByDimension(String dimName) throws IOException, AutomationException
dimName
- The dimName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.Object getDimensionValue(String dimName, int index) throws IOException, AutomationException
dimName
- The dimName (in)index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getDimensionIndex(String dimName, Object vValue) throws IOException, AutomationException
dimName
- The dimName (in)vValue
- A Variant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.Object getAttributeValue(String varName, String attName, int valueIndex) throws IOException, AutomationException
varName
- The varName (in)attName
- The attName (in)valueIndex
- The valueIndex (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IVariantArray getDimensionValues(String dimName) throws IOException, AutomationException
dimName
- The dimName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ISpatialReference getSpatialReference(String varName, String xDim, String yDim) throws IOException, AutomationException
varName
- The varName (in)xDim
- The xDim (in)yDim
- The yDim (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getFieldType(String name) throws IOException, AutomationException
name
- The name (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.Object getValueFromIndex(int index, String name) throws IOException, AutomationException
index
- The index (in)name
- The name (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getIndexFromValue(String name, Object value) throws IOException, AutomationException
name
- The name (in)value
- A Variant (in)
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 |