com.esri.arcgis.geodatabase
Interface IGeodatabaseRelease2
- All Superinterfaces:
- IGeodatabaseRelease, java.io.Serializable
- All Known Subinterfaces:
- IGeodatabaseRelease3, IGeodatabaseRelease4
- All Known Implementing Classes:
- IGeodatabaseRelease2Proxy, IGeodatabaseRelease3Proxy, IGeodatabaseRelease4Proxy
public interface IGeodatabaseRelease2
- extends IGeodatabaseRelease, java.io.Serializable
COM Interface 'IGeodatabaseRelease2'. Generated 3/19/2015 1:20:56 PM
from 'C:\ArcGIS\COM\esriGeoDatabase.olb'
Description: 'Provides access to members that provide information about the release version of a geodatabase.'
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 =
Method Summary |
boolean |
isDatasetSupported(int type)
Indicates whether the workspace supports the specified dataset type. |
IID92ca80ca_081b_40c2_a444_9357c681e53c
static final int IID92ca80ca_081b_40c2_a444_9357c681e53c
- 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
isDatasetSupported
boolean isDatasetSupported(int type)
throws java.io.IOException,
AutomationException
- Indicates whether the workspace supports the specified dataset type.
- Parameters:
type
- A com.esri.arcgis.geodatabase.esriDatasetType constant (in)
- Returns:
- The canSupport
- Throws:
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.