public interface IAggregationDefinition
extends java.io.Serializable
Description: 'Provides access to members that control an aggregation definition.' 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 |
IIDc21dac9f_7bd8_41cb_b7cf_a70a3aae1e2a |
static int |
xxDummy
Deprecated.
Internal use only
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDimensionName()
The aggregation dimension name.
|
double |
getDuration()
The recurrent duration.
|
int |
getIntervalUnits()
The time interval units.
|
double |
getIntervalValue()
The interval value.
|
double |
getMaximum()
The dimension maximum.
|
double |
getMinimum()
The dimension minimum.
|
void |
getValues(IDoubleArray[] ppMinValues,
IDoubleArray[] ppMaxValues)
The interval minimum and maximum values.
|
void |
putValues(IDoubleArray pMinValues,
IDoubleArray pMaxValues)
The interval minimum and maximum values.
|
void |
setDimensionName(java.lang.String name)
The aggregation dimension name.
|
void |
setDuration(double duration)
The recurrent duration.
|
void |
setIntervalUnits(int units)
The time interval units.
|
void |
setIntervalValue(double value)
The interval value.
|
void |
setMaximum(double max)
The dimension maximum.
|
void |
setMinimum(double min)
The dimension minimum.
|
static final int IIDc21dac9f_7bd8_41cb_b7cf_a70a3aae1e2a
static final int xxDummy
static final java.lang.String IID
java.lang.String getDimensionName()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setDimensionName(java.lang.String name)
throws java.io.IOException,
AutomationException
name - The name (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.int getIntervalUnits()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setIntervalUnits(int units)
throws java.io.IOException,
AutomationException
units - A com.esri.arcgis.system.esriTimeUnits constant (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.double getIntervalValue()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setIntervalValue(double value)
throws java.io.IOException,
AutomationException
value - The value (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.double getMinimum()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setMinimum(double min)
throws java.io.IOException,
AutomationException
min - The min (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.double getMaximum()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setMaximum(double max)
throws java.io.IOException,
AutomationException
max - The max (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.double getDuration()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setDuration(double duration)
throws java.io.IOException,
AutomationException
duration - The duration (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void getValues(IDoubleArray[] ppMinValues, IDoubleArray[] ppMaxValues) throws java.io.IOException, AutomationException
ppMinValues - A reference to a com.esri.arcgis.system.IDoubleArray (out: use single element array)ppMaxValues - A reference to a com.esri.arcgis.system.IDoubleArray (out: use single element array)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void putValues(IDoubleArray pMinValues, IDoubleArray pMaxValues) throws java.io.IOException, AutomationException
pMinValues - A reference to a com.esri.arcgis.system.IDoubleArray (in)pMaxValues - A reference to a com.esri.arcgis.system.IDoubleArray (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.