com.esri.arcgis.carto
Interface ICadastralFabricSubLayer

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
CadastralFabricSubLayer, ICadastralFabricSubLayerProxy

public interface ICadastralFabricSubLayer
extends java.io.Serializable

COM Interface 'ICadastralFabricSubLayer'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Indicator interface that identifies the cadastral fabric feature layer.' 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 IIDba381f2b_f621_4f45_8f78_101f65b5bbe6
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 ICadastralFabric getCadastralFabric()
          The parent cadastral fabric dataset.
 int getCadastralTableType()
          The type of cadastral feature layer.
 

Field Detail

IIDba381f2b_f621_4f45_8f78_101f65b5bbe6

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

getCadastralTableType

int getCadastralTableType()
                          throws java.io.IOException,
                                 AutomationException
The type of cadastral feature layer.

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

getCadastralFabric

ICadastralFabric getCadastralFabric()
                                    throws java.io.IOException,
                                           AutomationException
The parent cadastral fabric dataset.

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