com.esri.arcgis.display
Interface IMarkerMask

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ArrowMarkerSymbol, CharacterMarkerSymbol, IMarkerMaskProxy, MultiLayerMarkerSymbol, PictureMarkerSymbol, SimpleMarkerSymbol

public interface IMarkerMask
extends java.io.Serializable

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

Description: 'Provides access to members that retreive marker mask geometry.' 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 IID572d1037_7815_11d3_9f6a_00c04f6bc8dd
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void queryMarkerMask(int hDC, ITransformation transform, IGeometry geometry, IPolygon boundary)
          Returns the mask geometry for the marker.
 

Field Detail

IID572d1037_7815_11d3_9f6a_00c04f6bc8dd

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

queryMarkerMask

void queryMarkerMask(int hDC,
                     ITransformation transform,
                     IGeometry geometry,
                     IPolygon boundary)
                     throws java.io.IOException,
                            AutomationException
Returns the mask geometry for the marker.

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