com.esri.arcgis.geodatabaseextensions
Interface ICadastralFabricSchemaEdit

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

public interface ICadastralFabricSchemaEdit
extends java.io.Serializable

COM Interface 'ICadastralFabricSchemaEdit'. 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 IID8a932661_07b3_4d2e_b02c_ce6092a1b4af
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void updateSchema(IDECadastralFabric dataElement)
          Updates the schema for the cadastral fabric based upon the given data element.
 

Field Detail

IID8a932661_07b3_4d2e_b02c_ce6092a1b4af

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

updateSchema

void updateSchema(IDECadastralFabric dataElement)
                  throws java.io.IOException,
                         AutomationException
Updates the schema for the cadastral fabric based upon the given data element.

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