Provides access to members that control a NetCDF workspace.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
Description | ||
---|---|---|
GetAttributeNames | The array of global or variable specific attribute names. | |
GetAttributeValue | The attribute value for a specified variable and an attribute name or keyword. | |
GetDimensionIndex | The dimension index for a specified dimension and value. | |
GetDimensions | The array of dimension items. | |
GetDimensionsByVariable | The dimension items for a specified variable. | |
GetDimensionSize | The size or length of a specified dimension. | |
GetDimensionValue | The dimension value for a specified dimension and index. | |
GetDimensionValues | The values for a specified dimension. | |
GetFieldType | The field type of a variable or dimension. | |
GetIndexFromValue | Return the index of a specified variable or dimension value. | |
GetSpatialReference | The spatial reference for a variable. | |
GetValueFromIndex | The dimension or variable value for a given index. | |
GetVariables | The array of variable strings. | |
GetVariablesByDimension | All variables having the specified dimension name. |
CoClasses that implement INetCDFWorkspace
CoClasses and Classes | Description |
---|---|
NetCDFWorkspace | The NetCDF workspace object. |