com.esri.arcgis.display
Interface IRepresentationMarker

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IRepresentationMarkerProxy, RepresentationMarker

public interface IRepresentationMarker
extends java.io.Serializable

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

Description: 'Provides access to members that control a representation 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 IIDdd9693df_153c_4290_a5ea_c4cf9e818724
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void draw(IOutputContext context, IAffineTransformation2D transfo, IEnvelope envelope)
          Draws the representation marker.
 double getHeight()
          The height in points (1/72 of an inch) of the marker.
 IGeometry getOutline(int type)
          The outline of the marker, returned as a polygon.
 double getSize()
          The size in points (1/72 of an inch) of the marker.
 double getWidth()
          The width in points (1/72 of an inch) of the marker.
 

Field Detail

IIDdd9693df_153c_4290_a5ea_c4cf9e818724

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

draw

void draw(IOutputContext context,
          IAffineTransformation2D transfo,
          IEnvelope envelope)
          throws java.io.IOException,
                 AutomationException
Draws the representation marker.

Parameters:
context - A reference to a com.esri.arcgis.display.IOutputContext (in)
transfo - A reference to a com.esri.arcgis.geometry.IAffineTransformation2D (in)
envelope - A reference to a com.esri.arcgis.geometry.IEnvelope (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getOutline

IGeometry getOutline(int type)
                     throws java.io.IOException,
                            AutomationException
The outline of the marker, returned as a polygon.

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

getSize

double getSize()
               throws java.io.IOException,
                      AutomationException
The size in points (1/72 of an inch) of the marker.

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

getWidth

double getWidth()
                throws java.io.IOException,
                       AutomationException
The width in points (1/72 of an inch) of the marker.

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

getHeight

double getHeight()
                 throws java.io.IOException,
                        AutomationException
The height in points (1/72 of an inch) of the marker.

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