com.esri.arcgis.geodatabase
Interface IDEGeoDataset

All Superinterfaces:
Serializable
All Known Implementing Classes:
DECadastralFabric, DECadDrawingDataset, DECoverage, DECoverageFeatureClass, DEFeatureClass, DEFeatureDataset, DEGeometricNetwork, DELayer, DENetworkDataset, DERasterBand, DERasterCatalog, DERasterDataset, DESchematicDiagram, DEShapeFile, DETin, DETopology, DEVPFCoverage, GPCadastralFabricLayer, GPCompositeLayer, GPFeatureLayer, GPGALayer, GPGroupLayer, GPMosaicLayer, GPNALayer, GPNetworkDatasetLayer, GPRasterCatalogLayer, GPRasterFormulated, GPRasterLayer, GPSAExtractValues, GPSATopoFeatures, GPSAWeightedSum, GPTerrainLayer, GPTinLayer, GPTopologyLayer

public interface IDEGeoDataset
extends Serializable

Provides access to members that return information about a geographic dataset data element.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 IEnvelope getExtent()
          The extent of the coverage.
 ISpatialReference getSpatialReference()
          The spatial reference of the geodataset.
 void setExtentByRef(IEnvelope extent)
          The extent of the coverage.
 void setSpatialReferenceByRef(ISpatialReference spatialReference)
          The spatial reference of the geodataset.
 

Method Detail

getExtent

IEnvelope getExtent()
                    throws IOException,
                           AutomationException
The extent of the coverage.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

Returns:
A reference to a com.esri.arcgis.geometry.IEnvelope
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setExtentByRef

void setExtentByRef(IEnvelope extent)
                    throws IOException,
                           AutomationException
The extent of the coverage.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
extent - A reference to a com.esri.arcgis.geometry.IEnvelope (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSpatialReference

ISpatialReference getSpatialReference()
                                      throws IOException,
                                             AutomationException
The spatial reference of the geodataset.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

Returns:
A reference to a com.esri.arcgis.geometry.ISpatialReference
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSpatialReferenceByRef

void setSpatialReferenceByRef(ISpatialReference spatialReference)
                              throws IOException,
                                     AutomationException
The spatial reference of the geodataset.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
spatialReference - A reference to a com.esri.arcgis.geometry.ISpatialReference (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.