|
|||||||||
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.IGroupSymbolElementProxy
Description: 'Provides access to members that control Group Symbol Elements.' 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 IGroupSymbolElementProxy
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.IGroupSymbolElement |
---|
IID, IID9e65c825_858c_11d3_9fc6_00c04f6bc6a5 |
Constructor Summary | |
---|---|
|
IGroupSymbolElementProxy()
Deprecated. For internal use only |
|
IGroupSymbolElementProxy(java.lang.Object obj)
Deprecated. |
protected |
IGroupSymbolElementProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
IGroupSymbolElementProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
IGroupSymbolElementProxy(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. |
void |
drawESRIAnno(IStream stream,
ISymbolCollection symbolCollection,
ISpatialReference spatialRef,
IDisplay display)
Deprecated. Draws the anno in a compressed format. |
void |
exportToESRIAnno(IStream stream)
Deprecated. Saves the anno in a compressed format. |
IColor |
getColor()
Deprecated. Font color. |
double |
getFlipAngle()
Deprecated. Flip angle. |
int |
getHorizontalAlignment()
Deprecated. Horizontal alignment style. |
double |
getSize()
Deprecated. Font size. |
int |
getSymbolID()
Deprecated. Symbol ID associated with this element. |
ITextPath |
getTextPath()
Deprecated. Text path. |
int |
getVerticalAlignment()
Deprecated. Vertical alignment style. |
double |
getXOffset()
Deprecated. Text offset along X-axis. |
double |
getYOffset()
Deprecated. Text offset along Y-axis. |
IPoint |
IGroupSymbolElement_getAnchorPoint()
Deprecated. Callout anchor point. |
void |
importFromESRIAnno(IStream stream,
ISpatialReference spatialReference)
Deprecated. Loads the anno in a compressed format. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
setAnchorPoint(IPoint anchorPoint)
Deprecated. Callout anchor point. |
void |
setColor(IColor color)
Deprecated. Font color. |
void |
setFlipAngle(double flipAngle)
Deprecated. Flip angle. |
void |
setGroupSymbol(int symbolID,
ISymbol rhs2)
Deprecated. The symbol ID associated with this element. |
void |
setHorizontalAlignment(int horizAlignment)
Deprecated. Horizontal alignment style. |
void |
setSize(double pointSize)
Deprecated. Font size. |
void |
setSymbolID(int symbolID)
Deprecated. Symbol ID associated with this element. |
void |
setTextPathByRef(ITextPath textPath)
Deprecated. Text path. |
void |
setVerticalAlignment(int vertAlignment)
Deprecated. Vertical alignment style. |
void |
setXOffset(double xOffset)
Deprecated. Text offset along X-axis. |
void |
setYOffset(double yOffset)
Deprecated. Text offset along Y-axis. |
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 IGroupSymbolElementProxy(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 IGroupSymbolElementProxy()
public IGroupSymbolElementProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IGroupSymbolElementProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IGroupSymbolElementProxy(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 getSymbolID() throws java.io.IOException, AutomationException
getSymbolID
in interface IGroupSymbolElement
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSymbolID(int symbolID) throws java.io.IOException, AutomationException
setSymbolID
in interface IGroupSymbolElement
symbolID
- The symbolID (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setGroupSymbol(int symbolID, ISymbol rhs2) throws java.io.IOException, AutomationException
setGroupSymbol
in interface IGroupSymbolElement
symbolID
- The symbolID (in)rhs2
- A reference to a com.esri.arcgis.display.ISymbol (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void exportToESRIAnno(IStream stream) throws java.io.IOException, AutomationException
exportToESRIAnno
in interface IGroupSymbolElement
stream
- A reference to a com.esri.arcgis.system.IStream (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void importFromESRIAnno(IStream stream, ISpatialReference spatialReference) throws java.io.IOException, AutomationException
importFromESRIAnno
in interface IGroupSymbolElement
stream
- A reference to a com.esri.arcgis.system.IStream (in)spatialReference
- A reference to a com.esri.arcgis.geometry.ISpatialReference (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void drawESRIAnno(IStream stream, ISymbolCollection symbolCollection, ISpatialReference spatialRef, IDisplay display) throws java.io.IOException, AutomationException
drawESRIAnno
in interface IGroupSymbolElement
stream
- A reference to a com.esri.arcgis.system.IStream (in)symbolCollection
- A reference to a com.esri.arcgis.display.ISymbolCollection (in)spatialRef
- A reference to a com.esri.arcgis.geometry.ISpatialReference (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 double getXOffset() throws java.io.IOException, AutomationException
getXOffset
in interface IGroupSymbolElement
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setXOffset(double xOffset) throws java.io.IOException, AutomationException
setXOffset
in interface IGroupSymbolElement
xOffset
- The xOffset (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getYOffset() throws java.io.IOException, AutomationException
getYOffset
in interface IGroupSymbolElement
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setYOffset(double yOffset) throws java.io.IOException, AutomationException
setYOffset
in interface IGroupSymbolElement
yOffset
- The yOffset (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getVerticalAlignment() throws java.io.IOException, AutomationException
getVerticalAlignment
in interface IGroupSymbolElement
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setVerticalAlignment(int vertAlignment) throws java.io.IOException, AutomationException
setVerticalAlignment
in interface IGroupSymbolElement
vertAlignment
- A com.esri.arcgis.display.esriTextVerticalAlignment constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getHorizontalAlignment() throws java.io.IOException, AutomationException
getHorizontalAlignment
in interface IGroupSymbolElement
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setHorizontalAlignment(int horizAlignment) throws java.io.IOException, AutomationException
setHorizontalAlignment
in interface IGroupSymbolElement
horizAlignment
- A com.esri.arcgis.display.esriTextHorizontalAlignment constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getFlipAngle() throws java.io.IOException, AutomationException
getFlipAngle
in interface IGroupSymbolElement
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setFlipAngle(double flipAngle) throws java.io.IOException, AutomationException
setFlipAngle
in interface IGroupSymbolElement
flipAngle
- The flipAngle (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IPoint IGroupSymbolElement_getAnchorPoint() throws java.io.IOException, AutomationException
IGroupSymbolElement_getAnchorPoint
in interface IGroupSymbolElement
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setAnchorPoint(IPoint anchorPoint) throws java.io.IOException, AutomationException
setAnchorPoint
in interface IGroupSymbolElement
anchorPoint
- A reference to a com.esri.arcgis.geometry.IPoint (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getSize() throws java.io.IOException, AutomationException
getSize
in interface IGroupSymbolElement
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSize(double pointSize) throws java.io.IOException, AutomationException
setSize
in interface IGroupSymbolElement
pointSize
- The pointSize (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IColor getColor() throws java.io.IOException, AutomationException
getColor
in interface IGroupSymbolElement
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setColor(IColor color) throws java.io.IOException, AutomationException
setColor
in interface IGroupSymbolElement
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 ITextPath getTextPath() throws java.io.IOException, AutomationException
getTextPath
in interface IGroupSymbolElement
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setTextPathByRef(ITextPath textPath) throws java.io.IOException, AutomationException
setTextPathByRef
in interface IGroupSymbolElement
textPath
- A reference to a com.esri.arcgis.display.ITextPath (in)
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 |