com.esri.arcgis.carto
Class IPointPlacementPrioritiesProxy

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

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

Description: 'Provides access to members that control placement position priorities for point labels.' 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 IPointPlacementPrioritiesProxy
extends com.esri.arcgis.interop.Dispatch
implements IPointPlacementPriorities, 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.IPointPlacementPriorities
IID, IID261a4371_d9d5_11d2_a806_cc9f870bcd5a
 
Constructor Summary
  IPointPlacementPrioritiesProxy()
          Deprecated. For internal use only
  IPointPlacementPrioritiesProxy(java.lang.Object obj)
          Deprecated.  
protected IPointPlacementPrioritiesProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IPointPlacementPrioritiesProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IPointPlacementPrioritiesProxy(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.  
 int getAboveCenter()
          Deprecated. Label position priority for above and center (0-9).
 int getAboveLeft()
          Deprecated. Label position priority for above and to the left (0-9).
 int getAboveRight()
          Deprecated. Label position priority for above and to the right (0-9).
 int getBelowCenter()
          Deprecated. Label position priority for below and center (0-9).
 int getBelowLeft()
          Deprecated. Label position priority for below and to the left (0-9).
 int getBelowRight()
          Deprecated. Label position priority for below and to the right (0-9).
 int getCenterLeft()
          Deprecated. Label position priority for center and to the left (0-9).
 int getCenterRight()
          Deprecated. Label position priority for center and to the right (0-9).
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setAboveCenter(int priority)
          Deprecated. Label position priority for above and center (0-9).
 void setAboveLeft(int priority)
          Deprecated. Label position priority for above and to the left (0-9).
 void setAboveRight(int priority)
          Deprecated. Label position priority for above and to the right (0-9).
 void setBelowCenter(int priority)
          Deprecated. Label position priority for below and center (0-9).
 void setBelowLeft(int priority)
          Deprecated. Label position priority for below and to the left (0-9).
 void setBelowRight(int priority)
          Deprecated. Label position priority for below and to the right (0-9).
 void setCenterLeft(int priority)
          Deprecated. Label position priority for center and to the left (0-9).
 void setCenterRight(int priority)
          Deprecated. Label position priority for center and to the right (0-9).
 
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

IPointPlacementPrioritiesProxy

public IPointPlacementPrioritiesProxy(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

IPointPlacementPrioritiesProxy

public IPointPlacementPrioritiesProxy()
Deprecated. 
For internal use only


IPointPlacementPrioritiesProxy

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

IPointPlacementPrioritiesProxy

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

IPointPlacementPrioritiesProxy

protected IPointPlacementPrioritiesProxy(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

getAboveLeft

public int getAboveLeft()
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Label position priority for above and to the left (0-9).

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

setAboveLeft

public void setAboveLeft(int priority)
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Label position priority for above and to the left (0-9).

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

getAboveCenter

public int getAboveCenter()
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Label position priority for above and center (0-9).

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

setAboveCenter

public void setAboveCenter(int priority)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Label position priority for above and center (0-9).

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

getAboveRight

public int getAboveRight()
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Label position priority for above and to the right (0-9).

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

setAboveRight

public void setAboveRight(int priority)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Label position priority for above and to the right (0-9).

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

getCenterRight

public int getCenterRight()
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Label position priority for center and to the right (0-9).

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

setCenterRight

public void setCenterRight(int priority)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Label position priority for center and to the right (0-9).

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

getBelowRight

public int getBelowRight()
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Label position priority for below and to the right (0-9).

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

setBelowRight

public void setBelowRight(int priority)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Label position priority for below and to the right (0-9).

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

getBelowCenter

public int getBelowCenter()
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Label position priority for below and center (0-9).

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

setBelowCenter

public void setBelowCenter(int priority)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Label position priority for below and center (0-9).

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

getBelowLeft

public int getBelowLeft()
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Label position priority for below and to the left (0-9).

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

setBelowLeft

public void setBelowLeft(int priority)
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Label position priority for below and to the left (0-9).

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

getCenterLeft

public int getCenterLeft()
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Label position priority for center and to the left (0-9).

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

setCenterLeft

public void setCenterLeft(int priority)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Label position priority for center and to the left (0-9).

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