|
|||||||||
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.IMapSurroundProxy
com.esri.arcgis.carto.INorthArrowProxy
Description: 'Provides access to members that control the north arrow.' 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 =
public class INorthArrowProxy
Internal use class
Field Summary | |
---|---|
boolean |
noncastable
Deprecated. |
static java.lang.Class |
targetClass
Deprecated. |
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.INorthArrow |
---|
IID, IID7a3f91f1_b9e3_11d1_8756_0000f8751720 |
Fields inherited from interface com.esri.arcgis.carto.IMapSurround |
---|
IIDfe3115e9_ed6c_11d0_8683_0000f8751720 |
Constructor Summary | |
---|---|
|
INorthArrowProxy()
Deprecated. For internal use only |
|
INorthArrowProxy(java.lang.Object obj)
Deprecated. |
protected |
INorthArrowProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
INorthArrowProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
INorthArrowProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
Method Summary | |
---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated. |
double |
getAngle()
Deprecated. The counter-clockwise rotation of the north arrow in degrees. |
double |
getCalibrationAngle()
Deprecated. Calibration angle. |
IColor |
getColor()
Deprecated. Color used to draw the north arrow. |
IPoint |
getReferenceLocation()
Deprecated. The point on the map where north is calculated. |
double |
getSize()
Deprecated. Size of the north arrow in points (1/72 inch). |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
setCalibrationAngle(double degrees)
Deprecated. Calibration angle. |
void |
setColor(IColor color)
Deprecated. Color used to draw the north arrow. |
void |
setReferenceLocationByRef(IPoint point)
Deprecated. The point on the map where north is calculated. |
void |
setSize(double pointSize)
Deprecated. Size of the north arrow in points (1/72 inch). |
Methods inherited from class com.esri.arcgis.carto.IMapSurroundProxy |
---|
delayEvents, draw, fitToBounds, getIcon, getMap, getName, queryBounds, refresh, setMapByRef, setName |
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.IMapSurround |
---|
delayEvents, draw, fitToBounds, getIcon, getMap, getName, queryBounds, refresh, setMapByRef, setName |
Field Detail |
---|
public static final java.lang.Class targetClass
public boolean noncastable
Constructor Detail |
---|
public INorthArrowProxy(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 INorthArrowProxy()
public INorthArrowProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected INorthArrowProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected INorthArrowProxy(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 IMapSurroundProxy
java.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
removeListener
in class IMapSurroundProxy
java.io.IOException
public IColor getColor() throws java.io.IOException, AutomationException
getColor
in interface INorthArrow
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setColor(IColor color) throws java.io.IOException, AutomationException
setColor
in interface INorthArrow
color
- A reference to a com.esri.arcgis.display.IColor (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getSize() throws java.io.IOException, AutomationException
getSize
in interface INorthArrow
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSize(double pointSize) throws java.io.IOException, AutomationException
setSize
in interface INorthArrow
pointSize
- The pointSize (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getAngle() throws java.io.IOException, AutomationException
getAngle
in interface INorthArrow
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getCalibrationAngle() throws java.io.IOException, AutomationException
getCalibrationAngle
in interface INorthArrow
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setCalibrationAngle(double degrees) throws java.io.IOException, AutomationException
setCalibrationAngle
in interface INorthArrow
degrees
- The degrees (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IPoint getReferenceLocation() throws java.io.IOException, AutomationException
getReferenceLocation
in interface INorthArrow
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setReferenceLocationByRef(IPoint point) throws java.io.IOException, AutomationException
setReferenceLocationByRef
in interface INorthArrow
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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |