|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICadastralFabricLayer
Provides access to members that control the cadastral fabric layer.
Method Summary | |
---|---|
ICadastralFabric |
getCadastralFabric()
The layer's CadastralFabric. |
IFeatureLayer |
getCadastralSubLayer(int layerType)
The sub-layer for the renderer type past. |
IFeatureIDSet |
searchCadastralFeatures(IQueryFilter queryFilter,
int cadastralFeature)
Creates a FeatureIDSet based upon the search criteria. |
void |
setCadastralFabricByRef(ICadastralFabric cadastralFabric)
The layer's CadastralFabric. |
Method Detail |
---|
void setCadastralFabricByRef(ICadastralFabric cadastralFabric) throws IOException, AutomationException
cadastralFabric
- A reference to a com.esri.arcgis.geodatabaseextensions.ICadastralFabric (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ICadastralFabric getCadastralFabric() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IFeatureIDSet searchCadastralFeatures(IQueryFilter queryFilter, int cadastralFeature) throws IOException, AutomationException
Creates a FeatureIDSet based upon the search criteria.
The SearchCadastralFeatures method can be used to retrieve a set of feature IDs for the cadastral features that meet the search criteria defined in the QueryFilter object. The CadastralFeature parameter will determine whether the feature IDs of the fabric's control points or parcels will be retrieved. The IFeatureIDSet object returned by this method can be used to populate the properties of a CadastralJob or to select features in the cadastral fabric layer.
queryFilter
- A reference to a com.esri.arcgis.geodatabase.IQueryFilter (in)cadastralFeature
- A com.esri.arcgis.carto.esriCadastralFeature constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IFeatureLayer getCadastralSubLayer(int layerType) throws IOException, AutomationException
layerType
- A com.esri.arcgis.carto.esriCadastralFabricRenderer constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |