com.esri.arcgis.geodatabaseextensions
Interface ICadastralUnitTools

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
CadastralDataTools, ICadastralUnitToolsProxy

public interface ICadastralUnitTools
extends java.io.Serializable

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

IID0dc83354_e621_4c2d_9c2d_bad65c0727d1

static final int IID0dc83354_e621_4c2d_9c2d_bad65c0727d1
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getFormattedArea

java.lang.String getFormattedArea(double areaSQMeters,
                                  int eOutputAreaTypeDisplay,
                                  boolean isUSFoot,
                                  int decimalPlaces)
                                  throws java.io.IOException,
                                         AutomationException
Converts a metric area value into a formated area string. isUSFoot applies to imperial output. If decimalPlaces = -1, the decimal places is automatically calculated from areaSQMeters.

Parameters:
areaSQMeters - The areaSQMeters (in)
eOutputAreaTypeDisplay - A com.esri.arcgis.geodatabaseextensions.esriCadastralAreaUnits constant (in)
isUSFoot - The isUSFoot (in)
decimalPlaces - The decimalPlaces (in)
Returns:
The formatedArea
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getConvertArea

double getConvertArea(double areaSQMeters,
                      int eOutputAreaType)
                      throws java.io.IOException,
                             AutomationException
Converts a metric area value into a given area unit.

Parameters:
areaSQMeters - The areaSQMeters (in)
eOutputAreaType - A com.esri.arcgis.geodatabaseextensions.esriCadastralAreaUnits constant (in)
Returns:
The pArea
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDirectionType

java.lang.String getDirectionType(int eDirType)
                                  throws java.io.IOException,
                                         AutomationException
Direction type enum value as a string.

Parameters:
eDirType - A com.esri.arcgis.system.esriDirectionType constant (in)
Returns:
The dirType
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDirectionUnit

java.lang.String getDirectionUnit(int eDirUnit)
                                  throws java.io.IOException,
                                         AutomationException
Direction units enum value as a string.

Parameters:
eDirUnit - A com.esri.arcgis.system.esriDirectionUnits constant (in)
Returns:
The dirUnit
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDistanceUnit

java.lang.String getDistanceUnit(int eDistanceType,
                                 boolean shortNotation)
                                 throws java.io.IOException,
                                        AutomationException
Distance units enum value as a string.

Parameters:
eDistanceType - A com.esri.arcgis.geodatabaseextensions.esriCadastralDistanceUnits constant (in)
shortNotation - The shortNotation (in)
Returns:
The distUnit
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getAreaUnit

java.lang.String getAreaUnit(int eAreaType,
                             boolean shortNotation)
                             throws java.io.IOException,
                                    AutomationException
Area type enum value as a string.

Parameters:
eAreaType - A com.esri.arcgis.geodatabaseextensions.esriCadastralAreaUnits constant (in)
shortNotation - The shortNotation (in)
Returns:
The area
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.