|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IARUnitConverter
Provides access to members that control the ARUnitConverter.
| Method Summary | |
|---|---|
double |
convertUnits(double dValue,
int inUnits,
int outUnits)
Converts the specified value between two units of measure. |
String |
doubleAsString(double dValue,
int nDigits,
boolean bSeparators)
Converts the specified value to a string rounded to a specified number of decimal places. |
String |
esriUnitsAsAbbreviatedString(int units,
int caseAppearance)
Converts the specified units to a string abbreviation in upper or lower case. |
String |
esriUnitsAsString(int units,
int caseAppearance,
boolean bPlural)
Converts the specified units to strings in upper or lower case. |
void |
getLocationAsString(IARMap pMap,
double xCoord,
double yCoord,
int displayUnits,
String[] sXLocation,
String[] sYLocation,
String[] sUnits)
Converts the specified coordinates and units to strings. |
void |
getLongLatAsString(double longitude,
double latitude,
int displayUnits,
String[] sLongitude,
String[] sLatitude,
String[] sUnits)
Converts the specified degree coordinates and units to strings. |
| Method Detail |
|---|
void getLocationAsString(IARMap pMap,
double xCoord,
double yCoord,
int displayUnits,
String[] sXLocation,
String[] sYLocation,
String[] sUnits)
throws IOException,
AutomationException
pMap - A reference to a com.esri.arcgis.controls.IARMap (in)xCoord - The xCoord (in)yCoord - The yCoord (in)displayUnits - A com.esri.arcgis.controls.esriARUnits constant (in)sXLocation - The sXLocation (in/out: use single element array)sYLocation - The sYLocation (in/out: use single element array)sUnits - The sUnits (in/out: use single element array)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String esriUnitsAsString(int units,
int caseAppearance,
boolean bPlural)
throws IOException,
AutomationException
units - A com.esri.arcgis.controls.esriARUnits constant (in)caseAppearance - A com.esri.arcgis.controls.esriARCaseAppearance constant (in)bPlural - The bPlural (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double convertUnits(double dValue,
int inUnits,
int outUnits)
throws IOException,
AutomationException
dValue - The dValue (in)inUnits - A com.esri.arcgis.controls.esriARUnits constant (in)outUnits - A com.esri.arcgis.controls.esriARUnits constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String doubleAsString(double dValue,
int nDigits,
boolean bSeparators)
throws IOException,
AutomationException
dValue - The dValue (in)nDigits - The nDigits (in)bSeparators - The bSeparators (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void getLongLatAsString(double longitude,
double latitude,
int displayUnits,
String[] sLongitude,
String[] sLatitude,
String[] sUnits)
throws IOException,
AutomationException
longitude - The longitude (in)latitude - The latitude (in)displayUnits - A com.esri.arcgis.controls.esriARUnits constant (in)sLongitude - The sLongitude (in/out: use single element array)sLatitude - The sLatitude (in/out: use single element array)sUnits - The sUnits (in/out: use single element array)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String esriUnitsAsAbbreviatedString(int units,
int caseAppearance)
throws IOException,
AutomationException
units - A com.esri.arcgis.controls.esriARUnits constant (in)caseAppearance - A com.esri.arcgis.controls.esriARCaseAppearance 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 | ||||||||