|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICadastralUnitTools
COM Interface 'ICadastralUnitTools'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriGeoDatabaseExtensions.olb'
Description: 'Provides access to methods that format data.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
Field Summary | |
---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IID0dc83354_e621_4c2d_9c2d_bad65c0727d1
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
java.lang.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. |
java.lang.String |
getDirectionType(int eDirType)
Direction type enum value as a string. |
java.lang.String |
getDirectionUnit(int eDirUnit)
Direction units enum value as a string. |
java.lang.String |
getDistanceUnit(int eDistanceType,
boolean shortNotation)
Distance units enum value as a string. |
java.lang.String |
getFormattedArea(double areaSQMeters,
int eOutputAreaTypeDisplay,
boolean isUSFoot,
int decimalPlaces)
Converts a metric area value into a formated area string. |
Field Detail |
---|
static final int IID0dc83354_e621_4c2d_9c2d_bad65c0727d1
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
java.lang.String getFormattedArea(double areaSQMeters, int eOutputAreaTypeDisplay, boolean isUSFoot, int decimalPlaces) throws java.io.IOException, AutomationException
areaSQMeters
- The areaSQMeters (in)eOutputAreaTypeDisplay
- A com.esri.arcgis.geodatabaseextensions.esriCadastralAreaUnits constant (in)isUSFoot
- The isUSFoot (in)decimalPlaces
- The decimalPlaces (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getConvertArea(double areaSQMeters, int eOutputAreaType) throws java.io.IOException, AutomationException
areaSQMeters
- The areaSQMeters (in)eOutputAreaType
- A com.esri.arcgis.geodatabaseextensions.esriCadastralAreaUnits constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getDirectionType(int eDirType) throws java.io.IOException, AutomationException
eDirType
- A com.esri.arcgis.system.esriDirectionType constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getDirectionUnit(int eDirUnit) throws java.io.IOException, AutomationException
eDirUnit
- A com.esri.arcgis.system.esriDirectionUnits constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getDistanceUnit(int eDistanceType, boolean shortNotation) throws java.io.IOException, AutomationException
eDistanceType
- A com.esri.arcgis.geodatabaseextensions.esriCadastralDistanceUnits constant (in)shortNotation
- The shortNotation (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getAreaUnit(int eAreaType, boolean shortNotation) throws java.io.IOException, AutomationException
eAreaType
- A com.esri.arcgis.geodatabaseextensions.esriCadastralAreaUnits constant (in)shortNotation
- The shortNotation (in)
java.io.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 |