|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IElement
COM Interface 'IElement'. Generated 3/19/2015 1:20:51 PM from 'C:\ArcGIS\COM\esriCarto.olb'
Description: 'Provides access to members that control the Element.' 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 |
IID9b001319_9ed7_11d0_859e_0800091a2a72
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
void |
activate(IDisplay display)
Prepare to display graphic on screen. |
void |
deactivate()
ActiveView that graphics are displayed on is no longer visible. |
void |
draw(IDisplay display,
ITrackCancel trackCancel)
Draws the element into the given display object. |
IGeometry |
getGeometry()
Shape of the element as a geometry. |
ISelectionTracker |
getSelectionTracker()
Selection tracker used by this element. |
boolean |
hitTest(double x,
double y,
double tolerance)
Indicates if the given x and y coordinates are contained by the element. |
boolean |
isLocked()
Indicates if the element is in a read-only state. |
void |
queryBounds(IDisplay display,
IEnvelope bounds)
Bounds of the element taking symbology into consideration. |
void |
queryOutline(IDisplay display,
IPolygon outline)
Bounds of the element taking symbology into consideration. |
void |
setGeometry(IGeometry pGeometry)
Shape of the element as a geometry. |
void |
setLocked(boolean pLocked)
Indicates if the element is in a read-only state. |
Field Detail |
---|
static final int IID9b001319_9ed7_11d0_859e_0800091a2a72
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
IGeometry getGeometry() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setGeometry(IGeometry pGeometry) throws java.io.IOException, AutomationException
pGeometry
- A reference to a com.esri.arcgis.geometry.IGeometry (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void queryBounds(IDisplay display, IEnvelope bounds) throws java.io.IOException, AutomationException
display
- A reference to a com.esri.arcgis.display.IDisplay (in)bounds
- 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.void queryOutline(IDisplay display, IPolygon outline) throws java.io.IOException, AutomationException
display
- A reference to a com.esri.arcgis.display.IDisplay (in)outline
- A reference to a com.esri.arcgis.geometry.IPolygon (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ISelectionTracker getSelectionTracker() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean hitTest(double x, double y, double tolerance) throws java.io.IOException, AutomationException
x
- The x (in)y
- The y (in)tolerance
- The tolerance (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void draw(IDisplay display, ITrackCancel trackCancel) throws java.io.IOException, AutomationException
display
- A reference to a com.esri.arcgis.display.IDisplay (in)trackCancel
- A reference to a com.esri.arcgis.system.ITrackCancel (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void activate(IDisplay display) throws java.io.IOException, AutomationException
display
- A reference to a com.esri.arcgis.display.IDisplay (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void deactivate() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isLocked() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLocked(boolean pLocked) throws java.io.IOException, AutomationException
pLocked
- The pLocked (in)
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 |