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 =
public class IAggregationDefinitionProxy extends com.esri.arcgis.interop.Dispatch implements IAggregationDefinition, java.io.Serializable
Modifier and Type | Field and Description |
---|---|
boolean |
noncastable
Deprecated.
|
static java.lang.Class |
targetClass
Deprecated.
|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
IID, IIDc21dac9f_7bd8_41cb_b7cf_a70a3aae1e2a
Modifier | Constructor and Description |
---|---|
|
IAggregationDefinitionProxy()
Deprecated.
For internal use only
|
|
IAggregationDefinitionProxy(java.lang.Object obj)
Deprecated.
|
protected |
IAggregationDefinitionProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated.
|
|
IAggregationDefinitionProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
protected |
IAggregationDefinitionProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated.
Adds a Java object to be a listener for a specific kind of event generated by the COM object.
|
java.lang.String |
getDimensionName()
Deprecated.
The aggregation dimension name.
|
double |
getDuration()
Deprecated.
The recurrent duration.
|
int |
getIntervalUnits()
Deprecated.
The time interval units.
|
double |
getIntervalValue()
Deprecated.
The interval value.
|
double |
getMaximum()
Deprecated.
The dimension maximum.
|
double |
getMinimum()
Deprecated.
The dimension minimum.
|
void |
getValues(IDoubleArray[] ppMinValues,
IDoubleArray[] ppMaxValues)
Deprecated.
The interval minimum and maximum values.
|
void |
putValues(IDoubleArray pMinValues,
IDoubleArray pMaxValues)
Deprecated.
The interval minimum and maximum values.
|
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated.
Removes a Java object as a listener to events generated by a COM object.
|
void |
setDimensionName(java.lang.String name)
Deprecated.
The aggregation dimension name.
|
void |
setDuration(double duration)
Deprecated.
The recurrent duration.
|
void |
setIntervalUnits(int units)
Deprecated.
The time interval units.
|
void |
setIntervalValue(double value)
Deprecated.
The interval value.
|
void |
setMaximum(double max)
Deprecated.
The dimension maximum.
|
void |
setMinimum(double min)
Deprecated.
The dimension minimum.
|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal
public static final java.lang.Class targetClass
public boolean noncastable
public IAggregationDefinitionProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.net.UnknownHostException, java.io.IOException
java.net.UnknownHostException
java.io.IOException
public IAggregationDefinitionProxy()
public IAggregationDefinitionProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IAggregationDefinitionProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IAggregationDefinitionProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.io.IOException
java.io.IOException
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
addListener
in class com.esri.arcgis.interop.Dispatch
iidStr
- the ID of the outgoing interface, implemented by the listenertheListener
- the object to be informed of the eventstheSource
- the proxy class that represents the COM class that is the source of the eventsjava.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
removeListener
in class com.esri.arcgis.interop.Dispatch
iidStr
- the ID of the outgoing interface, implemented by the listenertheListener
- the object that no longer wishes to be informed of the eventsjava.io.IOException
public java.lang.String getDimensionName() throws java.io.IOException, AutomationException
getDimensionName
in interface IAggregationDefinition
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setDimensionName(java.lang.String name) throws java.io.IOException, AutomationException
setDimensionName
in interface IAggregationDefinition
name
- The name (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getIntervalUnits() throws java.io.IOException, AutomationException
getIntervalUnits
in interface IAggregationDefinition
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setIntervalUnits(int units) throws java.io.IOException, AutomationException
setIntervalUnits
in interface IAggregationDefinition
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.public double getIntervalValue() throws java.io.IOException, AutomationException
getIntervalValue
in interface IAggregationDefinition
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setIntervalValue(double value) throws java.io.IOException, AutomationException
setIntervalValue
in interface IAggregationDefinition
value
- The value (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public double getMinimum() throws java.io.IOException, AutomationException
getMinimum
in interface IAggregationDefinition
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setMinimum(double min) throws java.io.IOException, AutomationException
setMinimum
in interface IAggregationDefinition
min
- The min (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public double getMaximum() throws java.io.IOException, AutomationException
getMaximum
in interface IAggregationDefinition
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setMaximum(double max) throws java.io.IOException, AutomationException
setMaximum
in interface IAggregationDefinition
max
- The max (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public double getDuration() throws java.io.IOException, AutomationException
getDuration
in interface IAggregationDefinition
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setDuration(double duration) throws java.io.IOException, AutomationException
setDuration
in interface IAggregationDefinition
duration
- The duration (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void getValues(IDoubleArray[] ppMinValues, IDoubleArray[] ppMaxValues) throws java.io.IOException, AutomationException
getValues
in interface IAggregationDefinition
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.public void putValues(IDoubleArray pMinValues, IDoubleArray pMaxValues) throws java.io.IOException, AutomationException
putValues
in interface IAggregationDefinition
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.