|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IReportUnitFormat
Provides access to report unit formatting.
Method Summary | |
---|---|
ILatLonFormat |
getLatLonFormat()
The format object used for reporting lat-lon values. |
INumberFormat |
getNumericFormat()
The format object used for reporting numeric values. |
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. |
Method Detail |
---|
ILatLonFormat getLatLonFormat() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLatLonFormatByRef(ILatLonFormat format) throws IOException, AutomationException
format
- A reference to a com.esri.arcgis.system.ILatLonFormat (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.INumberFormat getNumericFormat() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setNumericFormatByRef(INumberFormat format) throws IOException, AutomationException
format
- A reference to a com.esri.arcgis.system.INumberFormat (in)
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 |