|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGPNetCDFWorkspace
Provides access to the NetCDFWorkspace object.
Method Summary | |
---|---|
IGpEnumList |
getAttributeNames(String variable)
The names of the attributes of the NetCDFWorkspace |
Object |
getAttributeValue(String variable,
String attribute,
int valueIndex)
The value of an attribute of the NetCDFWorkspace |
int |
getDimensionIndex(String dimension,
Object value)
The index of a dimension of the NetCDFWorkspace |
IGpEnumList |
getDimensions()
The dimensions of the NetCDFWorkspace |
IGpEnumList |
getDimensionsByVariable(String variable)
The dimensions of the NetCDFWorkspace by variable |
int |
getDimensionSize(String dimension)
The number of dimensions of the NetCDFWorkspace |
Object |
getDimensionValue(String dimension,
int index)
The value of a dimension of the NetCDFWorkspace |
String |
getFieldType(String name)
The type of a field of the NetCDFWorkspace |
IGpSpRefObject |
getSpatialReference(String variable,
String xDim,
String yDim)
The spatial reference of the NetCDFWorkspace |
IGpEnumList |
getVariables()
The variables of the NetCDFWorkspace |
IGpEnumList |
getVariablesByDimension(String dimension)
The variables of the NetCDFWorkspace by dimension |
void |
initialize(INetCDFWorkspace pNetCDFWorkspace)
Initialize the NetCDFWorkspace dispatch object to the properties of the real NetCDFWorkspace object |
Method Detail |
---|
void initialize(INetCDFWorkspace pNetCDFWorkspace) throws IOException, AutomationException
pNetCDFWorkspace
- A reference to a com.esri.arcgis.datasourcesnetCDF.INetCDFWorkspace (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IGpEnumList getVariables() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IGpEnumList getVariablesByDimension(String dimension) throws IOException, AutomationException
dimension
- The dimension (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IGpEnumList getDimensions() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IGpEnumList getDimensionsByVariable(String variable) throws IOException, AutomationException
variable
- The variable (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getDimensionSize(String dimension) throws IOException, AutomationException
dimension
- The dimension (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.Object getDimensionValue(String dimension, int index) throws IOException, AutomationException
dimension
- The dimension (in)index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getDimensionIndex(String dimension, Object value) throws IOException, AutomationException
dimension
- The dimension (in)value
- A Variant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IGpEnumList getAttributeNames(String variable) throws IOException, AutomationException
variable
- The variable (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.Object getAttributeValue(String variable, String attribute, int valueIndex) throws IOException, AutomationException
variable
- The variable (in)attribute
- The attribute (in)valueIndex
- The valueIndex (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getFieldType(String name) throws IOException, AutomationException
name
- The name (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IGpSpRefObject getSpatialReference(String variable, String xDim, String yDim) throws IOException, AutomationException
variable
- The variable (in)xDim
- The xDim (in)yDim
- The yDim (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 |