public interface ITrendFunctionArguments2 extends ITrendFunctionArguments, java.io.Serializable
Description: 'Provides access to members that control trend function arguments.' 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 |
IID534cfe4b_c42c_4282_9ffb_61a84a1d2705 |
static int |
xxDummy
Deprecated.
Internal use only
|
IID1b183727_8275_436c_9227_baeef6e04bfb
Modifier and Type | Method and Description |
---|---|
int |
getDimensionDefinitionType()
The input dimension definition type.
|
java.lang.String |
getDimensionEnd()
The prediction dimensional end value.
|
double |
getDimensionInterval()
The prediction dimensional interval.
|
java.lang.String |
getDimensionStart()
The prediction dimensional start value.
|
java.lang.String |
getDimensionUnit()
The input dimension definition type.
|
java.lang.String |
getDimensionValues()
The prediction dimensional value.
|
void |
setDimensionDefinitionType(int pDimensionDefinition)
The input dimension definition type.
|
void |
setDimensionEnd(java.lang.String pDimEnd)
The prediction dimensional end value.
|
void |
setDimensionInterval(double pDimInterval)
The prediction dimensional interval.
|
void |
setDimensionStart(java.lang.String pDimStart)
The prediction dimensional start value.
|
void |
setDimensionUnit(java.lang.String pDimensionUnit)
The input dimension definition type.
|
void |
setDimensionValues(java.lang.String pDimValue)
The prediction dimensional value.
|
getCurveParameters, getPlaneParameters, getRaster, setCurveParametersByRef, setPlaneParametersByRef, setRasterByRef
static final int IID534cfe4b_c42c_4282_9ffb_61a84a1d2705
static final int xxDummy
static final java.lang.String IID
java.lang.String getDimensionValues() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setDimensionValues(java.lang.String pDimValue) throws java.io.IOException, AutomationException
pDimValue
- The pDimValue (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getDimensionDefinitionType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setDimensionDefinitionType(int pDimensionDefinition) throws java.io.IOException, AutomationException
pDimensionDefinition
- A com.esri.arcgis.datasourcesraster.esriRasterDimensionDefinitionType constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getDimensionStart() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setDimensionStart(java.lang.String pDimStart) throws java.io.IOException, AutomationException
pDimStart
- The pDimStart (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getDimensionEnd() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setDimensionEnd(java.lang.String pDimEnd) throws java.io.IOException, AutomationException
pDimEnd
- The pDimEnd (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getDimensionInterval() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setDimensionInterval(double pDimInterval) throws java.io.IOException, AutomationException
pDimInterval
- The pDimInterval (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getDimensionUnit() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setDimensionUnit(java.lang.String pDimensionUnit) throws java.io.IOException, AutomationException
pDimensionUnit
- The pDimensionUnit (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.