|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.datasourcesraster.IMultidimensionalInfoProxy
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
Internal use class
| Field Summary | |
|---|---|
boolean |
noncastable
Deprecated. |
static java.lang.Class |
targetClass
Deprecated. |
| Fields inherited from class com.esri.arcgis.interop.Dispatch |
|---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
| Fields inherited from interface com.esri.arcgis.datasourcesraster.IMultidimensionalInfo |
|---|
IID, IID583c9454_50f0_4def_bad5_c9b39add39d2 |
| Constructor Summary | |
|---|---|
|
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. |
| Method Summary | |
|---|---|
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. |
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. |
void |
removeVariable(java.lang.String bsVariableName)
Deprecated. Removes all attributes, dimensions, and dimension values associated with the specified variable. |
| Methods inherited from class com.esri.arcgis.interop.Dispatch |
|---|
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 |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.Class targetClass
public boolean noncastable
| Constructor Detail |
|---|
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.UnknownHostException
java.io.IOExceptionpublic IMultidimensionalInfoProxy()
public IMultidimensionalInfoProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOException
protected IMultidimensionalInfoProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOException
protected 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.IOException| Method Detail |
|---|
public void addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
throws java.io.IOException
addListener in class com.esri.arcgis.interop.Dispatchjava.io.IOException
public void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
removeListener in class com.esri.arcgis.interop.Dispatchjava.io.IOException
public 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.datasourcesraster.IMultidimensionalInfo (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||