com.esri.arcgis.geodatabaseextensions
Interface IConstructionBasisOfBearing

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IConstructionBasisOfBearingProxy, ParcelConstructionData

public interface IConstructionBasisOfBearing
extends java.io.Serializable

COM Interface 'IConstructionBasisOfBearing'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriGeoDatabaseExtensions.olb'

Description: 'Provides access to members that manipulate the basis of bearing setting for a parcel construction.' 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 IID2b82ac6e_aa06_43d8_ae70_7b200e07be6b
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 double getBasisOfBearingOffset()
          The basis of bearing offset angle.
 void setBasisOfBearingOffset(double angleOffset)
          The basis of bearing offset angle.
 

Field Detail

IID2b82ac6e_aa06_43d8_ae70_7b200e07be6b

static final int IID2b82ac6e_aa06_43d8_ae70_7b200e07be6b
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

getBasisOfBearingOffset

double getBasisOfBearingOffset()
                               throws java.io.IOException,
                                      AutomationException
The basis of bearing offset angle.

Returns:
The angleOffset
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setBasisOfBearingOffset

void setBasisOfBearingOffset(double angleOffset)
                             throws java.io.IOException,
                                    AutomationException
The basis of bearing offset angle.

Parameters:
angleOffset - The angleOffset (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.