com.esri.arcgis.display
Interface ISymbol

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ArrowMarkerSymbol, BarChartSymbol, CartographicLineSymbol, CharacterMarker3DSymbol, CharacterMarkerSymbol, ColorRampSymbol, ColorSymbol, DotDensityFillSymbol, GradientFillSymbol, HashLineSymbol, ISymbolProxy, LineFillSymbol, Marker3DSymbol, MarkerFillSymbol, MarkerLineSymbol, MultiLayerFillSymbol, MultiLayerLineSymbol, MultiLayerMarkerSymbol, PictureFillSymbol, PictureLineSymbol, PictureMarkerSymbol, PieChartSymbol, RasterRGBSymbol, SimpleFillSymbol, SimpleLine3DSymbol, SimpleLineSymbol, SimpleMarker3DSymbol, SimpleMarkerSymbol, StackedChartSymbol, TextMarkerSymbol, TextSymbol, TextureFillSymbol, TextureLineSymbol

public interface ISymbol
extends java.io.Serializable

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

Description: 'Provides access to members that control symbols.' 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 IIDf3435802_5779_11d0_98bf_00805f7ced21
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void draw(IGeometry geometry)
          Draws the specified shape.
 int getROP2()
          Raster operation code for pixel drawing.
 void queryBoundary(int hDC, ITransformation displayTransform, IGeometry geometry, IPolygon boundary)
          Fills an existing polygon with the boundary of the specified symbol.
 void resetDC()
          Restores DC to original state.
 void setROP2(int drawMode)
          Raster operation code for pixel drawing.
 void setupDC(int hDC, ITransformation transformation)
          Prepares the DC for drawing the symbol.
 

Field Detail

IIDf3435802_5779_11d0_98bf_00805f7ced21

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

setupDC

void setupDC(int hDC,
             ITransformation transformation)
             throws java.io.IOException,
                    AutomationException
Prepares the DC for drawing the symbol.

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

resetDC

void resetDC()
             throws java.io.IOException,
                    AutomationException
Restores DC to original state.

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

draw

void draw(IGeometry geometry)
          throws java.io.IOException,
                 AutomationException
Draws the specified shape.

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

queryBoundary

void queryBoundary(int hDC,
                   ITransformation displayTransform,
                   IGeometry geometry,
                   IPolygon boundary)
                   throws java.io.IOException,
                          AutomationException
Fills an existing polygon with the boundary of the specified symbol.

Parameters:
hDC - The hDC (A COM typedef) (in)
displayTransform - 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.

getROP2

int getROP2()
            throws java.io.IOException,
                   AutomationException
Raster operation code for pixel drawing.

Returns:
A com.esri.arcgis.display.esriRasterOpCode constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setROP2

void setROP2(int drawMode)
             throws java.io.IOException,
                    AutomationException
Raster operation code for pixel drawing.

Parameters:
drawMode - A com.esri.arcgis.display.esriRasterOpCode constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.