|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IReportUnitFormat2
Provides access to report unit formatting.
Method Summary | |
---|---|
ILatLonFormat |
getCoordinateReadoutLatLonFormat()
The format used for the coordinate readout on the status bar. |
int |
getCoordinateReadoutUnits()
The units used for the coordinate readout on the status bar. |
ILatLonFormat |
getLatLonFormat()
When a map's display units are set to esriDecimalDegrees, tools use this format to report coordinates. |
INumberFormat |
getNumericFormat()
The number format used to report coordinate values. |
void |
setCoordinateReadoutLatLonFormatByRef(ILatLonFormat format)
The format used for the coordinate readout on the status bar. |
void |
setCoordinateReadoutUnits(int units)
The units used for the coordinate readout on the status bar. |
void |
setLatLonFormatByRef(ILatLonFormat format)
When a map's display units are set to esriDecimalDegrees, tools use this format to report coordinates. |
void |
setNumericFormatByRef(INumberFormat format)
The number format used to report coordinate 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.ILatLonFormat getCoordinateReadoutLatLonFormat() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCoordinateReadoutLatLonFormatByRef(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.int getCoordinateReadoutUnits() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCoordinateReadoutUnits(int units) throws IOException, AutomationException
units
- A com.esri.arcgis.system.esriUnits constant (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 |