IScientificDataBuilder Interface

Provides access to members that control scientific data builder.

Members

Name Description
Read/write property CopyOriginalDimensionValues Indicates whether original values of the dimensions that are standardized are copied by the raster builder.
Method QueryVariables Query variables for a given dataset path.
Read/write property Variables Variables to be selected from the scientific dataset.
Read/write property 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.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.