com.esri.arcgis.display
Class IDynamicCompoundMarker2Proxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.display.IDynamicCompoundMarkerProxy
          extended by com.esri.arcgis.display.IDynamicCompoundMarker2Proxy
All Implemented Interfaces:
IDynamicCompoundMarker, IDynamicCompoundMarker2, java.io.Externalizable, java.io.Serializable

public class IDynamicCompoundMarker2Proxy
extends IDynamicCompoundMarkerProxy
implements IDynamicCompoundMarker2, java.io.Serializable

Internal use class Proxy for 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 =

See Also:
Serialized Form

Field Summary
 boolean noncastable
           
static java.lang.Class targetClass
           
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Fields inherited from interface com.esri.arcgis.display.IDynamicCompoundMarker2
IID, IID84075c63_f57b_474e_ad81_a07442092f31
 
Fields inherited from interface com.esri.arcgis.display.IDynamicCompoundMarker
IIDf6a79f2f_a2af_464d_a1fe_2276490fec88
 
Constructor Summary
  IDynamicCompoundMarker2Proxy()
          For internal use only
  IDynamicCompoundMarker2Proxy(java.lang.Object obj)
           
protected IDynamicCompoundMarker2Proxy(java.lang.Object obj, java.lang.String iid)
           
  IDynamicCompoundMarker2Proxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
           
protected IDynamicCompoundMarker2Proxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
           
 
Method Summary
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
           
 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 removeListener(java.lang.String iidStr, java.lang.Object theListener)
           
 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 class com.esri.arcgis.display.IDynamicCompoundMarkerProxy
drawCompoundMarker1, drawCompoundMarker10, drawCompoundMarker2, drawCompoundMarker4, drawCompoundMarker6, drawCompoundMarker8, getMarkerToTextOffset, setMarkerToTextOffset
 
Methods inherited from class com.esri.arcgis.interop.Dispatch
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.esri.arcgis.display.IDynamicCompoundMarker
drawCompoundMarker1, drawCompoundMarker10, drawCompoundMarker2, drawCompoundMarker4, drawCompoundMarker6, drawCompoundMarker8, getMarkerToTextOffset, setMarkerToTextOffset
 

Field Detail

targetClass

public static final java.lang.Class targetClass

noncastable

public boolean noncastable
Constructor Detail

IDynamicCompoundMarker2Proxy

public IDynamicCompoundMarker2Proxy(java.lang.String CLSID,
                                    java.lang.String host,
                                    com.esri.arcgis.interop.AuthInfo authInfo)
                             throws java.net.UnknownHostException,
                                    java.io.IOException
Throws:
java.net.UnknownHostException
java.io.IOException

IDynamicCompoundMarker2Proxy

public IDynamicCompoundMarker2Proxy()
For internal use only


IDynamicCompoundMarker2Proxy

public IDynamicCompoundMarker2Proxy(java.lang.Object obj)
                             throws java.io.IOException
Throws:
java.io.IOException

IDynamicCompoundMarker2Proxy

protected IDynamicCompoundMarker2Proxy(java.lang.Object obj,
                                       java.lang.String iid)
                                throws java.io.IOException
Throws:
java.io.IOException

IDynamicCompoundMarker2Proxy

protected IDynamicCompoundMarker2Proxy(java.lang.String CLSID,
                                       java.lang.String iid,
                                       java.lang.String host,
                                       com.esri.arcgis.interop.AuthInfo authInfo)
                                throws java.io.IOException
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Overrides:
addListener in class IDynamicCompoundMarkerProxy
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Overrides:
removeListener in class IDynamicCompoundMarkerProxy
Throws:
java.io.IOException

getMarkerToTextOffset2

public 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.

Specified by:
getMarkerToTextOffset2 in interface IDynamicCompoundMarker2
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

public 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.

Specified by:
setMarkerToTextOffset2 in interface IDynamicCompoundMarker2
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

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

Specified by:
getTextSpacing in interface IDynamicCompoundMarker2
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

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

Specified by:
setTextSpacing in interface IDynamicCompoundMarker2
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

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

Specified by:
isTextAutoAdjust in interface IDynamicCompoundMarker2
Returns:
The autoAdjust
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setTextAutoAdjust

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

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

drawArrayMarker

public 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.

Specified by:
drawArrayMarker in interface IDynamicCompoundMarker2
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

public 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.

Specified by:
drawScreenArrayMarker in interface IDynamicCompoundMarker2
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.