com.esri.arcgis.display
Interface IDynamicCompoundMarker2

All Superinterfaces:
IDynamicCompoundMarker, java.io.Serializable
All Known Implementing Classes:
DynamicDisplay, IDynamicCompoundMarker2Proxy

public interface IDynamicCompoundMarker2
extends IDynamicCompoundMarker, java.io.Serializable

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

Description: 'Provides access to Dynamic Screen Draw.' 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 IID84075c63_f57b_474e_ad81_a07442092f31
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.display.IDynamicCompoundMarker
IIDf6a79f2f_a2af_464d_a1fe_2276490fec88
 
Method Summary
 void drawArrayMarker(IPoint point, java.lang.String[] textCenter, java.lang.String[] textLeft, java.lang.String[] textRight, java.lang.String[] textTop, java.lang.String[] textBottom)
          Draws a marker in a specific point on the map with text matricies around it.
 void drawScreenArrayMarker(IPoint point, java.lang.String[] textCenter, java.lang.String[] textLeft, java.lang.String[] textRight, java.lang.String[] textTop, java.lang.String[] textBottom)
          Draws a marker in a specific point on the screen with text matricies around it.
 void getMarkerToTextOffset2(float[] markerToTop, float[] markerToBottom, float[] markerToLeft, float[] markerToRight)
          Indicates the offset of the text from the marker on each direction.
 void getTextSpacing(float[] textSpacingX, float[] textSpacingY)
          Indicates the spacing between each two adjacent text boxes.
 boolean isTextAutoAdjust()
          Indicates whether the text boxes are to be auto ajdusted.
 void setMarkerToTextOffset2(float markerToTop, float markerToBottom, float markerToLeft, float markerToRight)
          Indicates the offset of the text from the marker on each direction.
 void setTextAutoAdjust(boolean autoAdjust)
          Indicates whether the text boxes are to be auto ajdusted.
 void setTextSpacing(float textSpacingX, float textSpacingY)
          Indicates the spacing between each two adjacent text boxes.
 
Methods inherited from interface com.esri.arcgis.display.IDynamicCompoundMarker
drawCompoundMarker1, drawCompoundMarker10, drawCompoundMarker2, drawCompoundMarker4, drawCompoundMarker6, drawCompoundMarker8, getMarkerToTextOffset, setMarkerToTextOffset
 

Field Detail

IID84075c63_f57b_474e_ad81_a07442092f31

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

getMarkerToTextOffset2

void getMarkerToTextOffset2(float[] markerToTop,
                            float[] markerToBottom,
                            float[] markerToLeft,
                            float[] markerToRight)
                            throws java.io.IOException,
                                   AutomationException
Indicates the offset of the text from the marker on each direction.

Parameters:
markerToTop - The markerToTop (in/out: use single element array)
markerToBottom - The markerToBottom (in/out: use single element array)
markerToLeft - The markerToLeft (in/out: use single element array)
markerToRight - The markerToRight (in/out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setMarkerToTextOffset2

void setMarkerToTextOffset2(float markerToTop,
                            float markerToBottom,
                            float markerToLeft,
                            float markerToRight)
                            throws java.io.IOException,
                                   AutomationException
Indicates the offset of the text from the marker on each direction.

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

getTextSpacing

void getTextSpacing(float[] textSpacingX,
                    float[] textSpacingY)
                    throws java.io.IOException,
                           AutomationException
Indicates the spacing between each two adjacent text boxes.

Parameters:
textSpacingX - The textSpacingX (in/out: use single element array)
textSpacingY - The textSpacingY (in/out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setTextSpacing

void setTextSpacing(float textSpacingX,
                    float textSpacingY)
                    throws java.io.IOException,
                           AutomationException
Indicates the spacing between each two adjacent text boxes.

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

isTextAutoAdjust

boolean isTextAutoAdjust()
                         throws java.io.IOException,
                                AutomationException
Indicates whether the text boxes are to be auto ajdusted.

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

setTextAutoAdjust

void setTextAutoAdjust(boolean autoAdjust)
                       throws java.io.IOException,
                              AutomationException
Indicates whether the text boxes are to be auto ajdusted.

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

drawArrayMarker

void drawArrayMarker(IPoint point,
                     java.lang.String[] textCenter,
                     java.lang.String[] textLeft,
                     java.lang.String[] textRight,
                     java.lang.String[] textTop,
                     java.lang.String[] textBottom)
                     throws java.io.IOException,
                            AutomationException
Draws a marker in a specific point on the map with text matricies around it.

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

drawScreenArrayMarker

void drawScreenArrayMarker(IPoint point,
                           java.lang.String[] textCenter,
                           java.lang.String[] textLeft,
                           java.lang.String[] textRight,
                           java.lang.String[] textTop,
                           java.lang.String[] textBottom)
                           throws java.io.IOException,
                                  AutomationException
Draws a marker in a specific point on the screen with text matricies around it.

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