com.esri.arcgis.carto
Interface IAnnotateFeature2

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
AnnotateFeature, IAnnotateFeature2Proxy, MaplexAnnotateFeature

public interface IAnnotateFeature2
extends java.io.Serializable

COM Interface 'IAnnotateFeature2'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to members that control the labeling (annotation) of one feature.' 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 IID2cf9d4eb_53a9_45aa_a7f7_5a89239cfd5a
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void label(IOverposterProperties overposterProps, IAnnotateLayerProperties annoLayerProps, IFeature feature, IDisplay display, ISpatialReference pSpatialRef, IBarrierCollection barrierColl, IElement[] placedElement, IElement[] unplacedElement)
          Labels a feature based on the properties given.
 

Field Detail

IID2cf9d4eb_53a9_45aa_a7f7_5a89239cfd5a

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

label

void label(IOverposterProperties overposterProps,
           IAnnotateLayerProperties annoLayerProps,
           IFeature feature,
           IDisplay display,
           ISpatialReference pSpatialRef,
           IBarrierCollection barrierColl,
           IElement[] placedElement,
           IElement[] unplacedElement)
           throws java.io.IOException,
                  AutomationException
Labels a feature based on the properties given.

Parameters:
overposterProps - A reference to a com.esri.arcgis.carto.IOverposterProperties (in)
annoLayerProps - A reference to a com.esri.arcgis.carto.IAnnotateLayerProperties (in)
feature - A reference to a com.esri.arcgis.geodatabase.IFeature (in)
display - A reference to a com.esri.arcgis.display.IDisplay (in)
pSpatialRef - A reference to a com.esri.arcgis.geometry.ISpatialReference (in)
barrierColl - A reference to a com.esri.arcgis.carto.IBarrierCollection (in)
placedElement - A reference to a com.esri.arcgis.carto.IElement (out: use single element array)
unplacedElement - A reference to a com.esri.arcgis.carto.IElement (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.