public interface IScientificDataBuilder
extends java.io.Serializable
Description: 'Provides access to members that control scientific data builder.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDd23d9945_3920_4319_b777_8daff282117d |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
IStringArray |
getVariables()
Variables to be selected from the scientific dataset.
|
IPropertySet |
getVariableTypes()
The mapping of variable names to corresponding variable types.
|
boolean |
isCopyOriginalDimensionValues()
Indicates whether original values of the dimensions that are standardized are copied by the raster builder.
|
IPropertySet |
queryVariables(java.lang.String datasetPath)
Query variables for a given dataset path.
|
void |
setCopyOriginalDimensionValues(boolean pbCopyOriginalDimensionValues)
Indicates whether original values of the dimensions that are standardized are copied by the raster builder.
|
void |
setVariablesByRef(IStringArray ppVariables)
Variables to be selected from the scientific dataset.
|
void |
setVariableTypesByRef(IPropertySet ppVariableTypes)
The mapping of variable names to corresponding variable types.
|
static final int IIDd23d9945_3920_4319_b777_8daff282117d
static final int xxDummy
static final java.lang.String IID
IPropertySet queryVariables(java.lang.String datasetPath) throws java.io.IOException, AutomationException
datasetPath
- The datasetPath (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IStringArray getVariables() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setVariablesByRef(IStringArray ppVariables) throws java.io.IOException, AutomationException
ppVariables
- A reference to a com.esri.arcgis.system.IStringArray (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IPropertySet getVariableTypes() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setVariableTypesByRef(IPropertySet ppVariableTypes) throws java.io.IOException, AutomationException
ppVariableTypes
- A reference to a com.esri.arcgis.system.IPropertySet (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isCopyOriginalDimensionValues() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setCopyOriginalDimensionValues(boolean pbCopyOriginalDimensionValues) throws java.io.IOException, AutomationException
pbCopyOriginalDimensionValues
- The pbCopyOriginalDimensionValues (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.