Provides access to members that return information about a geographic dataset data element.
Members
Name | Description | |
---|---|---|
Extent | The extent of the coverage. | |
SpatialReference | The spatial reference of the geodataset. |
IDEGeoDataset.Extent Property
The extent of the coverage.
Public Property Extent As IEnvelope
public IEnvelope Extent {get; set;}
IDEGeoDataset.SpatialReference Property
The spatial reference of the geodataset.
Public Property SpatialReference As ISpatialReference
public ISpatialReference SpatialReference {get; set;}
Classes that implement IDEGeoDataset
Classes | Description |
---|---|
DENetworkDataset | Network Dataset Data Element object. |