com.esri.arcgis.catalog
Interface IGxThumbnail

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GxAGSCatalog, GxAGSGeoDataServer, GxAGSGeometry, GxAGSGeoprocessing, GxAGSGlobe, GxAGSImage, GxAGSLocator, GxAGSMap, GxAGSWMServer, GxCadDataset, GxCoverageDataset, GxDataGraph, GxDataset, GxGeoprocessingResult, GxLayer, GxMap, GxMSDFile, GxPackage, GxPCCoverage, GxRasterDataset, GxReport, GxSDCDataset, GxServiceDefinition, GxShapefileDataset, GxSpatialWeightsMatrixFile, GxStreetMapDataset, GxVpfDataset, GxWCSCoverage, GxWMSLayer, GxWMSMap, GxWMTSLayer, IGxThumbnailProxy, IMSFeatureClass, IMSFeatureService, IMSImageMap, IMSMetadataService

public interface IGxThumbnail
extends java.io.Serializable

COM Interface 'IGxThumbnail'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriCatalog.olb'

Description: 'Provides access to members that manages the thumbnail of a GxObject.' 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 IIDda1862ed_95f8_11d2_af67_080009ec734b
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IPicture getThumbnail()
          The Thumbnail.
 void setThumbnailByRef(IPicture picture)
          The Thumbnail.
 

Field Detail

IIDda1862ed_95f8_11d2_af67_080009ec734b

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

setThumbnailByRef

void setThumbnailByRef(IPicture picture)
                       throws java.io.IOException,
                              AutomationException
The Thumbnail.

Parameters:
picture - A reference to a com.esri.arcgis.support.ms.stdole.IPicture (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getThumbnail

IPicture getThumbnail()
                      throws java.io.IOException,
                             AutomationException
The Thumbnail.

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