com.esri.arcgis.carto
Class IDimensionFeatureProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.carto.IDimensionFeatureProxy
All Implemented Interfaces:
IDimensionFeature, java.io.Externalizable, java.io.Serializable

Deprecated. Internal use only. Proxy for COM Interface 'IDimensionFeature'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriCarto.olb'

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
extends com.esri.arcgis.interop.Dispatch
implements IDimensionFeature, java.io.Serializable

Internal use class

See Also:
Serialized Form

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

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

IDimensionFeatureProxy

public IDimensionFeatureProxy(java.lang.String CLSID,
                              java.lang.String host,
                              com.esri.arcgis.interop.AuthInfo authInfo)
                       throws java.net.UnknownHostException,
                              java.io.IOException
Deprecated. 
Throws:
java.net.UnknownHostException
java.io.IOException

IDimensionFeatureProxy

public IDimensionFeatureProxy()
Deprecated. 
For internal use only


IDimensionFeatureProxy

public IDimensionFeatureProxy(java.lang.Object obj)
                       throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IDimensionFeatureProxy

protected IDimensionFeatureProxy(java.lang.Object obj,
                                 java.lang.String iid)
                          throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IDimensionFeatureProxy

protected IDimensionFeatureProxy(java.lang.String CLSID,
                                 java.lang.String iid,
                                 java.lang.String host,
                                 com.esri.arcgis.interop.AuthInfo authInfo)
                          throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Deprecated. 
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Deprecated. 
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

setDimensionShape

public void setDimensionShape(IDimensionShape shape)
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
The dimension feature's shape.

Specified by:
setDimensionShape in interface IDimensionFeature
Parameters:
shape - A reference to a com.esri.arcgis.carto.IDimensionShape (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDimensionShape

public IDimensionShape getDimensionShape()
                                  throws java.io.IOException,
                                         AutomationException
Deprecated. 
The dimension feature's shape.

Specified by:
getDimensionShape in interface IDimensionFeature
Returns:
A reference to a com.esri.arcgis.carto.IDimensionShape
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getStyleID

public int getStyleID()
               throws java.io.IOException,
                      AutomationException
Deprecated. 
The dimension feature's style Id.

Specified by:
getStyleID in interface IDimensionFeature
Returns:
The iD
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setStyleID

public void setStyleID(int iD)
                throws java.io.IOException,
                       AutomationException
Deprecated. 
The dimension feature's style Id.

Specified by:
setStyleID in interface IDimensionFeature
Parameters:
iD - The iD (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getLength

public double getLength()
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
The dimension feature's length.

Specified by:
getLength in interface IDimensionFeature
Returns:
The length
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getCustomLength

public double getCustomLength()
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
The dimension feature's custom or user-defined length.

Specified by:
getCustomLength in interface IDimensionFeature
Returns:
The length
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setCustomLength

public void setCustomLength(double length)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
The dimension feature's custom or user-defined length.

Specified by:
setCustomLength in interface IDimensionFeature
Parameters:
length - The length (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isUseCustomLength

public boolean isUseCustomLength()
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
Indicates if this dimension feature displays the dimension length or a custom length.

Specified by:
isUseCustomLength in interface IDimensionFeature
Returns:
The use
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setUseCustomLength

public void setUseCustomLength(boolean use)
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
Indicates if this dimension feature displays the dimension length or a custom length.

Specified by:
setUseCustomLength in interface IDimensionFeature
Parameters:
use - The use (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDimensionLineDisplay

public void setDimensionLineDisplay(int displayOption)
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
The dimension line display for the feature.

Specified by:
setDimensionLineDisplay in interface IDimensionFeature
Parameters:
displayOption - A com.esri.arcgis.carto.esriDimensionDisplay constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDimensionLineDisplay

public int getDimensionLineDisplay()
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
The dimension line display for the feature.

Specified by:
getDimensionLineDisplay in interface IDimensionFeature
Returns:
A com.esri.arcgis.carto.esriDimensionDisplay constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setExtensionLineDisplay

public void setExtensionLineDisplay(int displayOption)
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
The extension line display of the feature.

Specified by:
setExtensionLineDisplay in interface IDimensionFeature
Parameters:
displayOption - A com.esri.arcgis.carto.esriDimensionDisplay constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getExtensionLineDisplay

public int getExtensionLineDisplay()
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
The extension line display of the feature.

Specified by:
getExtensionLineDisplay in interface IDimensionFeature
Returns:
A com.esri.arcgis.carto.esriDimensionDisplay constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setMarkerDisplay

public void setMarkerDisplay(int displayOption)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
The arrow display of the feature.

Specified by:
setMarkerDisplay in interface IDimensionFeature
Parameters:
displayOption - A com.esri.arcgis.carto.esriDimensionDisplay constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMarkerDisplay

public int getMarkerDisplay()
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
The arrow display of the feature.

Specified by:
getMarkerDisplay in interface IDimensionFeature
Returns:
A com.esri.arcgis.carto.esriDimensionDisplay constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDimensionType

public int getDimensionType()
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
The dimension type of the feature.

Specified by:
getDimensionType in interface IDimensionFeature
Returns:
A com.esri.arcgis.carto.esriDimensionType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDimensionType

public void setDimensionType(int type)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
The dimension type of the feature.

Specified by:
setDimensionType in interface IDimensionFeature
Parameters:
type - A com.esri.arcgis.carto.esriDimensionType constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.