Description: 'Provides access to the dimension feature class extension.' 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 IMEDimensionClassExtensionBridgeProxy extends com.esri.arcgis.interop.Dispatch implements IMEDimensionClassExtensionBridge, 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, IID0f9409f2_6186_48d7_b614_a721033d1514| Modifier | Constructor and Description |
|---|---|
|
IMEDimensionClassExtensionBridgeProxy()
Deprecated.
For internal use only
|
|
IMEDimensionClassExtensionBridgeProxy(java.lang.Object obj)
Deprecated.
|
protected |
IMEDimensionClassExtensionBridgeProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated.
|
|
IMEDimensionClassExtensionBridgeProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
protected |
IMEDimensionClassExtensionBridgeProxy(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 |
getBuild()
Deprecated.
The build number of the dimension feature class.
|
java.lang.String |
getCIMVersion()
Deprecated.
The CIM Version of the dimension feature class.
|
java.lang.String |
getDimensionStylesJSON()
Deprecated.
A JSON string representing the collection of dimension styles associated with the dimension feature class.
|
int |
getFieldIndexes()
Deprecated.
Get the field indexes
|
int |
getMaxStyleID()
Deprecated.
The maximum style ID in the style collection.
|
double |
getReferenceScale()
Deprecated.
The reference scale of the dimension feature class.
|
IUnit |
getReferenceScaleUnit()
Deprecated.
The reference scale units of the dimension feature class.
|
short |
getVersion()
Deprecated.
The version of the dimension feature class.
|
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 |
resetProperties()
Deprecated.
Resets the in state of the dimension feature class properties to what is persisted in the dataset.
|
void |
setBuild(java.lang.String build)
Deprecated.
The build number of the dimension feature class.
|
void |
setCIMVersion(java.lang.String version)
Deprecated.
The CIM Version of the dimension feature class.
|
void |
setDimensionStylesJSON(java.lang.String json)
Deprecated.
A JSON string representing the collection of dimension styles associated with the dimension feature class.
|
void |
setReferenceScale(double refScale)
Deprecated.
The reference scale of the dimension feature class.
|
void |
setReferenceScaleUnit(IUnit unit)
Deprecated.
The reference scale units of the dimension feature class.
|
void |
setVersion(short vers)
Deprecated.
The version of the dimension feature class.
|
void |
updateProperties()
Deprecated.
Updates the dimension feature class' properties from the current state of this object.
|
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 IMEDimensionClassExtensionBridgeProxy(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 IMEDimensionClassExtensionBridgeProxy()
public IMEDimensionClassExtensionBridgeProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOExceptionprotected IMEDimensionClassExtensionBridgeProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOExceptionprotected IMEDimensionClassExtensionBridgeProxy(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 setReferenceScale(double refScale)
throws java.io.IOException,
AutomationException
setReferenceScale in interface IMEDimensionClassExtensionBridgerefScale - The refScale (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public double getReferenceScale()
throws java.io.IOException,
AutomationException
getReferenceScale in interface IMEDimensionClassExtensionBridgejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setReferenceScaleUnit(IUnit unit) throws java.io.IOException, AutomationException
setReferenceScaleUnit in interface IMEDimensionClassExtensionBridgeunit - A reference to a com.esri.arcgis.geometry.IUnit (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IUnit getReferenceScaleUnit() throws java.io.IOException, AutomationException
getReferenceScaleUnit in interface IMEDimensionClassExtensionBridgejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setDimensionStylesJSON(java.lang.String json)
throws java.io.IOException,
AutomationException
setDimensionStylesJSON in interface IMEDimensionClassExtensionBridgejson - The json (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String getDimensionStylesJSON()
throws java.io.IOException,
AutomationException
getDimensionStylesJSON in interface IMEDimensionClassExtensionBridgejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public short getVersion()
throws java.io.IOException,
AutomationException
getVersion in interface IMEDimensionClassExtensionBridgejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setVersion(short vers)
throws java.io.IOException,
AutomationException
setVersion in interface IMEDimensionClassExtensionBridgevers - The vers (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void updateProperties()
throws java.io.IOException,
AutomationException
updateProperties in interface IMEDimensionClassExtensionBridgejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void resetProperties()
throws java.io.IOException,
AutomationException
resetProperties in interface IMEDimensionClassExtensionBridgejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getFieldIndexes()
throws java.io.IOException,
AutomationException
getFieldIndexes in interface IMEDimensionClassExtensionBridgejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getMaxStyleID()
throws java.io.IOException,
AutomationException
getMaxStyleID in interface IMEDimensionClassExtensionBridgejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String getCIMVersion()
throws java.io.IOException,
AutomationException
getCIMVersion in interface IMEDimensionClassExtensionBridgejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setCIMVersion(java.lang.String version)
throws java.io.IOException,
AutomationException
setCIMVersion in interface IMEDimensionClassExtensionBridgeversion - The version (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String getBuild()
throws java.io.IOException,
AutomationException
getBuild in interface IMEDimensionClassExtensionBridgejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setBuild(java.lang.String build)
throws java.io.IOException,
AutomationException
setBuild in interface IMEDimensionClassExtensionBridgebuild - The build (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.