ArcObjects Library Reference (DataSourcesNetCDF)  

INetCDFWorkspace Interface

Provides access to members that control a NetCDF workspace.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Members

Description
Method GetAttributeNames The array of global or variable specific attribute names.
Method GetAttributeValue The attribute value for a specified variable and an attribute name or keyword.
Method GetDimensionIndex The dimension index for a specified dimension and value.
Method GetDimensions The array of dimension items.
Method GetDimensionsByVariable The dimension items for a specified variable.
Method GetDimensionSize The size or length of a specified dimension.
Method GetDimensionValue The dimension value for a specified dimension and index.
Method GetDimensionValues The values for a specified dimension.
Method GetFieldType The field type of a variable or dimension.
Method GetIndexFromValue Return the index of a specified variable or dimension value.
Method GetSpatialReference The spatial reference for a variable.
Method GetValueFromIndex The dimension or variable value for a given index.
Method GetVariables The array of variable strings.
Method GetVariablesByDimension All variables having the specified dimension name.

CoClasses that implement INetCDFWorkspace

CoClasses and Classes Description
NetCDFWorkspace The NetCDF workspace object.