com.esri.arcgis.arcmapui
Class IReportUnitFormatProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.arcmapui.IReportUnitFormatProxy
All Implemented Interfaces:
IReportUnitFormat, Externalizable, Serializable

public class IReportUnitFormatProxy
extends com.esri.arcgis.interop.Dispatch
implements IReportUnitFormat, Serializable

Provides access to report unit formatting.

Superseded By

IReportUnitFormat2

Product Availability

Available with ArcGIS Desktop.

See Also:
Serialized Form

Field Summary
 boolean noncastable
           
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Constructor Summary
  IReportUnitFormatProxy()
           
  IReportUnitFormatProxy(Object obj)
           
protected IReportUnitFormatProxy(Object obj, String iid)
           
 
Method Summary
 void addListener(String iidStr, Object theListener, Object theSource)
           
 ILatLonFormat getLatLonFormat()
          The format object used for reporting lat-lon values.
 INumberFormat getNumericFormat()
          The format object used for reporting numeric values.
 void removeListener(String iidStr, Object theListener)
           
 void setLatLonFormatByRef(ILatLonFormat format)
          The format object used for reporting lat-lon values.
 void setNumericFormatByRef(INumberFormat format)
          The format object used for reporting numeric values.
 
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
 

Field Detail

noncastable

public boolean noncastable
Constructor Detail

IReportUnitFormatProxy

public IReportUnitFormatProxy()

IReportUnitFormatProxy

public IReportUnitFormatProxy(Object obj)
                       throws IOException
Throws:
IOException

IReportUnitFormatProxy

protected IReportUnitFormatProxy(Object obj,
                                 String iid)
                          throws IOException
Throws:
IOException
Method Detail

addListener

public void addListener(String iidStr,
                        Object theListener,
                        Object theSource)
                 throws IOException
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
IOException

removeListener

public void removeListener(String iidStr,
                           Object theListener)
                    throws IOException
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
IOException

getLatLonFormat

public ILatLonFormat getLatLonFormat()
                              throws IOException,
                                     AutomationException
The format object used for reporting lat-lon values.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Specified by:
getLatLonFormat in interface IReportUnitFormat
Returns:
A reference to a com.esri.arcgis.system.ILatLonFormat
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setLatLonFormatByRef

public void setLatLonFormatByRef(ILatLonFormat format)
                          throws IOException,
                                 AutomationException
The format object used for reporting lat-lon values.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Specified by:
setLatLonFormatByRef in interface IReportUnitFormat
Parameters:
format - A reference to a com.esri.arcgis.system.ILatLonFormat (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getNumericFormat

public INumberFormat getNumericFormat()
                               throws IOException,
                                      AutomationException
The format object used for reporting numeric values.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Specified by:
getNumericFormat in interface IReportUnitFormat
Returns:
A reference to a com.esri.arcgis.system.INumberFormat
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setNumericFormatByRef

public void setNumericFormatByRef(INumberFormat format)
                           throws IOException,
                                  AutomationException
The format object used for reporting numeric values.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Specified by:
setNumericFormatByRef in interface IReportUnitFormat
Parameters:
format - A reference to a com.esri.arcgis.system.INumberFormat (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.