|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRepresentationMarker
Provides access to members that control a representation marker.
Use IRepresentationMarker interface to create a new RepresentationMarker object which can be assigned to a BasicMarkerSymbol.
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. |
Method Detail |
---|
void draw(IOutputContext context, IAffineTransformation2D transfo, IEnvelope envelope) throws 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)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IGeometry getOutline(int type) throws IOException, AutomationException
type
- A com.esri.arcgis.display.esriOutlineType constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getSize() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getWidth() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getHeight() throws IOException, AutomationException
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 |