com.esri.arcgis.controls
Interface IEngineEditProperties2

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
EngineEditor, IEngineEditProperties2Proxy

public interface IEngineEditProperties2
extends java.io.Serializable

COM Interface 'IEngineEditProperties2'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriControls.olb'

Description: 'Provides access to more members that control the properties of an edit session.' 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 IIDc795a6c0_482c_469e_8a8e_00665b21cef0
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 double getAngularCorrectionOffset()
          Angular Correction Offset.
 int getAngularUnitPrecision()
          Precision used to display angular units.
 int getDirectionType()
          Direction Type.
 int getDirectionUnits()
          Direction Units.
 double getDistanceCorrectionFactor()
          Distance Correction Factor.
 int getStickyMoveTolerance()
          Controls the sticky move tolerance.
 boolean isSnapTips()
          Indicates whether to show the snap tips.
 boolean isUseGroundToGrid()
          Indicates whether to use Ground to Grid.
 void setAngularCorrectionOffset(double angOffset)
          Angular Correction Offset.
 void setAngularUnitPrecision(int auPrecision)
          Precision used to display angular units.
 void setDirectionType(int dirType)
          Direction Type.
 void setDirectionUnits(int dirUnits)
          Direction Units.
 void setDistanceCorrectionFactor(double distFactor)
          Distance Correction Factor.
 void setSnapTips(boolean tips)
          Indicates whether to show the snap tips.
 void setStickyMoveTolerance(int tol)
          Controls the sticky move tolerance.
 void setUseGroundToGrid(boolean g2g)
          Indicates whether to use Ground to Grid.
 

Field Detail

IIDc795a6c0_482c_469e_8a8e_00665b21cef0

static final int IIDc795a6c0_482c_469e_8a8e_00665b21cef0
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

getStickyMoveTolerance

int getStickyMoveTolerance()
                           throws java.io.IOException,
                                  AutomationException
Controls the sticky move tolerance.

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

setStickyMoveTolerance

void setStickyMoveTolerance(int tol)
                            throws java.io.IOException,
                                   AutomationException
Controls the sticky move tolerance.

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

isSnapTips

boolean isSnapTips()
                   throws java.io.IOException,
                          AutomationException
Indicates whether to show the snap tips.

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

setSnapTips

void setSnapTips(boolean tips)
                 throws java.io.IOException,
                        AutomationException
Indicates whether to show the snap tips.

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

setAngularUnitPrecision

void setAngularUnitPrecision(int auPrecision)
                             throws java.io.IOException,
                                    AutomationException
Precision used to display angular units.

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

getAngularUnitPrecision

int getAngularUnitPrecision()
                            throws java.io.IOException,
                                   AutomationException
Precision used to display angular units.

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

setDirectionType

void setDirectionType(int dirType)
                      throws java.io.IOException,
                             AutomationException
Direction Type.

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

getDirectionType

int getDirectionType()
                     throws java.io.IOException,
                            AutomationException
Direction Type.

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

setDirectionUnits

void setDirectionUnits(int dirUnits)
                       throws java.io.IOException,
                              AutomationException
Direction Units.

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

getDirectionUnits

int getDirectionUnits()
                      throws java.io.IOException,
                             AutomationException
Direction Units.

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

setDistanceCorrectionFactor

void setDistanceCorrectionFactor(double distFactor)
                                 throws java.io.IOException,
                                        AutomationException
Distance Correction Factor.

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

getDistanceCorrectionFactor

double getDistanceCorrectionFactor()
                                   throws java.io.IOException,
                                          AutomationException
Distance Correction Factor.

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

setAngularCorrectionOffset

void setAngularCorrectionOffset(double angOffset)
                                throws java.io.IOException,
                                       AutomationException
Angular Correction Offset.

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

getAngularCorrectionOffset

double getAngularCorrectionOffset()
                                  throws java.io.IOException,
                                         AutomationException
Angular Correction Offset.

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

setUseGroundToGrid

void setUseGroundToGrid(boolean g2g)
                        throws java.io.IOException,
                               AutomationException
Indicates whether to use Ground to Grid.

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

isUseGroundToGrid

boolean isUseGroundToGrid()
                          throws java.io.IOException,
                                 AutomationException
Indicates whether to use Ground to Grid.

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