Provides access to members that control scientific data builder.
Members
Name | Description | |
---|---|---|
CopyOriginalDimensionValues | Indicates whether original values of the dimensions that are standardized are copied by the raster builder. | |
QueryVariables | Query variables for a given dataset path. | |
Variables | Variables to be selected from the scientific dataset. | |
VariableTypes | The mapping of variable names to corresponding variable types. The type of the variable (observation) determines the data type of the corresponding outgoing dataset. |
IScientificDataBuilder.CopyOriginalDimensionValues Property
Indicates whether original values of the dimensions that are standardized are copied by the raster builder.
Public Property CopyOriginalDimensionValues As Boolean
public bool CopyOriginalDimensionValues {get; set;}
IScientificDataBuilder.QueryVariables Method
Query variables for a given dataset path.
Public Function QueryVariables ( _
ByVal datasetPath As String _
) As IPropertySet
public IPropertySet QueryVariables (
string datasetPath
);
IScientificDataBuilder.Variables Property
Variables to be selected from the scientific dataset.
Public Property Variables As IStringArray
public IStringArray Variables {get; set;}
IScientificDataBuilder.VariableTypes Property
The mapping of variable names to corresponding variable types. The type of the variable (observation) determines the data type of the corresponding outgoing dataset.
Public Property VariableTypes As IPropertySet
public IPropertySet VariableTypes {get; set;}
Classes that implement IScientificDataBuilder
Classes | Description |
---|---|
ScientificDataBuilder | A raster builder for Scientific Data. |