com.esri.arcgis.display
Interface IMoveInteraction

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IMoveInteractionProxy

public interface IMoveInteraction
extends java.io.Serializable

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

Description: 'Provides access to the parameters of the Move Representation Tool.' 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 IID3dc6bb2c_d398_4cef_934a_91fdd53288d4
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 double getMapOffsetX()
          Current horizontal offset expressed in map units.
 double getMapOffsetY()
          Current vertical offset expressed in map units.
 double getOffsetX()
          Current horizontal offset expressed in points.
 double getOffsetY()
          Current vertical offset expressed in points.
 void setMapOffsetX(double mapOffset)
          Current horizontal offset expressed in map units.
 void setMapOffsetY(double mapOffset)
          Current vertical offset expressed in map units.
 void setOffsetX(double offset)
          Current horizontal offset expressed in points.
 void setOffsetY(double mapOffset)
          Current vertical offset expressed in points.
 

Field Detail

IID3dc6bb2c_d398_4cef_934a_91fdd53288d4

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

setOffsetX

void setOffsetX(double offset)
                throws java.io.IOException,
                       AutomationException
Current horizontal offset expressed in points.

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

getOffsetX

double getOffsetX()
                  throws java.io.IOException,
                         AutomationException
Current horizontal offset expressed in points.

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

setOffsetY

void setOffsetY(double mapOffset)
                throws java.io.IOException,
                       AutomationException
Current vertical offset expressed in points.

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

getOffsetY

double getOffsetY()
                  throws java.io.IOException,
                         AutomationException
Current vertical offset expressed in points.

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

setMapOffsetX

void setMapOffsetX(double mapOffset)
                   throws java.io.IOException,
                          AutomationException
Current horizontal offset expressed in map units.

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

getMapOffsetX

double getMapOffsetX()
                     throws java.io.IOException,
                            AutomationException
Current horizontal offset expressed in map units.

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

setMapOffsetY

void setMapOffsetY(double mapOffset)
                   throws java.io.IOException,
                          AutomationException
Current vertical offset expressed in map units.

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

getMapOffsetY

double getMapOffsetY()
                     throws java.io.IOException,
                            AutomationException
Current vertical offset expressed in map units.

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