com.esri.arcgis.geodatabaseextensions
Interface ICadastralFabricSchemaEdit2

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
CadastralFabric, ICadastralFabricSchemaEdit2Proxy

public interface ICadastralFabricSchemaEdit2
extends java.io.Serializable

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

Description: 'Provides access to members that modify the cadastral fabric schema.' 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 IIDe2930c0e_dd54_4f12_8960_c44e6c08c395
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void releaseReadOnlyFields(ITable pTable, int table)
          Temporarily release the read-only property on system the fields of the given cadastral fabric table.
 void resetReadOnlyFields(int table)
          Reset the read-only property on system the fields of the cadastral fabric tables.
 

Field Detail

IIDe2930c0e_dd54_4f12_8960_c44e6c08c395

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

releaseReadOnlyFields

void releaseReadOnlyFields(ITable pTable,
                           int table)
                           throws java.io.IOException,
                                  AutomationException
Temporarily release the read-only property on system the fields of the given cadastral fabric table.

Parameters:
pTable - A reference to a com.esri.arcgis.geodatabase.ITable (in)
table - A com.esri.arcgis.geodatabaseextensions.esriCadastralFabricTable constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

resetReadOnlyFields

void resetReadOnlyFields(int table)
                         throws java.io.IOException,
                                AutomationException
Reset the read-only property on system the fields of the cadastral fabric tables.

Parameters:
table - A com.esri.arcgis.geodatabaseextensions.esriCadastralFabricTable constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.