com.esri.arcgis.carto
Class INorthArrow2Proxy

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

Deprecated. Internal use only. Proxy for COM Interface 'INorthArrow2'. 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 INorthArrow2Proxy
extends IMapSurroundProxy
implements INorthArrow2, 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.INorthArrow2
IID, IID05270da7_fb6c_40e6_b1e6_7ec2c02b628c
 
Fields inherited from interface com.esri.arcgis.carto.IMapSurround
IIDfe3115e9_ed6c_11d0_8683_0000f8751720
 
Constructor Summary
  INorthArrow2Proxy()
          Deprecated. For internal use only
  INorthArrow2Proxy(java.lang.Object obj)
          Deprecated.  
protected INorthArrow2Proxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  INorthArrow2Proxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected INorthArrow2Proxy(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.
 int getNorthArrowType()
          Deprecated. The type of 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 setNorthArrowType(int type)
          Deprecated. The type of 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

INorthArrow2Proxy

public INorthArrow2Proxy(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

INorthArrow2Proxy

public INorthArrow2Proxy()
Deprecated. 
For internal use only


INorthArrow2Proxy

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

INorthArrow2Proxy

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

INorthArrow2Proxy

protected INorthArrow2Proxy(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 INorthArrow2
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 INorthArrow2
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 INorthArrow2
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 INorthArrow2
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 INorthArrow2
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 INorthArrow2
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 INorthArrow2
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 INorthArrow2
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 INorthArrow2
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.

setNorthArrowType

public void setNorthArrowType(int type)
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
The type of north arrow.

Specified by:
setNorthArrowType in interface INorthArrow2
Parameters:
type - A com.esri.arcgis.carto.esriNorthArrowType constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getNorthArrowType

public int getNorthArrowType()
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
The type of north arrow.

Specified by:
getNorthArrowType in interface INorthArrow2
Returns:
A com.esri.arcgis.carto.esriNorthArrowType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.