Class | Description | |
---|---|---|
Attachment | Represents a document associated with a row. | |
AttributedRelationship | Represents a pair of related rows (or features) from a geodatabase with extra information stored as a row in an intermediate table. | |
AttributedRelationshipClass | Represents an association between two tables in a geodatabase on which additional information is stored in an intermediate table. | |
AttributedRelationshipClassDefinition | Represents the schema and properties of an AttributedRelationshipClass. | |
AttributeRuleError | Represents an error from a ValidationErrorType validation error system table. | |
AttributeRuleEvaluationDescription | Specifies how an evaluation for validation rules and/or batch calculation rules should be executed via a validation service. | |
AttributeRuleEvaluationResult | Provides information about the results of a call to AttributeRuleManager.Evaluate. | |
AttributeRuleManager | This class provides basic functionality to manage attribute rules on behalf of a geodatabase. | |
CodedValueDomain | Represents the information about the valid coded values belonging to this coded value domain. | |
Connector | Represents a connector to a data source. | |
Database | Represents the gateway to connect to a relational database, which may or may not be a geodatabase (please see remarks). Given a specific QueryDescription object, the Database data store can be used to open a single database table, or a query layer that is created from one or more database tables. | |
DatabaseClient | Provides a capability to execute tasks (e.g., a SQL statement) on a database management system associated with a geodatabase. | |
DatabaseConnectionFile | Represents the physical path to a connection file that ends with the .sde extension used for connecting to an enterprise database or geodatabase. | |
DatabaseConnectionProperties | Represents the properties used to connect to an enterprise database or geodatabase. | |
Dataset | Represents a dataset from a specific Datastore. | |
Datastore | Represents a data repository. | |
Definition | Represents a definition of a geodatabase Dataset. | |
DifferenceCursor | Represents a difference cursor to retrieve rows that are different between two versions (either transactional or historical) based on the specified DifferenceType | |
Domain | Represents a domain from a geodatabase. | |
Feature | Represents a feature in a FeatureClass. | |
FeatureClass | Represents a table with a spatial column. | |
FeatureClassDefinition | Represents the schema and properties of a FeatureClass. | |
FeatureDataset | Represents a feature dataset from a geodatabase. | |
FeatureDatasetDefinition | Represents the properties of a FeatureDataset. | |
Field | Represents a column in a table. | |
FileGeodatabaseConnectionPath | Represents the physical path to a file geodatabase folder that ends with the .gdb extension. | |
FileSystemConnectionPath | Represents the physical path to a file-system data store of type Type. | |
FileSystemDatastore | Represents a file system-based data store; e.g., a folder that contains shapefiles. | |
Geodatabase | Represents an ArcGIS geodatabase. | |
GeodatabaseAttachmentNotEnabledException | Represents a geodatabase attachment not enabled exception. | |
GeodatabaseAttributeRuleException | Represents a geodatabase attribute rule exception. | |
GeodatabaseCadastralFabricException | Represents a geodatabase cadastral fabric exception. | |
GeodatabaseCatalogDatasetException | Represents a geodatabase catalog dataset exception. | |
GeodatabaseCursorException | Represents a geodatabase cursor exception. | |
GeodatabaseDatasetException | Represents a geodatabase dataset exception. | |
GeodatabaseDataSourceException | Represents a geodatabase data source exception. | |
GeodatabaseDefaultValueException | Represents a geodatabase default value exception. | |
GeodatabaseDomainException | Represents a geodatabase domain exception. | |
GeodatabaseEditingException | Represents a geodatabase editing exception. | |
GeodatabaseEnterpriseException | Represents an enterprise geodatabase exception. | |
GeodatabaseEnumerationException | Represents a geodatabase enumeration exception. | |
GeodatabaseException | Represents a base class for all geodatabase exceptions. | |
GeodatabaseFeatureClassException | Represents a geodatabase feature class exception. | |
GeodatabaseFeatureException | Represents a geodatabase feature exception. | |
GeodatabaseFieldException | Represents a geodatabase field exception. | |
GeodatabaseFieldsException | Represents a geodatabase fields exception. | |
GeodatabaseGeneralException | Represents a geodatabase general exception. | |
GeodatabaseGeometricNetworkException | Represents a geodatabase geometric network exception. | |
GeodatabaseGeometryException | Represents a geodatabase geometry exception. | |
GeodatabaseImportExportException | Represents a geodatabase import or export exception. | |
GeodatabaseIndexException | Represents a geodatabase index exception. | |
GeodatabaseMetadataException | Represents a geodatabase metadata exception. | |
GeodatabaseNameStringException | Represents a geodatabase name string exception. | |
GeodatabaseNetworkDiagramException | Represents a geodatabase network diagram exception. | |
GeodatabaseNetworkFeatureClassException | Represents a geodatabase network feature class exception. | |
GeodatabaseNotFoundOrOpenedException | Represents a geodatabase not found or not opened exception. | |
GeodatabaseObjectClassException | Represents a geodatabase object class exception. | |
GeodatabasePlanarGraphException | Represents a geodatabase planar graph exception. | |
GeodatabasePropertyException | Represents a geodatabase property exception. | |
GeodatabaseQueryException | Represents a geodatabase query exception. | |
GeodatabaseRasterException | Represents a geodatabase raster exception. | |
GeodatabaseRelationshipClassException | Represents a geodatabase relationship class exception. | |
GeodatabaseReplicationException | Represents a geodatabase replication exception. | |
GeodatabaseRowException | Represents a geodatabase row exception. | |
GeodatabaseSelectionException | Represents a geodatabase selection exception. | |
GeodatabaseServerException | Represents a geodatabase server exception. | |
GeodatabaseSpatialFilterException | Represents a geodatabase spatial filter exception. | |
GeodatabaseSpatialReferenceException | Represents a geodatabase spatial reference exception. | |
GeodatabaseSQLParsingException | Represents a geodatabase SQL parsing exception. | |
GeodatabaseTableException | Represents a geodatabase table exception. | |
GeodatabaseTopologyException | Represents a geodatabase topology exception. | |
GeodatabaseTransferException | Represents a geodatabase transfer exception. | |
GeodatabaseUserMetadataException | Represents a geodatabase user metadata exception. | |
GeodatabaseUtilityNetworkException | Represents a geodatabase utility network exception. | |
GeodatabaseValidationException | Represents a geodatabase validation exception. | |
GeodatabaseVersionException | Represents a geodatabase version exception. | |
GeodatabaseWorkspaceException | Represents a geodatabase workspace exception. | |
HistoricalVersion | Represents a historical version in a Geodatabase. | |
HistoricalVersionDescription | Represents a mechanism to create or alter an HistoricalVersion. | |
Index | Represents an index from a geodatabase table. | |
InsertCursor | This class allows users to quickly and efficiently insert rows in a Table. | |
Join | Represents a mechanism to join tables from the same or different Datastore. | |
JoinDescription | Represents a mechanism to create a Join object. | |
QueryDef | Provides a capability to create virtual tables that represent queries involving one or more tables from the same geodatabase. | |
QueryDescription | A QueryDescription object fully describes how a single table in a database or a query layer that is created from one or more database tables (specified by a valid SQL SELECT statement) should be represented as a Table or FeatureClass if the table is spatially enabled. | |
QueryFilter | Represents a filter for performing a query against a Table. | |
QueryTableDescription | Represents a mechanism to create a query table , which is a virtual table that represents queries involving one or more tables from the same geodatabase. | |
RangeDomain | Represents the information about the valid coded values belonging to this coded value domain. | |
ReconcileDescription | Represents a mechanism to reconcile and post a Version. | |
ReconcileResult | Provides information about the results of a call to Version.Reconcile. | |
Relationship | Represents a pair of related rows (or features) from a geodatabase. | |
RelationshipClass | Represents an association between two tables in a geodatabase. | |
RelationshipClassDefinition | Represents the schema and properties of a RelationshipClass. | |
Row | Represents a row in a Table. | |
RowBuffer | Represents a row buffer that can be used with Table.CreateRow | |
RowCursor | Represents a cursor from a geodatabase table. | |
Selection | Represents a selection of rows based on IDs or global IDs from a geodatabase table. | |
ServiceConnectionProperties | Represents the properties used to connect to an ArcGIS web service. | |
ServiceException | Represents a base class for all service exceptions. | |
SortDescription | Specifies a Field to be used to sort the table or feature class and how it should be used. | |
SpatialQueryFilter | Represents the spatial component of a filter used when querying a FeatureClass. | |
SQLiteConnectionPath | Represents the physical path used to connect to a SQLite database. | |
SQLSyntax | Represents the gateway to access information about the SQL syntax and other functionality supported by a given Datastore, such as the delimiting character used in qualifying table and field names, and the identifier quote character. | |
StatisticsDescription | Specifies what statistics function(s) should be performed on a specific field. | |
StatisticsResult | Reports the results of statistics computation on a specific Field. | |
Subtype | Represents a subset of features in a feature class or rows in a table that share the same attributes. | |
Table | Represents a table from the geodatabase. | |
TableDefinition | Represents the schema and properties of a Table. | |
TableSortDescription | Specifies how a sort operation should be carried out on a table or feature class. | |
TableStatisticsDescription | Specifies how statistics computations should be carried out against one or more fields in a table or feature class. | |
TableStatisticsResult | Reports the results of statistics calculations. | |
UnknownDatastore | Represents an unknown or currently not supported data repository. | |
UnknownDefinition | Represents the properties of an unknown dataset type. | |
Version | Represents a version in a given enterprise Geodatabase. | |
VersionDescription | Represents a mechanism to create or alter a Version. | |
VersionManager | This class provides basic functionality to manage versioning on behalf of an enterprise or web Geodatabase. | |
VirtualRelationshipClassDescription | Represents a mechanism to create a virtual RelationshipClass. |