ArcGIS Explorer Component Help |
Geodatabase Members |
Geodatabase Class Constructors Methods Properties See Also |
The Geodatabase type exposes the following members.
Constructors
Name | Description | |
---|---|---|
Geodatabase | Overloaded. Initializes a new instance of the Geodatabase class with the specified properties. |
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
GetDomains |
Returns a collection of Domain objects which represents all the domains defined in a geodatabase.
| |
GetGeodatabaseFolders |
Returns a collection of GeodatabaseFolder objects which represents all the feature datasets in a geodatabase.
| |
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
GetRasters |
Returns a collection of Raster objects which represents all the rasters in a geodatabase.
| |
GetTableRelationships | Overloaded. | |
GetTables | Overloaded. | |
GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
OpenGeodatabaseFolder |
Returns a GeodatabaseFolder which represents a feature dataset stored in a geodatabase.
| |
OpenRaster |
Returns a Raster object which represents a raster stored in a geodatabase.
| |
OpenTable |
Returns a Table object which represents a table or feature class stored in a geodatabase.
| |
OpenTableRelationship |
Returns a TableRelationship object which represents either a geodatabase relationship class or an in-memory table relationship.
| |
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
ArcSDEConnectionProperties |
Gets the connection information used to open the ArcSDE Geodatabase.
| |
Name |
Gets the name of the geodatabase.
| |
Path |
Gets the path to the geodatabase.
| |
ShortName |
Gets the name of the geodatabase but without the file extension for file geodatabases.
| |
Type |
Gets the type of geodatabase, which can be either a file geodatabase or an ArcSDE geodatabase.
|