|
|||||||||
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
Internal use class Proxy for COM Interface 'IPushPin'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriCarto.olb'
Description: 'Provides access to members that control a push pin.' 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 | |
---|---|
boolean |
noncastable
|
static java.lang.Class |
targetClass
|
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Fields inherited from interface com.esri.arcgis.carto.IPushPin |
---|
IID, IIDee53528c_41c9_11d1_880a_080009ec732a |
Fields inherited from interface com.esri.arcgis.carto.ISpatialBookmark |
---|
IIDee53528b_41c9_11d1_880a_080009ec732a |
Constructor Summary | |
---|---|
|
IPushPinProxy()
For internal use only |
|
IPushPinProxy(java.lang.Object obj)
|
protected |
IPushPinProxy(java.lang.Object obj,
java.lang.String iid)
|
|
IPushPinProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
|
protected |
IPushPinProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
|
Method Summary | |
---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.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(java.lang.String iidStr,
java.lang.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 static final java.lang.Class targetClass
public boolean noncastable
Constructor Detail |
---|
public IPushPinProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.net.UnknownHostException, java.io.IOException
java.net.UnknownHostException
java.io.IOException
public IPushPinProxy()
public IPushPinProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IPushPinProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IPushPinProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
addListener
in class ISpatialBookmarkProxy
java.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
removeListener
in class ISpatialBookmarkProxy
java.io.IOException
public IPoint getLocation() throws java.io.IOException, AutomationException
getLocation
in interface IPushPin
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setLocationByRef(IPoint point) throws java.io.IOException, AutomationException
setLocationByRef
in interface IPushPin
point
- A reference to a com.esri.arcgis.geometry.IPoint (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IMarkerSymbol getMarkerSymbol() throws java.io.IOException, AutomationException
getMarkerSymbol
in interface IPushPin
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMarkerSymbolByRef(IMarkerSymbol symbol) throws java.io.IOException, AutomationException
setMarkerSymbolByRef
in interface IPushPin
symbol
- A reference to a com.esri.arcgis.display.IMarkerSymbol (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ITextSymbol getTextSymbol() throws java.io.IOException, AutomationException
getTextSymbol
in interface IPushPin
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setTextSymbolByRef(ITextSymbol symbol) throws java.io.IOException, AutomationException
setTextSymbolByRef
in interface IPushPin
symbol
- A reference to a com.esri.arcgis.display.ITextSymbol (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getMaxLabelWidthPts() throws java.io.IOException, AutomationException
getMaxLabelWidthPts
in interface IPushPin
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMaxLabelWidthPts(double width) throws java.io.IOException, AutomationException
setMaxLabelWidthPts
in interface IPushPin
width
- The width (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void flash(IDisplay display) throws java.io.IOException, AutomationException
flash
in interface IPushPin
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.public void draw(IDisplay display) throws java.io.IOException, AutomationException
draw
in interface IPushPin
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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |