|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.carto.ICoverageAnnotationLayerProxy
Description: 'Provides access to members that control a coverage annotation layer.' 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 =
public class ICoverageAnnotationLayerProxy
Internal use class
| Field Summary | |
|---|---|
boolean |
noncastable
Deprecated. |
static java.lang.Class |
targetClass
Deprecated. |
| Fields inherited from class com.esri.arcgis.interop.Dispatch |
|---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
| Fields inherited from interface com.esri.arcgis.carto.ICoverageAnnotationLayer |
|---|
IID, IID0c22a4c7_dafd_11d2_9f46_00c04f6bc78e |
| Constructor Summary | |
|---|---|
|
ICoverageAnnotationLayerProxy()
Deprecated. For internal use only |
|
ICoverageAnnotationLayerProxy(java.lang.Object obj)
Deprecated. |
protected |
ICoverageAnnotationLayerProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
ICoverageAnnotationLayerProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
ICoverageAnnotationLayerProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
| Method Summary | |
|---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated. |
IEnumElement |
generateGraphics(IEnvelope box,
IDisplay display)
Deprecated. Generates graphic elements from the annotation features. |
ILineSymbol |
getArrowSymbol()
Deprecated. The line symbol for the arrow. |
Font |
getFont(int symbolNumber)
Deprecated. The font for the specified symbol number. |
IColor |
getFontColor(int symbolNumber)
Deprecated. The font color for the specified symbol number. |
int |
getLevelCount()
Deprecated. The number of levels in the layer. |
int |
getLevelNumber(int index)
Deprecated. The level number at the specified index. |
IElement |
getNextGraphic()
Deprecated. Generates the next graphic element in the graphics generation loop. |
int |
getSymbolCount()
Deprecated. The number of symbols used by the layer. |
int |
getSymbolNumber(int index)
Deprecated. The symbol number at the specified index. |
ITextSymbol |
getTextSymbol(int symbolNumber)
Deprecated. The text symbol for the specified symbol number. |
boolean |
isLevelVisibility(int levelNumber)
Deprecated. Indicates if the level at the specified level number is visible. |
void |
nextFeatureAndGraphic(IFeature[] feature,
IElement[] element)
Deprecated. Generates the next feature and graphic element in the graphics generation loop. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
setArrowSymbolByRef(ILineSymbol symbol)
Deprecated. The line symbol for the arrow. |
void |
setFontByRef(int symbolNumber,
Font font)
Deprecated. The font for the specified symbol number. |
void |
setFontColorByRef(int symbolNumber,
IColor color)
Deprecated. The font color for the specified symbol number. |
void |
setLevelVisibility(int levelNumber,
boolean visible)
Deprecated. Indicates if the level at the specified level number is visible. |
void |
setTextSymbolByRef(int symbolNumber,
ITextSymbol symbol)
Deprecated. The text symbol for the specified symbol number. |
void |
startGeneratingGraphics(IEnvelope box,
IDisplay display,
boolean withAttributes)
Deprecated. Starts a graphics generation process from the annotation features. |
| Methods inherited from class com.esri.arcgis.interop.Dispatch |
|---|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.Class targetClass
public boolean noncastable
| Constructor Detail |
|---|
public ICoverageAnnotationLayerProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.net.UnknownHostException,
java.io.IOException
java.net.UnknownHostException
java.io.IOExceptionpublic ICoverageAnnotationLayerProxy()
public ICoverageAnnotationLayerProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOException
protected ICoverageAnnotationLayerProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOException
protected ICoverageAnnotationLayerProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.io.IOException
java.io.IOException| Method Detail |
|---|
public void addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
throws java.io.IOException
addListener in class com.esri.arcgis.interop.Dispatchjava.io.IOException
public void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
removeListener in class com.esri.arcgis.interop.Dispatchjava.io.IOException
public int getSymbolCount()
throws java.io.IOException,
AutomationException
getSymbolCount in interface ICoverageAnnotationLayerjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getSymbolNumber(int index)
throws java.io.IOException,
AutomationException
getSymbolNumber in interface ICoverageAnnotationLayerindex - The index (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public Font getFont(int symbolNumber)
throws java.io.IOException,
AutomationException
getFont in interface ICoverageAnnotationLayersymbolNumber - The symbolNumber (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setFontByRef(int symbolNumber,
Font font)
throws java.io.IOException,
AutomationException
setFontByRef in interface ICoverageAnnotationLayersymbolNumber - The symbolNumber (in)font - A reference to a com.esri.arcgis.support.ms.stdole.Font (A com.esri.arcgis.support.ms.stdole.Font COM typedef) (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IColor getFontColor(int symbolNumber)
throws java.io.IOException,
AutomationException
getFontColor in interface ICoverageAnnotationLayersymbolNumber - The symbolNumber (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setFontColorByRef(int symbolNumber,
IColor color)
throws java.io.IOException,
AutomationException
setFontColorByRef in interface ICoverageAnnotationLayersymbolNumber - The symbolNumber (in)color - A reference to a com.esri.arcgis.display.IColor (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ITextSymbol getTextSymbol(int symbolNumber)
throws java.io.IOException,
AutomationException
getTextSymbol in interface ICoverageAnnotationLayersymbolNumber - The symbolNumber (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setTextSymbolByRef(int symbolNumber,
ITextSymbol symbol)
throws java.io.IOException,
AutomationException
setTextSymbolByRef in interface ICoverageAnnotationLayersymbolNumber - The symbolNumber (in)symbol - A reference to a com.esri.arcgis.display.ITextSymbol (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getLevelCount()
throws java.io.IOException,
AutomationException
getLevelCount in interface ICoverageAnnotationLayerjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getLevelNumber(int index)
throws java.io.IOException,
AutomationException
getLevelNumber in interface ICoverageAnnotationLayerindex - The index (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isLevelVisibility(int levelNumber)
throws java.io.IOException,
AutomationException
isLevelVisibility in interface ICoverageAnnotationLayerlevelNumber - The levelNumber (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setLevelVisibility(int levelNumber,
boolean visible)
throws java.io.IOException,
AutomationException
setLevelVisibility in interface ICoverageAnnotationLayerlevelNumber - The levelNumber (in)visible - The visible (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ILineSymbol getArrowSymbol()
throws java.io.IOException,
AutomationException
getArrowSymbol in interface ICoverageAnnotationLayerjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setArrowSymbolByRef(ILineSymbol symbol)
throws java.io.IOException,
AutomationException
setArrowSymbolByRef in interface ICoverageAnnotationLayersymbol - A reference to a com.esri.arcgis.display.ILineSymbol (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IEnumElement generateGraphics(IEnvelope box,
IDisplay display)
throws java.io.IOException,
AutomationException
generateGraphics in interface ICoverageAnnotationLayerbox - A reference to a com.esri.arcgis.geometry.IEnvelope (in)display - A reference to a com.esri.arcgis.display.IDisplay (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void startGeneratingGraphics(IEnvelope box,
IDisplay display,
boolean withAttributes)
throws java.io.IOException,
AutomationException
startGeneratingGraphics in interface ICoverageAnnotationLayerbox - A reference to a com.esri.arcgis.geometry.IEnvelope (in)display - A reference to a com.esri.arcgis.display.IDisplay (in)withAttributes - The withAttributes (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IElement getNextGraphic()
throws java.io.IOException,
AutomationException
getNextGraphic in interface ICoverageAnnotationLayerjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void nextFeatureAndGraphic(IFeature[] feature,
IElement[] element)
throws java.io.IOException,
AutomationException
nextFeatureAndGraphic in interface ICoverageAnnotationLayerfeature - A reference to a com.esri.arcgis.geodatabase.IFeature (out: use single element array)element - A reference to a com.esri.arcgis.carto.IElement (out: use single element array)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||