|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.carto.ISpatialBookmarkProxy
com.esri.arcgis.carto.IPushPinProxy
public class IPushPinProxy
Provides access to members that control a push pin.
| Field Summary | |
|---|---|
boolean |
noncastable
|
| Fields inherited from class com.esri.arcgis.interop.Dispatch |
|---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
| Constructor Summary | |
|---|---|
|
IPushPinProxy()
|
|
IPushPinProxy(Object obj)
|
protected |
IPushPinProxy(Object obj,
String iid)
|
| Method Summary | |
|---|---|
void |
addListener(String iidStr,
Object theListener,
Object theSource)
|
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 |
removeListener(String iidStr,
Object theListener)
|
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 class com.esri.arcgis.carto.ISpatialBookmarkProxy |
|---|
getBookmarkType, getName, setName, zoomTo |
| Methods inherited from class com.esri.arcgis.interop.Dispatch |
|---|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.esri.arcgis.carto.ISpatialBookmark |
|---|
getBookmarkType, getName, setName, zoomTo |
| Field Detail |
|---|
public boolean noncastable
| Constructor Detail |
|---|
public IPushPinProxy()
public IPushPinProxy(Object obj)
throws IOException
IOException
protected IPushPinProxy(Object obj,
String iid)
throws IOException
IOException| Method Detail |
|---|
public void addListener(String iidStr,
Object theListener,
Object theSource)
throws IOException
addListener in class ISpatialBookmarkProxyIOException
public void removeListener(String iidStr,
Object theListener)
throws IOException
removeListener in class ISpatialBookmarkProxyIOException
public IPoint getLocation()
throws IOException,
AutomationException
getLocation in interface IPushPinIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setLocationByRef(IPoint point)
throws IOException,
AutomationException
setLocationByRef in interface IPushPinpoint - A reference to a com.esri.arcgis.geometry.IPoint (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IMarkerSymbol getMarkerSymbol()
throws IOException,
AutomationException
getMarkerSymbol in interface IPushPinIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setMarkerSymbolByRef(IMarkerSymbol symbol)
throws IOException,
AutomationException
setMarkerSymbolByRef in interface IPushPinsymbol - A reference to a com.esri.arcgis.display.IMarkerSymbol (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ITextSymbol getTextSymbol()
throws IOException,
AutomationException
getTextSymbol in interface IPushPinIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setTextSymbolByRef(ITextSymbol symbol)
throws IOException,
AutomationException
setTextSymbolByRef in interface IPushPinsymbol - A reference to a com.esri.arcgis.display.ITextSymbol (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getMaxLabelWidthPts()
throws IOException,
AutomationException
getMaxLabelWidthPts in interface IPushPinIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setMaxLabelWidthPts(double width)
throws IOException,
AutomationException
setMaxLabelWidthPts in interface IPushPinwidth - The width (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void flash(IDisplay display)
throws IOException,
AutomationException
flash in interface IPushPindisplay - A reference to a com.esri.arcgis.display.IDisplay (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void draw(IDisplay display)
throws IOException,
AutomationException
draw in interface IPushPindisplay - 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 | ||||||||