Description: 'Provides access to members that control a multidimensional info 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 IMultidimensionalInfoProxy extends com.esri.arcgis.interop.Dispatch implements IMultidimensionalInfo, 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, IID583c9454_50f0_4def_bad5_c9b39add39d2| Modifier | Constructor and Description |
|---|---|
|
IMultidimensionalInfoProxy()
Deprecated.
For internal use only
|
|
IMultidimensionalInfoProxy(java.lang.Object obj)
Deprecated.
|
protected |
IMultidimensionalInfoProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated.
|
|
IMultidimensionalInfoProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
protected |
IMultidimensionalInfoProxy(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 |
add(IMultidimensionalInfo pMdInfo)
Deprecated.
Adds to this object all information contained in the specified multidimensional info object.
|
void |
addDimensionValue(java.lang.String bsDimensionName,
java.lang.String bsVariableName,
double minDimensionValue,
double maxDimensionValue)
Deprecated.
Adds a new value range along the specified dimension associated with the specified variable.
|
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 |
convertDimensionValueToString(java.lang.String bsDimensionName,
java.lang.String bsVariableName,
double dimensionValue)
Deprecated.
Returns an appropriate textual representation of the specified dimension value.
|
double |
convertStringToDimensionValue(java.lang.String bsDimensionName,
java.lang.String bsVariableName,
java.lang.String bsDimensionStringValue)
Deprecated.
Returns the numeric form of the dimension value given it's textual representation.
|
void |
defineDimension(java.lang.String bsDimensionName,
java.lang.String bsVariableName,
IPropertySet pDimensionAttributes)
Deprecated.
Defines a dimension associated with the specified variable using the dimension-specific attributes.
|
void |
defineVariable(java.lang.String bsVariableName,
IPropertySet pVariableAttributes)
Deprecated.
Defines a variable using the set of all associated attributes.
|
IPropertySet |
getDimensionAttributes(java.lang.String bsDimensionName,
java.lang.String bsVariableName)
Deprecated.
Returns the attributes corresponding to the specified dimension associated with the specified variable.
|
IStringArray |
getDimensionNames(java.lang.String bsVariableName)
Deprecated.
The set of dimension names associated with the specified variable.
|
void |
getDimensionValues(java.lang.String bsDimensionName,
java.lang.String bsVariableName,
IDoubleArray[] ppMinDimensionValues,
IDoubleArray[] ppMaxDimensionValues)
Deprecated.
Returns the set of value ranges along the specified dimension associated with the specified variable.
|
IPropertySet |
getVariableAttributes(java.lang.String bsVariableName)
Deprecated.
Returns the attributes associated with the specified variable.
|
IStringArray |
getVariableNames()
Deprecated.
The set of all variable names.
|
void |
putDimensionValues(java.lang.String bsDimensionName,
java.lang.String bsVariableName,
IDoubleArray pMinDimensionValues,
IDoubleArray pMaxDimensionValues)
Deprecated.
Sets the value ranges along the specified dimension associated with the specified variable.
|
void |
removeDimension(java.lang.String bsDimensionName,
java.lang.String bsVariableName)
Deprecated.
Removes all attributes and values corresponding to the specified dimension associated with the specified variable.
|
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 |
removeVariable(java.lang.String bsVariableName)
Deprecated.
Removes all attributes, dimensions, and dimension values associated with the specified variable.
|
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 IMultidimensionalInfoProxy(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 IMultidimensionalInfoProxy()
public IMultidimensionalInfoProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOExceptionprotected IMultidimensionalInfoProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOExceptionprotected IMultidimensionalInfoProxy(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 void defineVariable(java.lang.String bsVariableName,
IPropertySet pVariableAttributes)
throws java.io.IOException,
AutomationException
defineVariable in interface IMultidimensionalInfobsVariableName - The bsVariableName (in)pVariableAttributes - A reference to a com.esri.arcgis.system.IPropertySet (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IPropertySet getVariableAttributes(java.lang.String bsVariableName) throws java.io.IOException, AutomationException
getVariableAttributes in interface IMultidimensionalInfobsVariableName - The bsVariableName (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void removeVariable(java.lang.String bsVariableName)
throws java.io.IOException,
AutomationException
removeVariable in interface IMultidimensionalInfobsVariableName - The bsVariableName (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IStringArray getVariableNames() throws java.io.IOException, AutomationException
getVariableNames in interface IMultidimensionalInfojava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void defineDimension(java.lang.String bsDimensionName,
java.lang.String bsVariableName,
IPropertySet pDimensionAttributes)
throws java.io.IOException,
AutomationException
defineDimension in interface IMultidimensionalInfobsDimensionName - The bsDimensionName (in)bsVariableName - The bsVariableName (in)pDimensionAttributes - A reference to a com.esri.arcgis.system.IPropertySet (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IPropertySet getDimensionAttributes(java.lang.String bsDimensionName, java.lang.String bsVariableName) throws java.io.IOException, AutomationException
getDimensionAttributes in interface IMultidimensionalInfobsDimensionName - The bsDimensionName (in)bsVariableName - The bsVariableName (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void removeDimension(java.lang.String bsDimensionName,
java.lang.String bsVariableName)
throws java.io.IOException,
AutomationException
removeDimension in interface IMultidimensionalInfobsDimensionName - The bsDimensionName (in)bsVariableName - The bsVariableName (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void putDimensionValues(java.lang.String bsDimensionName,
java.lang.String bsVariableName,
IDoubleArray pMinDimensionValues,
IDoubleArray pMaxDimensionValues)
throws java.io.IOException,
AutomationException
putDimensionValues in interface IMultidimensionalInfobsDimensionName - The bsDimensionName (in)bsVariableName - The bsVariableName (in)pMinDimensionValues - A reference to a com.esri.arcgis.system.IDoubleArray (in)pMaxDimensionValues - 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.public void addDimensionValue(java.lang.String bsDimensionName,
java.lang.String bsVariableName,
double minDimensionValue,
double maxDimensionValue)
throws java.io.IOException,
AutomationException
addDimensionValue in interface IMultidimensionalInfobsDimensionName - The bsDimensionName (in)bsVariableName - The bsVariableName (in)minDimensionValue - The minDimensionValue (in)maxDimensionValue - The maxDimensionValue (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void getDimensionValues(java.lang.String bsDimensionName,
java.lang.String bsVariableName,
IDoubleArray[] ppMinDimensionValues,
IDoubleArray[] ppMaxDimensionValues)
throws java.io.IOException,
AutomationException
getDimensionValues in interface IMultidimensionalInfobsDimensionName - The bsDimensionName (in)bsVariableName - The bsVariableName (in)ppMinDimensionValues - A reference to a com.esri.arcgis.system.IDoubleArray (out: use single element array)ppMaxDimensionValues - 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 java.lang.String convertDimensionValueToString(java.lang.String bsDimensionName,
java.lang.String bsVariableName,
double dimensionValue)
throws java.io.IOException,
AutomationException
convertDimensionValueToString in interface IMultidimensionalInfobsDimensionName - The bsDimensionName (in)bsVariableName - The bsVariableName (in)dimensionValue - The dimensionValue (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public double convertStringToDimensionValue(java.lang.String bsDimensionName,
java.lang.String bsVariableName,
java.lang.String bsDimensionStringValue)
throws java.io.IOException,
AutomationException
convertStringToDimensionValue in interface IMultidimensionalInfobsDimensionName - The bsDimensionName (in)bsVariableName - The bsVariableName (in)bsDimensionStringValue - The bsDimensionStringValue (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IStringArray getDimensionNames(java.lang.String bsVariableName) throws java.io.IOException, AutomationException
getDimensionNames in interface IMultidimensionalInfobsVariableName - The bsVariableName (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void add(IMultidimensionalInfo pMdInfo) throws java.io.IOException, AutomationException
add in interface IMultidimensionalInfopMdInfo - A reference to a com.esri.arcgis.geodatabase.IMultidimensionalInfo (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.