Description: 'Provides access to members that control a dimension feature.' 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 IMEDimensionFeatureBridgeProxy extends com.esri.arcgis.interop.Dispatch implements IMEDimensionFeatureBridge, 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, IID530bd0d3_9116_49af_9250_9d96b6c025ab| Modifier | Constructor and Description |
|---|---|
|
IMEDimensionFeatureBridgeProxy()
Deprecated.
For internal use only
|
|
IMEDimensionFeatureBridgeProxy(java.lang.Object obj)
Deprecated.
|
protected |
IMEDimensionFeatureBridgeProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated.
|
|
IMEDimensionFeatureBridgeProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
protected |
IMEDimensionFeatureBridgeProxy(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.
|
double |
getCustomLength()
Deprecated.
The dimension feature's custom or user-defined length.
|
java.lang.String |
getDimensionLineOptionJSON()
Deprecated.
The JSON representation of the dimension line option for the feature.
|
java.lang.String |
getDimensionShapeJSON()
Deprecated.
A JSON string representing the dimension feature's shape.
|
java.lang.String |
getDimensionTypeJSON()
Deprecated.
The JSON representation of the dimension type of the feature.
|
java.lang.String |
getExtensionLineOptionJSON()
Deprecated.
TThe JSON representation of the extension line display of the feature.
|
double |
getLength()
Deprecated.
The dimension feature's length.
|
java.lang.String |
getMarkerOptionJSON()
Deprecated.
The JSON representation of the arrow display of the feature.
|
int |
getStyleID()
Deprecated.
The dimension feature's style Id.
|
boolean |
isUseCustomLength()
Deprecated.
Indicates if this dimension feature displays the dimension length or a custom length.
|
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 |
setCustomLength(double length)
Deprecated.
The dimension feature's custom or user-defined length.
|
void |
setDimensionLineOptionJSON(java.lang.String option)
Deprecated.
The JSON representation of the dimension line option for the feature.
|
void |
setDimensionShapeJSON(java.lang.String json)
Deprecated.
A JSON string representing the dimension feature's shape.
|
void |
setDimensionTypeJSON(java.lang.String typeString)
Deprecated.
The JSON representation of the dimension type of the feature.
|
void |
setExtensionLineOptionJSON(java.lang.String option)
Deprecated.
TThe JSON representation of the extension line display of the feature.
|
void |
setMarkerOptionJSON(java.lang.String option)
Deprecated.
The JSON representation of the arrow display of the feature.
|
void |
setStyleID(int iD)
Deprecated.
The dimension feature's style Id.
|
void |
setUseCustomLength(boolean use)
Deprecated.
Indicates if this dimension feature displays the dimension length or a custom length.
|
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 IMEDimensionFeatureBridgeProxy(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 IMEDimensionFeatureBridgeProxy()
public IMEDimensionFeatureBridgeProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOExceptionprotected IMEDimensionFeatureBridgeProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOExceptionprotected IMEDimensionFeatureBridgeProxy(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 setDimensionShapeJSON(java.lang.String json)
throws java.io.IOException,
AutomationException
setDimensionShapeJSON in interface IMEDimensionFeatureBridgejson - The json (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String getDimensionShapeJSON()
throws java.io.IOException,
AutomationException
getDimensionShapeJSON in interface IMEDimensionFeatureBridgejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getStyleID()
throws java.io.IOException,
AutomationException
getStyleID in interface IMEDimensionFeatureBridgejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setStyleID(int iD)
throws java.io.IOException,
AutomationException
setStyleID in interface IMEDimensionFeatureBridgeiD - The iD (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public double getLength()
throws java.io.IOException,
AutomationException
getLength in interface IMEDimensionFeatureBridgejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public double getCustomLength()
throws java.io.IOException,
AutomationException
getCustomLength in interface IMEDimensionFeatureBridgejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setCustomLength(double length)
throws java.io.IOException,
AutomationException
setCustomLength in interface IMEDimensionFeatureBridgelength - The length (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public boolean isUseCustomLength()
throws java.io.IOException,
AutomationException
isUseCustomLength in interface IMEDimensionFeatureBridgejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setUseCustomLength(boolean use)
throws java.io.IOException,
AutomationException
setUseCustomLength in interface IMEDimensionFeatureBridgeuse - The use (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setDimensionLineOptionJSON(java.lang.String option)
throws java.io.IOException,
AutomationException
setDimensionLineOptionJSON in interface IMEDimensionFeatureBridgeoption - The option (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String getDimensionLineOptionJSON()
throws java.io.IOException,
AutomationException
getDimensionLineOptionJSON in interface IMEDimensionFeatureBridgejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setExtensionLineOptionJSON(java.lang.String option)
throws java.io.IOException,
AutomationException
setExtensionLineOptionJSON in interface IMEDimensionFeatureBridgeoption - The option (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String getExtensionLineOptionJSON()
throws java.io.IOException,
AutomationException
getExtensionLineOptionJSON in interface IMEDimensionFeatureBridgejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setMarkerOptionJSON(java.lang.String option)
throws java.io.IOException,
AutomationException
setMarkerOptionJSON in interface IMEDimensionFeatureBridgeoption - The option (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String getMarkerOptionJSON()
throws java.io.IOException,
AutomationException
getMarkerOptionJSON in interface IMEDimensionFeatureBridgejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String getDimensionTypeJSON()
throws java.io.IOException,
AutomationException
getDimensionTypeJSON in interface IMEDimensionFeatureBridgejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setDimensionTypeJSON(java.lang.String typeString)
throws java.io.IOException,
AutomationException
setDimensionTypeJSON in interface IMEDimensionFeatureBridgetypeString - The typeString (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.