|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IPushPin
Provides access to members that control a push pin.
| Method Summary | |
|---|---|
void |
draw(IDisplay display)
Draws the pin on the map display. |
void |
flash(IDisplay display)
Flashes the pin on the map display. |
IPoint |
getLocation()
The location of the pin. |
IMarkerSymbol |
getMarkerSymbol()
The marker symbol used to draw the push pin. |
double |
getMaxLabelWidthPts()
The maximum label width in points (1/72 inch). |
ITextSymbol |
getTextSymbol()
The text symbol used to draw the push pin. |
void |
setLocationByRef(IPoint point)
The location of the pin. |
void |
setMarkerSymbolByRef(IMarkerSymbol symbol)
The marker symbol used to draw the push pin. |
void |
setMaxLabelWidthPts(double width)
The maximum label width in points (1/72 inch). |
void |
setTextSymbolByRef(ITextSymbol symbol)
The text symbol used to draw the push pin. |
| Methods inherited from interface com.esri.arcgis.carto.ISpatialBookmark |
|---|
getBookmarkType, getName, setName, zoomTo |
| Method Detail |
|---|
IPoint getLocation()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setLocationByRef(IPoint point)
throws IOException,
AutomationException
point - A reference to a com.esri.arcgis.geometry.IPoint (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IMarkerSymbol getMarkerSymbol()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setMarkerSymbolByRef(IMarkerSymbol symbol)
throws IOException,
AutomationException
symbol - A reference to a com.esri.arcgis.display.IMarkerSymbol (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
ITextSymbol getTextSymbol()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setTextSymbolByRef(ITextSymbol symbol)
throws IOException,
AutomationException
symbol - A reference to a com.esri.arcgis.display.ITextSymbol (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getMaxLabelWidthPts()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setMaxLabelWidthPts(double width)
throws IOException,
AutomationException
width - The width (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void flash(IDisplay display)
throws IOException,
AutomationException
display - A reference to a com.esri.arcgis.display.IDisplay (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void draw(IDisplay display)
throws IOException,
AutomationException
display - A reference to a com.esri.arcgis.display.IDisplay (in)
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 | ||||||||