public interface IDEGeoDataset
extends java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID5ed64e50_a2f2_11d5_931b_0080c71a3226 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
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.
|
static final int IID5ed64e50_a2f2_11d5_931b_0080c71a3226
static final int xxDummy
static final java.lang.String IID
IEnvelope getExtent() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setExtentByRef(IEnvelope extent) throws java.io.IOException, AutomationException
extent
- A reference to a com.esri.arcgis.geometry.IEnvelope (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.ISpatialReference getSpatialReference() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setSpatialReferenceByRef(ISpatialReference spatialReference) throws java.io.IOException, AutomationException
spatialReference
- A reference to a com.esri.arcgis.geometry.ISpatialReference (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.