|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRepresentationMarker
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 |
---|
static final int IIDdd9693df_153c_4290_a5ea_c4cf9e818724
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
void draw(IOutputContext context, IAffineTransformation2D transfo, IEnvelope envelope) throws java.io.IOException, AutomationException
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)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IGeometry getOutline(int type) throws java.io.IOException, AutomationException
type
- A com.esri.arcgis.display.esriOutlineType constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getSize() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getWidth() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getHeight() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |