com.esri.arcgis.geodatabase
Interface IGxFilterInfo

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
DEAddressLocatorType, DEArcInfoTableType, DECadastralFabricType, DECadDrawingDatasetType, DECatalogRootType, DECoverageFeatureClassType, DECoverageType, DEDatasetType, DEDbaseTableType, DEDiskConnectionType, DEFeatureClassType, DEFeatureDatasetType, DEFileType, DEFolderType, DEGeoDataServerType, DEGeoDatasetType, DEGeometricNetworkType, DEGeometryServerType, DEGlobeServerType, DEGPServerType, DEImageServerType, DELasDatasetType, DELayerType, DEMapDocumentType, DEMapServerType, DEMosaicDatasetType, DENetworkDatasetType, DEPrjFileType, DERasterBandType, DERasterCatalogType, DERasterDatasetType, DERelationshipClassType, DERemoteDatabaseFolderType, DESchematicDatasetType, DESchematicDiagramType, DESchematicFolderType, DEServerConnectionType, DEShapeFileType, DESpatialReferencesFolderType, DETableType, DETerrainType, DETextFileType, DETinType, DETopologyType, DEType, DEVPFCoverageType, DEVPFTableType, DEWCSCoverageType, DEWMSMapType, DEWorkspaceType, GPCadAnnoDomain, GPCadastralFabricLayerType, GPCompositeDataType, GPCompositeDomain, GPCompositeLayerType, GPCovAnnoDomain, GPCoverageDomain, GPDatasetDomain, GPFeatureClassDomain, GPFeatureLayerType, GPFileDomain, GPGALayerType, GPGdbAnnoDomain, GPGroupLayerType, GPLasDatasetLayerType, GPLayersAndTablesDomain, GPLayerType, GPMosaicLayerType, GPNALayerType, GPNetworkDatasetLayerType, GPRasterCatalogLayerType, GPRasterLayerType, GPRouteDomain, GPRouteMeasureEventDomain, GPSAGeoDataDomain, GPSAGeoDataType, GPTablesDomain, GPTableViewType, GPTerrainLayerType, GPTinLayerType, GPTopologyLayerType, GPWorkspaceDomain, IGxFilterInfoProxy

public interface IGxFilterInfo
extends java.io.Serializable

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

Description: 'Provides access to methods that return open and save filters for datasets of a given type.' 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 IID691be63c_024f_4958_8f9b_d8252342e915
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IArray getOpenGxObjectFilters()
          The filters used to open a dataset of this type.
 IArray getSaveGxObjectFilters()
          The filters used to save a dataset of this type.
 

Field Detail

IID691be63c_024f_4958_8f9b_d8252342e915

static final int IID691be63c_024f_4958_8f9b_d8252342e915
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

getOpenGxObjectFilters

IArray getOpenGxObjectFilters()
                              throws java.io.IOException,
                                     AutomationException
The filters used to open a dataset of this type.

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

getSaveGxObjectFilters

IArray getSaveGxObjectFilters()
                              throws java.io.IOException,
                                     AutomationException
The filters used to save a dataset of this type.

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