com.esri.arcgis.carto
Interface ICadastralFabricParcelLayer

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
CadastralFabricLayer, ICadastralFabricParcelLayerProxy

public interface ICadastralFabricParcelLayer
extends java.io.Serializable

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

Description: 'Provides access to members that control the cadastral fabric parcel 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 IID78f0990c_babc_4105_b232_f4c1c7d0f44e
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getParcelCount()
          The number of parcel layers.
 IFeatureLayer getParcelSubLayer(int layer)
          Parcel layer at the specified index.
 

Field Detail

IID78f0990c_babc_4105_b232_f4c1c7d0f44e

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

getParcelCount

int getParcelCount()
                   throws java.io.IOException,
                          AutomationException
The number of parcel layers.

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

getParcelSubLayer

IFeatureLayer getParcelSubLayer(int layer)
                                throws java.io.IOException,
                                       AutomationException
Parcel layer at the specified index.

Parameters:
layer - The layer (in)
Returns:
A reference to a com.esri.arcgis.carto.IFeatureLayer
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.