com.esri.arcgis.geodatabaseextensions
Interface IDECadastralFabric3

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IDECadastralFabric3Proxy

public interface IDECadastralFabric3
extends java.io.Serializable

COM Interface 'IDECadastralFabric3'. 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 IID7620970c_aef2_41ea_85a9_21c3829ea070
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void getPropertySet(int type, IPropertySet[] propertySet)
          Property set of the parcel fabric data element.
 void setPropertySet(int type, IPropertySet propertySet)
          Property set of the parcel fabric data element.
 

Field Detail

IID7620970c_aef2_41ea_85a9_21c3829ea070

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

getPropertySet

void getPropertySet(int type,
                    IPropertySet[] propertySet)
                    throws java.io.IOException,
                           AutomationException
Property set of the parcel fabric data element.

Parameters:
type - A com.esri.arcgis.geodatabaseextensions.esriCadastralPropertySetType constant (in)
propertySet - A reference to a com.esri.arcgis.system.IPropertySet (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setPropertySet

void setPropertySet(int type,
                    IPropertySet propertySet)
                    throws java.io.IOException,
                           AutomationException
Property set of the parcel fabric data element.

Parameters:
type - A com.esri.arcgis.geodatabaseextensions.esriCadastralPropertySetType constant (in)
propertySet - A reference to a com.esri.arcgis.system.IPropertySet (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.