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, objRefIID, 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, writeExternalpublic 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.UnknownHostExceptionjava.io.IOExceptionpublic IAggregationDefinitionProxy()
public IAggregationDefinitionProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOExceptionprotected IAggregationDefinitionProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOExceptionprotected 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.IOExceptionpublic void addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
throws java.io.IOException
com.esri.arcgis.interop.DispatchaddListener in class com.esri.arcgis.interop.DispatchiidStr - 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.IOExceptionpublic void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
com.esri.arcgis.interop.DispatchremoveListener in class com.esri.arcgis.interop.DispatchiidStr - the ID of the outgoing interface, implemented by the listenertheListener - the object that no longer wishes to be informed of the eventsjava.io.IOExceptionpublic java.lang.String getDimensionName()
throws java.io.IOException,
AutomationException
getDimensionName in interface IAggregationDefinitionjava.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 IAggregationDefinitionname - 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 IAggregationDefinitionjava.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 IAggregationDefinitionunits - 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 IAggregationDefinitionjava.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 IAggregationDefinitionvalue - 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 IAggregationDefinitionjava.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 IAggregationDefinitionmin - 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 IAggregationDefinitionjava.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 IAggregationDefinitionmax - 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 IAggregationDefinitionjava.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 IAggregationDefinitionduration - 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 IAggregationDefinitionppMinValues - 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 IAggregationDefinitionpMinValues - 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.