com.esri.arcgis.display
Interface IMarkerBackground

All Superinterfaces:
Serializable
All Known Implementing Classes:
LineCallout

public interface IMarkerBackground
extends Serializable

Provides access to members that control the marker background.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 IMarkerSymbol getMarkerSymbol()
          The marker symbol.
 void markerBackgroundDraw(int hDC, ITransformation transform)
          Draws the marker background.
 void markerBackgroundQueryBoundary(int hDC, ITransformation transform, IPolygon boundary)
          Queries the boundary of the marker background.
 void setMarkerBoxByRef(IEnvelope rhs1)
          The marker box.
 void setMarkerSymbolByRef(IMarkerSymbol markerSym)
          The marker symbol.
 

Method Detail

getMarkerSymbol

IMarkerSymbol getMarkerSymbol()
                              throws IOException,
                                     AutomationException
The marker symbol.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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

setMarkerSymbolByRef

void setMarkerSymbolByRef(IMarkerSymbol markerSym)
                          throws IOException,
                                 AutomationException
The marker symbol.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

Parameters:
markerSym - A reference to a com.esri.arcgis.display.IMarkerSymbol (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setMarkerBoxByRef

void setMarkerBoxByRef(IEnvelope rhs1)
                       throws IOException,
                              AutomationException
The marker box.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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

markerBackgroundQueryBoundary

void markerBackgroundQueryBoundary(int hDC,
                                   ITransformation transform,
                                   IPolygon boundary)
                                   throws IOException,
                                          AutomationException
Queries the boundary of the marker background.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

Parameters:
hDC - The hDC (A COM typedef) (in)
transform - A reference to a com.esri.arcgis.geometry.ITransformation (in)
boundary - A reference to a com.esri.arcgis.geometry.IPolygon (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

markerBackgroundDraw

void markerBackgroundDraw(int hDC,
                          ITransformation transform)
                          throws IOException,
                                 AutomationException
Draws the marker background.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

Parameters:
hDC - The hDC (A COM typedef) (in)
transform - A reference to a com.esri.arcgis.geometry.ITransformation (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.