|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICadastralUnitTools
Provides access to methods that format data.
Method Summary | |
---|---|
String |
getAreaUnit(int eAreaType,
boolean shortNotation)
Area type enum value as a string. |
double |
getConvertArea(double areaSQMeters,
int eOutputAreaType)
Converts a metric area value into a given area unit. |
String |
getDirectionType(int eDirType)
Direction type enum value as a string. |
String |
getDirectionUnit(int eDirUnit)
Direction units enum value as a string. |
String |
getDistanceUnit(int eDistanceType,
boolean shortNotation)
Distance units enum value as a string. |
String |
getFormattedArea(double areaSQMeters,
int eOutputAreaTypeDisplay,
boolean isUSFoot,
int decimalPlaces)
Converts a metric area value into a formated area string. |
Method Detail |
---|
String getFormattedArea(double areaSQMeters, int eOutputAreaTypeDisplay, boolean isUSFoot, int decimalPlaces) throws IOException, AutomationException
areaSQMeters
- The areaSQMeters (in)eOutputAreaTypeDisplay
- A com.esri.arcgis.geodatabaseextensions.esriCadastralAreaUnits constant (in)isUSFoot
- The isUSFoot (in)decimalPlaces
- The decimalPlaces (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getConvertArea(double areaSQMeters, int eOutputAreaType) throws IOException, AutomationException
areaSQMeters
- The areaSQMeters (in)eOutputAreaType
- A com.esri.arcgis.geodatabaseextensions.esriCadastralAreaUnits constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getDirectionType(int eDirType) throws IOException, AutomationException
eDirType
- A com.esri.arcgis.system.esriDirectionType constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getDirectionUnit(int eDirUnit) throws IOException, AutomationException
eDirUnit
- A com.esri.arcgis.system.esriDirectionUnits constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getDistanceUnit(int eDistanceType, boolean shortNotation) throws IOException, AutomationException
eDistanceType
- A com.esri.arcgis.geodatabaseextensions.esriCadastralDistanceUnits constant (in)shortNotation
- The shortNotation (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getAreaUnit(int eAreaType, boolean shortNotation) throws IOException, AutomationException
eAreaType
- A com.esri.arcgis.geodatabaseextensions.esriCadastralAreaUnits constant (in)shortNotation
- The shortNotation (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 |