com.esri.arcgis.geodatabaseextensions
Interface IDECadastralFabric

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
DECadastralFabric, IDECadastralFabricProxy

public interface IDECadastralFabric
extends java.io.Serializable

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

Description: 'Provides access to members that describe cadastral fabric data elements.' 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 IID06c95fa1_8cf2_4563_8038_15fb592374b4
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IArray getCadastralTableFieldEdits()
          Provides access to the field customizations for the cadastral fabric table.
 java.lang.String getConfigurationKeyword()
          The database configuration keyword for the cadastral fabric.
 int getDefaultAccuracyCategory()
          The default accuracy category for the cadastral fabric.
 void setCadastralTableFieldEditsByRef(IArray cadastralTableFieldEdits)
          Provides access to the field customizations for the cadastral fabric table.
 void setConfigurationKeyword(java.lang.String configKeyword)
          The database configuration keyword for the cadastral fabric.
 void setDefaultAccuracyCategory(int defaultAccuracy)
          The default accuracy category for the cadastral fabric.
 

Field Detail

IID06c95fa1_8cf2_4563_8038_15fb592374b4

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

getConfigurationKeyword

java.lang.String getConfigurationKeyword()
                                         throws java.io.IOException,
                                                AutomationException
The database configuration keyword for the cadastral fabric.

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

setConfigurationKeyword

void setConfigurationKeyword(java.lang.String configKeyword)
                             throws java.io.IOException,
                                    AutomationException
The database configuration keyword for the cadastral fabric.

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

getDefaultAccuracyCategory

int getDefaultAccuracyCategory()
                               throws java.io.IOException,
                                      AutomationException
The default accuracy category for the cadastral fabric.

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

setDefaultAccuracyCategory

void setDefaultAccuracyCategory(int defaultAccuracy)
                                throws java.io.IOException,
                                       AutomationException
The default accuracy category for the cadastral fabric.

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

setCadastralTableFieldEditsByRef

void setCadastralTableFieldEditsByRef(IArray cadastralTableFieldEdits)
                                      throws java.io.IOException,
                                             AutomationException
Provides access to the field customizations for the cadastral fabric table.

Parameters:
cadastralTableFieldEdits - A reference to a com.esri.arcgis.system.IArray (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getCadastralTableFieldEdits

IArray getCadastralTableFieldEdits()
                                   throws java.io.IOException,
                                          AutomationException
Provides access to the field customizations for the cadastral fabric table.

Returns:
A reference to a com.esri.arcgis.system.IArray
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.