com.esri.arcgis.display
Interface IGeodeticLineFeedback

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
CalloutFeedback, IGeodeticLineFeedbackProxy, LineMovePointFeedback, MoveLineFeedback, MovePolygonFeedback, NewLineFeedback, NewMultiPointFeedback, NewPolygonFeedback, PolygonMovePointFeedback, StretchLineFeedback

public interface IGeodeticLineFeedback
extends java.io.Serializable

COM Interface 'IGeodeticLineFeedback'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriDisplay.olb'

Description: 'Provides access to members that control the geodetic properties of line display feedback.' 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 IID7c6011a5_8f17_4618_b39a_8b5b15bb7064
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getGeodeticConstructionMethod()
          The geodetic construction method.
 ISpatialReference getSpatialReference()
          The spatial reference of the feedback line.
 boolean isUseGeodeticConstruction()
          Specifies if geodetic construction will be used.
 void setGeodeticConstructionMethod(int gType)
          The geodetic construction method.
 void setSpatialReferenceByRef(ISpatialReference sr)
          The spatial reference of the feedback line.
 void setUseGeodeticConstruction(boolean flag)
          Specifies if geodetic construction will be used.
 

Field Detail

IID7c6011a5_8f17_4618_b39a_8b5b15bb7064

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

getSpatialReference

ISpatialReference getSpatialReference()
                                      throws java.io.IOException,
                                             AutomationException
The spatial reference of the feedback line.

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

setSpatialReferenceByRef

void setSpatialReferenceByRef(ISpatialReference sr)
                              throws java.io.IOException,
                                     AutomationException
The spatial reference of the feedback line.

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

isUseGeodeticConstruction

boolean isUseGeodeticConstruction()
                                  throws java.io.IOException,
                                         AutomationException
Specifies if geodetic construction will be used.

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

setUseGeodeticConstruction

void setUseGeodeticConstruction(boolean flag)
                                throws java.io.IOException,
                                       AutomationException
Specifies if geodetic construction will be used.

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

getGeodeticConstructionMethod

int getGeodeticConstructionMethod()
                                  throws java.io.IOException,
                                         AutomationException
The geodetic construction method.

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

setGeodeticConstructionMethod

void setGeodeticConstructionMethod(int gType)
                                   throws java.io.IOException,
                                          AutomationException
The geodetic construction method.

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