com.esri.arcgis.carto
Class INorthArrowProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.carto.IMapSurroundProxy
          extended by com.esri.arcgis.carto.INorthArrowProxy
All Implemented Interfaces:
IMapSurround, INorthArrow, java.io.Externalizable, java.io.Serializable

Deprecated. Internal use only. Proxy for COM Interface 'INorthArrow'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriCarto.olb'

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
extends IMapSurroundProxy
implements INorthArrow, java.io.Serializable

Internal use class

See Also:
Serialized Form

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

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

INorthArrowProxy

public INorthArrowProxy(java.lang.String CLSID,
                        java.lang.String host,
                        com.esri.arcgis.interop.AuthInfo authInfo)
                 throws java.net.UnknownHostException,
                        java.io.IOException
Deprecated. 
Throws:
java.net.UnknownHostException
java.io.IOException

INorthArrowProxy

public INorthArrowProxy()
Deprecated. 
For internal use only


INorthArrowProxy

public INorthArrowProxy(java.lang.Object obj)
                 throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

INorthArrowProxy

protected INorthArrowProxy(java.lang.Object obj,
                           java.lang.String iid)
                    throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

INorthArrowProxy

protected INorthArrowProxy(java.lang.String CLSID,
                           java.lang.String iid,
                           java.lang.String host,
                           com.esri.arcgis.interop.AuthInfo authInfo)
                    throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Deprecated. 
Overrides:
addListener in class IMapSurroundProxy
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Deprecated. 
Overrides:
removeListener in class IMapSurroundProxy
Throws:
java.io.IOException

getColor

public IColor getColor()
                throws java.io.IOException,
                       AutomationException
Deprecated. 
Color used to draw the north arrow.

Specified by:
getColor in interface INorthArrow
Returns:
A reference to a com.esri.arcgis.display.IColor
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setColor

public void setColor(IColor color)
              throws java.io.IOException,
                     AutomationException
Deprecated. 
Color used to draw the north arrow.

Specified by:
setColor in interface INorthArrow
Parameters:
color - A reference to a com.esri.arcgis.display.IColor (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSize

public double getSize()
               throws java.io.IOException,
                      AutomationException
Deprecated. 
Size of the north arrow in points (1/72 inch).

Specified by:
getSize in interface INorthArrow
Returns:
The pointSize
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSize

public void setSize(double pointSize)
             throws java.io.IOException,
                    AutomationException
Deprecated. 
Size of the north arrow in points (1/72 inch).

Specified by:
setSize in interface INorthArrow
Parameters:
pointSize - The pointSize (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getAngle

public double getAngle()
                throws java.io.IOException,
                       AutomationException
Deprecated. 
The counter-clockwise rotation of the north arrow in degrees. This value is calculated from the map.

Specified by:
getAngle in interface INorthArrow
Returns:
The degrees
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getCalibrationAngle

public double getCalibrationAngle()
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
Calibration angle. Rotation is modified by this angle.

Specified by:
getCalibrationAngle in interface INorthArrow
Returns:
The degrees
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setCalibrationAngle

public void setCalibrationAngle(double degrees)
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
Calibration angle. Rotation is modified by this angle.

Specified by:
setCalibrationAngle in interface INorthArrow
Parameters:
degrees - The degrees (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getReferenceLocation

public IPoint getReferenceLocation()
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
The point on the map where north is calculated.

Specified by:
getReferenceLocation in interface INorthArrow
Returns:
A reference to a com.esri.arcgis.geometry.IPoint
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setReferenceLocationByRef

public void setReferenceLocationByRef(IPoint point)
                               throws java.io.IOException,
                                      AutomationException
Deprecated. 
The point on the map where north is calculated.

Specified by:
setReferenceLocationByRef in interface INorthArrow
Parameters:
point - A reference to a com.esri.arcgis.geometry.IPoint (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.