|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICadastralTableFieldEdits
Provides access to the field edits of the cadastral fabric table.
Provides access to the field edits of the cadastral fabric table.
This object is used to edit the user-defined fields of the cadastral fabric tables. These fields are the additional fields you've added to define the data model for your cadastral fabric. The other system fields are always present when a cadastral fabric is created, and are used and maintained by the system similar to the shape and oid fields in standard geodatabase feature classes.
esriCadastralFabricTable:
Method Summary | |
---|---|
int |
getCadastralTable()
The enumeration for the table whose fields are being edited. |
IFields |
getExtendedAttributeFields()
The extended attribute fields for the cadastral fabric table. |
String |
getTableName()
The name of the cadastral table. |
void |
setCadastralTable(int table)
The enumeration for the table whose fields are being edited. |
void |
setExtendedAttributeFields(IFields fields)
The extended attribute fields for the cadastral fabric table. |
Method Detail |
---|
String getTableName() throws IOException, AutomationException
The name of the cadastral table.
Use the TableName property to retrieve the name of the table that the field edits apply to.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCadastralTable(int table) throws IOException, AutomationException
table
- A com.esri.arcgis.geodatabaseextensions.esriCadastralFabricTable constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getCadastralTable() throws IOException, AutomationException
The enumeration that identifies the cadastral fabric table.
The enumTable value may be one of the following:
esriCFControl
esriCFPoints
esriCFLines
esriCFParcels
esriCFPlans
esriCFJobs
esriCFLinePoints
esriCFHistory
esriCFAdjustments
esriCFAccuracy
Use the DECadastralFabric object to create a new Cadastral Fabric. To update an existing fabric, pass the updated DECadastralFabric object to the method ICadastralFabricSchemaEdit::UpdateSchema().
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IFields getExtendedAttributeFields() throws IOException, AutomationException
Get or set the user-defined fields of the specified cadastral fabric table.
The ExtendedAttributeFields property is used to retrieve or set the collection of fields that make up the extended attributes of the cadastral fabric table. The table must be set via the ICadastralTableFieldEdits::CadastralTableID property.
These fields are user-defined fields in addition to the system fields of the cadastral fabric table. Use the Fields collection to add or delete fields. Note that when modifying existing fields, the restrictions that apply in ArcCatalog also apply in ArcObjects; for example, you cannot change the name or type of a field. If an existing field's name is changed in the Fields collection, the field will be considered a new field and the existing one will be deleted.
The names of the fields are unqualified. When assigning new fields, use unqualified names.
Use the DECadastralFabric object to create a new Cadastral Fabric. To update an existing fabric, pass the updated DECadastralFabric object to the method ICadastralFabricSchemaEdit::UpdateSchema().
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setExtendedAttributeFields(IFields fields) throws IOException, AutomationException
fields
- A reference to a com.esri.arcgis.geodatabase.IFields (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 |