com.esri.arcgis.geodatabase
Interface IDEGeoDataset

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

public interface IDEGeoDataset
extends java.io.Serializable

COM Interface 'IDEGeoDataset'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description: 'Provides access to members that return information about a geographic dataset data element.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID5ed64e50_a2f2_11d5_931b_0080c71a3226
           
static int xxDummy
          Deprecated. Internal use only
 
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.
 

Field Detail

IID5ed64e50_a2f2_11d5_931b_0080c71a3226

static final int IID5ed64e50_a2f2_11d5_931b_0080c71a3226
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getExtent

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

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

setExtentByRef

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

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

getSpatialReference

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

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

setSpatialReferenceByRef

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

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