com.esri.arcgis.geodatabase
Interface ICoverageAnnotationFeature

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
CoverageAnnotationFeature, ICoverageAnnotationFeatureProxy

public interface ICoverageAnnotationFeature
extends java.io.Serializable

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

Description: 'Provides access to coverage annotation blob.' 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 IID74793943_d70e_11d2_9f30_00c04f79927c
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IMemoryBlobStream getAnnotationBlob()
          The annotation blob for the feature.
 void setAnnotationBlobByRef(IMemoryBlobStream annotation)
          The annotation blob for the feature.
 

Field Detail

IID74793943_d70e_11d2_9f30_00c04f79927c

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

getAnnotationBlob

IMemoryBlobStream getAnnotationBlob()
                                    throws java.io.IOException,
                                           AutomationException
The annotation blob for the feature.

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

setAnnotationBlobByRef

void setAnnotationBlobByRef(IMemoryBlobStream annotation)
                            throws java.io.IOException,
                                   AutomationException
The annotation blob for the feature.

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