com.esri.arcgis.carto
Interface IModifyDimensionFeedback

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IModifyDimensionFeedbackProxy, ModifyDimensionFeedback

public interface IModifyDimensionFeedback
extends java.io.Serializable

COM Interface 'IModifyDimensionFeedback'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to members to control the display feedback for modifying existing dimension features.' 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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDf278b3a2_0f2c_11d4_80d7_00c04f601565
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IDimensionShape getDimensionShape()
          The Dimension shape.
 int getDimensionType()
          The dimension type of the display feedback.
 IPointCollection getHandles()
          The display feedback's handles.
 double getReferenceScale()
          The reference scale of the display feedback.
 int getReferenceScaleUnits()
          The reference scale units of the display feedback.
 void setDimensionShapeByRef(IDimensionShape shape)
          The Dimension shape.
 void setDimensionType(int type)
          The dimension type of the display feedback.
 void setReferenceScale(double scale)
          The reference scale of the display feedback.
 void setReferenceScaleUnits(int units)
          The reference scale units of the display feedback.
 void setStyle(IDimensionStyle rhs1)
          The dimension style for the display feedback.
 void start(IPoint handle)
          Starts the feedback.
 IDimensionShape stop()
          Stops the feedback and returns the points.
 

Field Detail

IIDf278b3a2_0f2c_11d4_80d7_00c04f601565

static final int IIDf278b3a2_0f2c_11d4_80d7_00c04f601565
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

setStyle

void setStyle(IDimensionStyle rhs1)
              throws java.io.IOException,
                     AutomationException
The dimension style for the display feedback.

Parameters:
rhs1 - A reference to a com.esri.arcgis.carto.IDimensionStyle (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDimensionShape

IDimensionShape getDimensionShape()
                                  throws java.io.IOException,
                                         AutomationException
The Dimension shape.

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.

setDimensionShapeByRef

void setDimensionShapeByRef(IDimensionShape shape)
                            throws java.io.IOException,
                                   AutomationException
The Dimension shape.

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.

getHandles

IPointCollection getHandles()
                            throws java.io.IOException,
                                   AutomationException
The display feedback's handles.

Returns:
A reference to a com.esri.arcgis.geometry.IPointCollection
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

start

void start(IPoint handle)
           throws java.io.IOException,
                  AutomationException
Starts the feedback.

Parameters:
handle - A reference to a com.esri.arcgis.geometry.IPoint (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

stop

IDimensionShape stop()
                     throws java.io.IOException,
                            AutomationException
Stops the feedback and returns the points.

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.

getDimensionType

int getDimensionType()
                     throws java.io.IOException,
                            AutomationException
The dimension type of the display feedback.

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

void setDimensionType(int type)
                      throws java.io.IOException,
                             AutomationException
The dimension type of the display feedback.

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.

getReferenceScale

double getReferenceScale()
                         throws java.io.IOException,
                                AutomationException
The reference scale of the display feedback.

Returns:
The scale
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setReferenceScale

void setReferenceScale(double scale)
                       throws java.io.IOException,
                              AutomationException
The reference scale of the display feedback.

Parameters:
scale - The scale (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getReferenceScaleUnits

int getReferenceScaleUnits()
                           throws java.io.IOException,
                                  AutomationException
The reference scale units of the display feedback.

Returns:
A com.esri.arcgis.system.esriUnits constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setReferenceScaleUnits

void setReferenceScaleUnits(int units)
                            throws java.io.IOException,
                                   AutomationException
The reference scale units of the display feedback.

Parameters:
units - A com.esri.arcgis.system.esriUnits constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.