This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesNetCDF > ESRI.ArcGIS.DataSourcesNetCDF > Interfaces > IN > INetCDFWorkspace Interface (ArcObjects .NET 10.4 SDK) |
Provides access to members that control a NetCDF workspace.
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 and Classes | Description |
---|---|
NetCDFWorkspace | The NetCDF workspace object. |