com.esri.arcgis.carto
Class ILabelCacheProxy

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

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

Description: 'Provides access to members that control a label cache.' 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 ILabelCacheProxy
extends com.esri.arcgis.interop.Dispatch
implements ILabelCache, 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.ILabelCache
IID, IIDed758af4_ff98_4c14_bba4_e7580433afd6
 
Constructor Summary
  ILabelCacheProxy()
          Deprecated. For internal use only
  ILabelCacheProxy(java.lang.Object obj)
          Deprecated.  
protected ILabelCacheProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  ILabelCacheProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected ILabelCacheProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
 
Method Summary
 void addClass(int classID, ILabelEngineLayerProperties pLayerProps)
          Deprecated. Add a class to the label cache.
 void addLabel(IPlacedObject3 placedObject, IPoint anchorPoint, IEnvelope pEnvelope)
          Deprecated. Add a label to the label cache.
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
          Deprecated.  
 void empty()
          Deprecated. Empty label cache.
 int getClassCount()
          Deprecated. Number of classes in the cache.
 void getDisplaySettings(double[] scale, double[] dataframeRotation)
          Deprecated. Settings of the display transformation when cache was created.
 void getPlacedLabel(int index, int[] classID, java.lang.String[] label, IGeometry[] geom, double[] angle, IPoint[] anchorPoint, IEnvelope[] mbr)
          Deprecated. Retrieve a placed label from the label cache.
 int getPlacedLabelCount()
          Deprecated. Number of placed labels stored the cache.
 void getUnplacedLabel(int index, int[] classID, java.lang.String[] label, IGeometry[] geom, double[] angle, IPoint[] anchorPoint, IEnvelope[] mbr)
          Deprecated. Retrieve an unplaced label from the label cache.
 int getUnplacedLabelCount()
          Deprecated. Number of unplaced labels stored the cache.
 void init(IMap map)
          Deprecated. Initialize label cache.
 void putDisplaySettings(double scale, double dataframeRotation)
          Deprecated. Settings of the display transformation when cache was created.
 void queryClass(int index, int[] classID, java.lang.String[] className, IFeatureLayer[] featureLayer, ITextSymbol[] textSymbol)
          Deprecated. Retrieve a class from the label cache.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 
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

ILabelCacheProxy

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

ILabelCacheProxy

public ILabelCacheProxy()
Deprecated. 
For internal use only


ILabelCacheProxy

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

ILabelCacheProxy

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

ILabelCacheProxy

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

init

public void init(IMap map)
          throws java.io.IOException,
                 AutomationException
Deprecated. 
Initialize label cache.

Specified by:
init in interface ILabelCache
Parameters:
map - A reference to a com.esri.arcgis.carto.IMap (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

empty

public void empty()
           throws java.io.IOException,
                  AutomationException
Deprecated. 
Empty label cache.

Specified by:
empty in interface ILabelCache
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

addClass

public void addClass(int classID,
                     ILabelEngineLayerProperties pLayerProps)
              throws java.io.IOException,
                     AutomationException
Deprecated. 
Add a class to the label cache.

Specified by:
addClass in interface ILabelCache
Parameters:
classID - The classID (in)
pLayerProps - A reference to a com.esri.arcgis.carto.ILabelEngineLayerProperties (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getClassCount

public int getClassCount()
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Number of classes in the cache.

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

queryClass

public void queryClass(int index,
                       int[] classID,
                       java.lang.String[] className,
                       IFeatureLayer[] featureLayer,
                       ITextSymbol[] textSymbol)
                throws java.io.IOException,
                       AutomationException
Deprecated. 
Retrieve a class from the label cache.

Specified by:
queryClass in interface ILabelCache
Parameters:
index - The index (in)
classID - The classID (out: use single element array)
className - The className (out: use single element array)
featureLayer - A reference to a com.esri.arcgis.carto.IFeatureLayer (out: use single element array)
textSymbol - A reference to a com.esri.arcgis.display.ITextSymbol (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

addLabel

public void addLabel(IPlacedObject3 placedObject,
                     IPoint anchorPoint,
                     IEnvelope pEnvelope)
              throws java.io.IOException,
                     AutomationException
Deprecated. 
Add a label to the label cache.

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

getPlacedLabelCount

public int getPlacedLabelCount()
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
Number of placed labels stored the cache.

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

getPlacedLabel

public void getPlacedLabel(int index,
                           int[] classID,
                           java.lang.String[] label,
                           IGeometry[] geom,
                           double[] angle,
                           IPoint[] anchorPoint,
                           IEnvelope[] mbr)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Retrieve a placed label from the label cache.

Specified by:
getPlacedLabel in interface ILabelCache
Parameters:
index - The index (in)
classID - The classID (out: use single element array)
label - The label (out: use single element array)
geom - A reference to a com.esri.arcgis.geometry.IGeometry (out: use single element array)
angle - The angle (out: use single element array)
anchorPoint - A reference to a com.esri.arcgis.geometry.IPoint (out: use single element array)
mbr - A reference to a com.esri.arcgis.geometry.IEnvelope (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getUnplacedLabelCount

public int getUnplacedLabelCount()
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
Number of unplaced labels stored the cache.

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

getUnplacedLabel

public void getUnplacedLabel(int index,
                             int[] classID,
                             java.lang.String[] label,
                             IGeometry[] geom,
                             double[] angle,
                             IPoint[] anchorPoint,
                             IEnvelope[] mbr)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Retrieve an unplaced label from the label cache.

Specified by:
getUnplacedLabel in interface ILabelCache
Parameters:
index - The index (in)
classID - The classID (out: use single element array)
label - The label (out: use single element array)
geom - A reference to a com.esri.arcgis.geometry.IGeometry (out: use single element array)
angle - The angle (out: use single element array)
anchorPoint - A reference to a com.esri.arcgis.geometry.IPoint (out: use single element array)
mbr - A reference to a com.esri.arcgis.geometry.IEnvelope (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

putDisplaySettings

public void putDisplaySettings(double scale,
                               double dataframeRotation)
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
Settings of the display transformation when cache was created.

Specified by:
putDisplaySettings in interface ILabelCache
Parameters:
scale - The scale (in)
dataframeRotation - The dataframeRotation (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDisplaySettings

public void getDisplaySettings(double[] scale,
                               double[] dataframeRotation)
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
Settings of the display transformation when cache was created.

Specified by:
getDisplaySettings in interface ILabelCache
Parameters:
scale - The scale (out: use single element array)
dataframeRotation - The dataframeRotation (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.