Description: 'Provides access to members that define a multidimensional value object.' 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 IDimensionalDefinition2Proxy extends IDimensionalDefinitionProxy implements IDimensionalDefinition2, 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, IID52a4a28e_eca0_4172_a577_da414be8a11b
IID30e433e7_f5b1_4595_93fc_e3a3a16e1889
Modifier | Constructor and Description |
---|---|
|
IDimensionalDefinition2Proxy()
Deprecated.
For internal use only
|
|
IDimensionalDefinition2Proxy(java.lang.Object obj)
Deprecated.
|
protected |
IDimensionalDefinition2Proxy(java.lang.Object obj,
java.lang.String iid)
Deprecated.
|
|
IDimensionalDefinition2Proxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
protected |
IDimensionalDefinition2Proxy(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.
|
int |
getSliceID()
Deprecated.
The slice ID.
|
IDimensionalDefinition |
intersect(IDimensionalDefinition pDef)
Deprecated.
Intersect two dimensional definitions.
|
void |
intersects(IDimensionalDefinition pDef,
float[] coverage)
Deprecated.
Test if it intersects with another dimensional definition.
|
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 |
setSliceID(int sliceID)
Deprecated.
The slice ID.
|
IDimensionalDefinition |
union(IDimensionalDefinition pDef)
Deprecated.
Union two dimensional definitions.
|
getDimensionName, getMaximumValues, getMinimumValues, getProperties, getVariableName, setDimensionName, setMaximumValuesByRef, setMinimumValuesByRef, setPropertiesByRef, setVariableName
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
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getDimensionName, getMaximumValues, getMinimumValues, getProperties, getVariableName, setDimensionName, setMaximumValuesByRef, setMinimumValuesByRef, setPropertiesByRef, setVariableName
public static final java.lang.Class targetClass
public boolean noncastable
public IDimensionalDefinition2Proxy(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 IDimensionalDefinition2Proxy()
public IDimensionalDefinition2Proxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IDimensionalDefinition2Proxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IDimensionalDefinition2Proxy(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 IDimensionalDefinitionProxy
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 IDimensionalDefinitionProxy
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 IDimensionalDefinition intersect(IDimensionalDefinition pDef) throws java.io.IOException, AutomationException
intersect
in interface IDimensionalDefinition2
pDef
- A reference to a com.esri.arcgis.datasourcesraster.IDimensionalDefinition (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IDimensionalDefinition union(IDimensionalDefinition pDef) throws java.io.IOException, AutomationException
union
in interface IDimensionalDefinition2
pDef
- A reference to a com.esri.arcgis.datasourcesraster.IDimensionalDefinition (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getSliceID() throws java.io.IOException, AutomationException
getSliceID
in interface IDimensionalDefinition2
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setSliceID(int sliceID) throws java.io.IOException, AutomationException
setSliceID
in interface IDimensionalDefinition2
sliceID
- The sliceID (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void intersects(IDimensionalDefinition pDef, float[] coverage) throws java.io.IOException, AutomationException
intersects
in interface IDimensionalDefinition2
pDef
- A reference to a com.esri.arcgis.datasourcesraster.IDimensionalDefinition (in)coverage
- The coverage (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.