com.esri.arcgis.carto
Class IGroupSymbolElementProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.carto.IGroupSymbolElementProxy
All Implemented Interfaces:
IGroupSymbolElement, java.io.Externalizable, java.io.Serializable

Deprecated. Internal use only. Proxy for COM Interface 'IGroupSymbolElement'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriCarto.olb'

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
extends com.esri.arcgis.interop.Dispatch
implements IGroupSymbolElement, java.io.Serializable

Internal use class

See Also:
Serialized Form

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

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

IGroupSymbolElementProxy

public IGroupSymbolElementProxy(java.lang.String CLSID,
                                java.lang.String host,
                                com.esri.arcgis.interop.AuthInfo authInfo)
                         throws java.net.UnknownHostException,
                                java.io.IOException
Deprecated. 
Throws:
java.net.UnknownHostException
java.io.IOException

IGroupSymbolElementProxy

public IGroupSymbolElementProxy()
Deprecated. 
For internal use only


IGroupSymbolElementProxy

public IGroupSymbolElementProxy(java.lang.Object obj)
                         throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IGroupSymbolElementProxy

protected IGroupSymbolElementProxy(java.lang.Object obj,
                                   java.lang.String iid)
                            throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IGroupSymbolElementProxy

protected IGroupSymbolElementProxy(java.lang.String CLSID,
                                   java.lang.String iid,
                                   java.lang.String host,
                                   com.esri.arcgis.interop.AuthInfo authInfo)
                            throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Deprecated. 
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Deprecated. 
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

getSymbolID

public int getSymbolID()
                throws java.io.IOException,
                       AutomationException
Deprecated. 
Symbol ID associated with this element.

Specified by:
getSymbolID in interface IGroupSymbolElement
Returns:
The symbolID
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSymbolID

public void setSymbolID(int symbolID)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Symbol ID associated with this element.

Specified by:
setSymbolID in interface IGroupSymbolElement
Parameters:
symbolID - The symbolID (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setGroupSymbol

public void setGroupSymbol(int symbolID,
                           ISymbol rhs2)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
The symbol ID associated with this element.

Specified by:
setGroupSymbol in interface IGroupSymbolElement
Parameters:
symbolID - The symbolID (in)
rhs2 - A reference to a com.esri.arcgis.display.ISymbol (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

exportToESRIAnno

public void exportToESRIAnno(IStream stream)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Saves the anno in a compressed format.

Specified by:
exportToESRIAnno in interface IGroupSymbolElement
Parameters:
stream - A reference to a com.esri.arcgis.system.IStream (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

importFromESRIAnno

public void importFromESRIAnno(IStream stream,
                               ISpatialReference spatialReference)
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
Loads the anno in a compressed format.

Specified by:
importFromESRIAnno in interface IGroupSymbolElement
Parameters:
stream - A reference to a com.esri.arcgis.system.IStream (in)
spatialReference - A reference to a com.esri.arcgis.geometry.ISpatialReference (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

drawESRIAnno

public void drawESRIAnno(IStream stream,
                         ISymbolCollection symbolCollection,
                         ISpatialReference spatialRef,
                         IDisplay display)
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Draws the anno in a compressed format.

Specified by:
drawESRIAnno in interface IGroupSymbolElement
Parameters:
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)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getXOffset

public double getXOffset()
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Text offset along X-axis.

Specified by:
getXOffset in interface IGroupSymbolElement
Returns:
The xOffset
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setXOffset

public void setXOffset(double xOffset)
                throws java.io.IOException,
                       AutomationException
Deprecated. 
Text offset along X-axis.

Specified by:
setXOffset in interface IGroupSymbolElement
Parameters:
xOffset - The xOffset (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getYOffset

public double getYOffset()
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Text offset along Y-axis.

Specified by:
getYOffset in interface IGroupSymbolElement
Returns:
The yOffset
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setYOffset

public void setYOffset(double yOffset)
                throws java.io.IOException,
                       AutomationException
Deprecated. 
Text offset along Y-axis.

Specified by:
setYOffset in interface IGroupSymbolElement
Parameters:
yOffset - The yOffset (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getVerticalAlignment

public int getVerticalAlignment()
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
Vertical alignment style.

Specified by:
getVerticalAlignment in interface IGroupSymbolElement
Returns:
A com.esri.arcgis.display.esriTextVerticalAlignment constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setVerticalAlignment

public void setVerticalAlignment(int vertAlignment)
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
Vertical alignment style.

Specified by:
setVerticalAlignment in interface IGroupSymbolElement
Parameters:
vertAlignment - A com.esri.arcgis.display.esriTextVerticalAlignment constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getHorizontalAlignment

public int getHorizontalAlignment()
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
Horizontal alignment style.

Specified by:
getHorizontalAlignment in interface IGroupSymbolElement
Returns:
A com.esri.arcgis.display.esriTextHorizontalAlignment constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setHorizontalAlignment

public void setHorizontalAlignment(int horizAlignment)
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
Horizontal alignment style.

Specified by:
setHorizontalAlignment in interface IGroupSymbolElement
Parameters:
horizAlignment - A com.esri.arcgis.display.esriTextHorizontalAlignment constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFlipAngle

public double getFlipAngle()
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Flip angle.

Specified by:
getFlipAngle in interface IGroupSymbolElement
Returns:
The flipAngle
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setFlipAngle

public void setFlipAngle(double flipAngle)
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Flip angle.

Specified by:
setFlipAngle in interface IGroupSymbolElement
Parameters:
flipAngle - The flipAngle (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

IGroupSymbolElement_getAnchorPoint

public IPoint IGroupSymbolElement_getAnchorPoint()
                                          throws java.io.IOException,
                                                 AutomationException
Deprecated. 
Callout anchor point.

Specified by:
IGroupSymbolElement_getAnchorPoint in interface IGroupSymbolElement
Returns:
A reference to a com.esri.arcgis.geometry.IPoint
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setAnchorPoint

public void setAnchorPoint(IPoint anchorPoint)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Callout anchor point.

Specified by:
setAnchorPoint in interface IGroupSymbolElement
Parameters:
anchorPoint - A reference to a com.esri.arcgis.geometry.IPoint (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSize

public double getSize()
               throws java.io.IOException,
                      AutomationException
Deprecated. 
Font size.

Specified by:
getSize in interface IGroupSymbolElement
Returns:
The pointSize
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSize

public void setSize(double pointSize)
             throws java.io.IOException,
                    AutomationException
Deprecated. 
Font size.

Specified by:
setSize in interface IGroupSymbolElement
Parameters:
pointSize - The pointSize (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getColor

public IColor getColor()
                throws java.io.IOException,
                       AutomationException
Deprecated. 
Font color.

Specified by:
getColor in interface IGroupSymbolElement
Returns:
A reference to a com.esri.arcgis.display.IColor
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setColor

public void setColor(IColor color)
              throws java.io.IOException,
                     AutomationException
Deprecated. 
Font color.

Specified by:
setColor in interface IGroupSymbolElement
Parameters:
color - A reference to a com.esri.arcgis.display.IColor (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTextPath

public ITextPath getTextPath()
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Text path.

Specified by:
getTextPath in interface IGroupSymbolElement
Returns:
A reference to a com.esri.arcgis.display.ITextPath
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setTextPathByRef

public void setTextPathByRef(ITextPath textPath)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Text path.

Specified by:
setTextPathByRef in interface IGroupSymbolElement
Parameters:
textPath - A reference to a com.esri.arcgis.display.ITextPath (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.