|
|||||||||
| 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.carto.IDimensionFeatureProxy
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 IDimensionFeatureProxy
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.carto.IDimensionFeature |
|---|
IID, IID5c305710_da7f_11d3_80ce_00c04f601565 |
| Constructor Summary | |
|---|---|
|
IDimensionFeatureProxy()
Deprecated. For internal use only |
|
IDimensionFeatureProxy(java.lang.Object obj)
Deprecated. |
protected |
IDimensionFeatureProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
IDimensionFeatureProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
IDimensionFeatureProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
| Method Summary | |
|---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated. |
double |
getCustomLength()
Deprecated. The dimension feature's custom or user-defined length. |
int |
getDimensionLineDisplay()
Deprecated. The dimension line display for the feature. |
IDimensionShape |
getDimensionShape()
Deprecated. The dimension feature's shape. |
int |
getDimensionType()
Deprecated. The dimension type of the feature. |
int |
getExtensionLineDisplay()
Deprecated. The extension line display of the feature. |
double |
getLength()
Deprecated. The dimension feature's length. |
int |
getMarkerDisplay()
Deprecated. 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. |
void |
setCustomLength(double length)
Deprecated. The dimension feature's custom or user-defined length. |
void |
setDimensionLineDisplay(int displayOption)
Deprecated. The dimension line display for the feature. |
void |
setDimensionShape(IDimensionShape shape)
Deprecated. The dimension feature's shape. |
void |
setDimensionType(int type)
Deprecated. The dimension type of the feature. |
void |
setExtensionLineDisplay(int displayOption)
Deprecated. The extension line display of the feature. |
void |
setMarkerDisplay(int displayOption)
Deprecated. 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. |
| 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 IDimensionFeatureProxy(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 IDimensionFeatureProxy()
public IDimensionFeatureProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOException
protected IDimensionFeatureProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOException
protected IDimensionFeatureProxy(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 setDimensionShape(IDimensionShape shape)
throws java.io.IOException,
AutomationException
setDimensionShape in interface IDimensionFeatureshape - A reference to a com.esri.arcgis.carto.IDimensionShape (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IDimensionShape getDimensionShape()
throws java.io.IOException,
AutomationException
getDimensionShape in interface IDimensionFeaturejava.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 IDimensionFeaturejava.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 IDimensionFeatureiD - 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 IDimensionFeaturejava.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 IDimensionFeaturejava.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 IDimensionFeaturelength - 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 IDimensionFeaturejava.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 IDimensionFeatureuse - The use (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setDimensionLineDisplay(int displayOption)
throws java.io.IOException,
AutomationException
setDimensionLineDisplay in interface IDimensionFeaturedisplayOption - A com.esri.arcgis.carto.esriDimensionDisplay constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getDimensionLineDisplay()
throws java.io.IOException,
AutomationException
getDimensionLineDisplay in interface IDimensionFeaturejava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setExtensionLineDisplay(int displayOption)
throws java.io.IOException,
AutomationException
setExtensionLineDisplay in interface IDimensionFeaturedisplayOption - A com.esri.arcgis.carto.esriDimensionDisplay constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getExtensionLineDisplay()
throws java.io.IOException,
AutomationException
getExtensionLineDisplay in interface IDimensionFeaturejava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setMarkerDisplay(int displayOption)
throws java.io.IOException,
AutomationException
setMarkerDisplay in interface IDimensionFeaturedisplayOption - A com.esri.arcgis.carto.esriDimensionDisplay constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getMarkerDisplay()
throws java.io.IOException,
AutomationException
getMarkerDisplay in interface IDimensionFeaturejava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getDimensionType()
throws java.io.IOException,
AutomationException
getDimensionType in interface IDimensionFeaturejava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setDimensionType(int type)
throws java.io.IOException,
AutomationException
setDimensionType in interface IDimensionFeaturetype - A com.esri.arcgis.carto.esriDimensionType constant (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 | ||||||||