|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.carto.ICoverageAnnotationLayer2Proxy
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 ICoverageAnnotationLayer2Proxy
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.ICoverageAnnotationLayer2 |
---|
IID, IID6a1cfa9c_3fad_4d13_8af4_a40be321a8b3 |
Constructor Summary | |
---|---|
|
ICoverageAnnotationLayer2Proxy()
Deprecated. For internal use only |
|
ICoverageAnnotationLayer2Proxy(java.lang.Object obj)
Deprecated. |
protected |
ICoverageAnnotationLayer2Proxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
ICoverageAnnotationLayer2Proxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
ICoverageAnnotationLayer2Proxy(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,
boolean useGroupSymbolElement)
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,
boolean useGroupSymbolElement)
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 ICoverageAnnotationLayer2Proxy(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.IOException
public ICoverageAnnotationLayer2Proxy()
public ICoverageAnnotationLayer2Proxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected ICoverageAnnotationLayer2Proxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected ICoverageAnnotationLayer2Proxy(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.Dispatch
java.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public int getSymbolCount() throws java.io.IOException, AutomationException
getSymbolCount
in interface ICoverageAnnotationLayer2
java.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 ICoverageAnnotationLayer2
index
- 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 ICoverageAnnotationLayer2
symbolNumber
- 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 ICoverageAnnotationLayer2
symbolNumber
- 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 ICoverageAnnotationLayer2
symbolNumber
- 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 ICoverageAnnotationLayer2
symbolNumber
- 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 ICoverageAnnotationLayer2
symbolNumber
- 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 ICoverageAnnotationLayer2
symbolNumber
- 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 ICoverageAnnotationLayer2
java.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 ICoverageAnnotationLayer2
index
- 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 ICoverageAnnotationLayer2
levelNumber
- 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 ICoverageAnnotationLayer2
levelNumber
- 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 ICoverageAnnotationLayer2
java.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 ICoverageAnnotationLayer2
symbol
- 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, boolean useGroupSymbolElement) throws java.io.IOException, AutomationException
generateGraphics
in interface ICoverageAnnotationLayer2
box
- A reference to a com.esri.arcgis.geometry.IEnvelope (in)display
- A reference to a com.esri.arcgis.display.IDisplay (in)useGroupSymbolElement
- The useGroupSymbolElement (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, boolean useGroupSymbolElement) throws java.io.IOException, AutomationException
startGeneratingGraphics
in interface ICoverageAnnotationLayer2
box
- 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)useGroupSymbolElement
- The useGroupSymbolElement (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 ICoverageAnnotationLayer2
java.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 ICoverageAnnotationLayer2
feature
- 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 |