com.esri.arcgis.display
Interface IDynamicCompoundMarker

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
IDynamicCompoundMarker2
All Known Implementing Classes:
DynamicDisplay, IDynamicCompoundMarker2Proxy, IDynamicCompoundMarkerProxy

public interface IDynamicCompoundMarker
extends java.io.Serializable

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

Description: 'Provides access to dynamic compound marker.' 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 IIDf6a79f2f_a2af_464d_a1fe_2276490fec88
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void drawCompoundMarker1(IPoint point, java.lang.String textTop)
          Draws specified point on the dynamic display with one string above it.
 void drawCompoundMarker10(IPoint point, java.lang.String textTop, java.lang.String textBottom, java.lang.String textLeft1, java.lang.String textLeft2, java.lang.String textLeft3, java.lang.String textLeft4, java.lang.String textRight1, java.lang.String textRight2, java.lang.String textRight3, java.lang.String textRight4)
          Draws specified point on the dynamic display with one string on the top of the marker, one string on the bottom and four strings on each side of the marker (left and right).
 void drawCompoundMarker2(IPoint point, java.lang.String textTop, java.lang.String textBottom)
          Draws specified point on the dynamic display with a string above and below.
 void drawCompoundMarker4(IPoint point, java.lang.String textTop, java.lang.String textBottom, java.lang.String textLeft, java.lang.String textRight)
          Draws specified point on the dynamic display with a text string on each side of the marker (top, bottom, left and right).
 void drawCompoundMarker6(IPoint point, java.lang.String textTop, java.lang.String textBottom, java.lang.String textLeft1, java.lang.String textLeft2, java.lang.String textRight1, java.lang.String textRight2)
          Draws specified point on the dynamic display with one string on the top of the marker, one string on the bottom and two strings on each side of the marker (left and right).
 void drawCompoundMarker8(IPoint point, java.lang.String textTop, java.lang.String textBottom, java.lang.String textLeft1, java.lang.String textLeft2, java.lang.String textLeft3, java.lang.String textRight1, java.lang.String textRight2, java.lang.String textRight3)
          Draws specified point on the dynamic display with one string on the top of the marker, one string on the bottom and three strings on each side of the marker (left and right).
 void getMarkerToTextOffset(float[] xOffset, float[] yOffset)
          The offset of the text from the marker in pixels.
 void setMarkerToTextOffset(float xOffset, float yOffset)
          The offset of the text from the marker in pixels.
 

Field Detail

IIDf6a79f2f_a2af_464d_a1fe_2276490fec88

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

getMarkerToTextOffset

void getMarkerToTextOffset(float[] xOffset,
                           float[] yOffset)
                           throws java.io.IOException,
                                  AutomationException
The offset of the text from the marker in pixels.

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

setMarkerToTextOffset

void setMarkerToTextOffset(float xOffset,
                           float yOffset)
                           throws java.io.IOException,
                                  AutomationException
The offset of the text from the marker in pixels.

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

drawCompoundMarker1

void drawCompoundMarker1(IPoint point,
                         java.lang.String textTop)
                         throws java.io.IOException,
                                AutomationException
Draws specified point on the dynamic display with one string above it.

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

drawCompoundMarker2

void drawCompoundMarker2(IPoint point,
                         java.lang.String textTop,
                         java.lang.String textBottom)
                         throws java.io.IOException,
                                AutomationException
Draws specified point on the dynamic display with a string above and below.

Parameters:
point - A reference to a com.esri.arcgis.geometry.IPoint (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.

drawCompoundMarker4

void drawCompoundMarker4(IPoint point,
                         java.lang.String textTop,
                         java.lang.String textBottom,
                         java.lang.String textLeft,
                         java.lang.String textRight)
                         throws java.io.IOException,
                                AutomationException
Draws specified point on the dynamic display with a text string on each side of the marker (top, bottom, left and right).

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

drawCompoundMarker6

void drawCompoundMarker6(IPoint point,
                         java.lang.String textTop,
                         java.lang.String textBottom,
                         java.lang.String textLeft1,
                         java.lang.String textLeft2,
                         java.lang.String textRight1,
                         java.lang.String textRight2)
                         throws java.io.IOException,
                                AutomationException
Draws specified point on the dynamic display with one string on the top of the marker, one string on the bottom and two strings on each side of the marker (left and right).

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

drawCompoundMarker8

void drawCompoundMarker8(IPoint point,
                         java.lang.String textTop,
                         java.lang.String textBottom,
                         java.lang.String textLeft1,
                         java.lang.String textLeft2,
                         java.lang.String textLeft3,
                         java.lang.String textRight1,
                         java.lang.String textRight2,
                         java.lang.String textRight3)
                         throws java.io.IOException,
                                AutomationException
Draws specified point on the dynamic display with one string on the top of the marker, one string on the bottom and three strings on each side of the marker (left and right).

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

drawCompoundMarker10

void drawCompoundMarker10(IPoint point,
                          java.lang.String textTop,
                          java.lang.String textBottom,
                          java.lang.String textLeft1,
                          java.lang.String textLeft2,
                          java.lang.String textLeft3,
                          java.lang.String textLeft4,
                          java.lang.String textRight1,
                          java.lang.String textRight2,
                          java.lang.String textRight3,
                          java.lang.String textRight4)
                          throws java.io.IOException,
                                 AutomationException
Draws specified point on the dynamic display with one string on the top of the marker, one string on the bottom and four strings on each side of the marker (left and right).

Parameters:
point - A reference to a com.esri.arcgis.geometry.IPoint (in)
textTop - The textTop (in)
textBottom - The textBottom (in)
textLeft1 - The textLeft1 (in)
textLeft2 - The textLeft2 (in)
textLeft3 - The textLeft3 (in)
textLeft4 - The textLeft4 (in)
textRight1 - The textRight1 (in)
textRight2 - The textRight2 (in)
textRight3 - The textRight3 (in)
textRight4 - The textRight4 (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.