com.esri.arcgis.carto
Class IAnnotateLayerPropertiesProxy

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

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

Description: 'Provides access to members that work with the display of dynamic labels (text) for a feature 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 IAnnotateLayerPropertiesProxy
extends com.esri.arcgis.interop.Dispatch
implements IAnnotateLayerProperties, 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.IAnnotateLayerProperties
IID, IID01004142_0d1c_11d2_a26f_080009b6f22b
 
Constructor Summary
  IAnnotateLayerPropertiesProxy()
          Deprecated. For internal use only
  IAnnotateLayerPropertiesProxy(java.lang.Object obj)
          Deprecated.  
protected IAnnotateLayerPropertiesProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IAnnotateLayerPropertiesProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IAnnotateLayerPropertiesProxy(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.  
 java.lang.String esri_getClass()
          Deprecated. The class name.
 double getAnnotationMaximumScale()
          Deprecated. The maximum scale at which to display annotation.
 double getAnnotationMinimumScale()
          Deprecated. The minimum scale at which to display annotation.
 IEnvelope getExtent()
          Deprecated. The extent to perform labeling in.
 IFeatureLayer getFeatureLayer()
          Deprecated. The annotated feature class.
 IGraphicsContainer getGraphicsContainer()
          Deprecated. The output graphics container for placed labels.
 int getLabelWhichFeatures()
          Deprecated. The type of features labeled.
 int getPriority()
          Deprecated. Priority for labels of this feature class (0 is highest).
 java.lang.String getWhereClause()
          Deprecated. SQL where clause that determines which features are labeled.
 boolean isAddUnplacedToGraphicsContainer()
          Deprecated. Indicates if overflow labels are put into a graphics container.
 boolean isCreateUnplacedElements()
          Deprecated. Indicates if unplaced elements are created.
 boolean isDisplayAnnotation()
          Deprecated. Indicates if the layer displays annotation.
 boolean isFeatureLinked()
          Deprecated. Indicates if the text is feature linked.
 boolean isUseOutput()
          Deprecated. Indicates if the output will be used.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setAddUnplacedToGraphicsContainer(boolean value)
          Deprecated. Indicates if overflow labels are put into a graphics container.
 void setAnnotationMaximumScale(double maxScale)
          Deprecated. The maximum scale at which to display annotation.
 void setAnnotationMinimumScale(double minScale)
          Deprecated. The minimum scale at which to display annotation.
 void setClass(java.lang.String className)
          Deprecated. The class name.
 void setCreateUnplacedElements(boolean flag)
          Deprecated. Indicates if unplaced elements are created.
 void setDisplayAnnotation(boolean value)
          Deprecated. Indicates if the layer displays annotation.
 void setExtent(IEnvelope extent)
          Deprecated. The extent to perform labeling in.
 void setFeatureLayerByRef(IFeatureLayer featureLayer)
          Deprecated. The annotated feature class.
 void setFeatureLinked(boolean flag)
          Deprecated. Indicates if the text is feature linked.
 void setGraphicsContainerByRef(IGraphicsContainer graphicsContainer)
          Deprecated. The output graphics container for placed labels.
 void setLabelWhichFeatures(int type)
          Deprecated. The type of features labeled.
 void setPriority(int priority)
          Deprecated. Priority for labels of this feature class (0 is highest).
 void setUseOutput(boolean set)
          Deprecated. Indicates if the output will be used.
 void setWhereClause(java.lang.String whereClause)
          Deprecated. SQL where clause that determines which features are labeled.
 
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

IAnnotateLayerPropertiesProxy

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

IAnnotateLayerPropertiesProxy

public IAnnotateLayerPropertiesProxy()
Deprecated. 
For internal use only


IAnnotateLayerPropertiesProxy

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

IAnnotateLayerPropertiesProxy

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

IAnnotateLayerPropertiesProxy

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

setUseOutput

public void setUseOutput(boolean set)
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Indicates if the output will be used.

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

isUseOutput

public boolean isUseOutput()
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Indicates if the output will be used.

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

getExtent

public IEnvelope getExtent()
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
The extent to perform labeling in.

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

setExtent

public void setExtent(IEnvelope extent)
               throws java.io.IOException,
                      AutomationException
Deprecated. 
The extent to perform labeling in.

Specified by:
setExtent in interface IAnnotateLayerProperties
Parameters:
extent - 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.

getFeatureLayer

public IFeatureLayer getFeatureLayer()
                              throws java.io.IOException,
                                     AutomationException
Deprecated. 
The annotated feature class.

Specified by:
getFeatureLayer in interface IAnnotateLayerProperties
Returns:
A reference to a com.esri.arcgis.carto.IFeatureLayer
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setFeatureLayerByRef

public void setFeatureLayerByRef(IFeatureLayer featureLayer)
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
The annotated feature class.

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

setClass

public void setClass(java.lang.String className)
              throws java.io.IOException,
                     AutomationException
Deprecated. 
The class name.

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

esri_getClass

public java.lang.String esri_getClass()
                               throws java.io.IOException,
                                      AutomationException
Deprecated. 
The class name.

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

setLabelWhichFeatures

public void setLabelWhichFeatures(int type)
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
The type of features labeled.

Specified by:
setLabelWhichFeatures in interface IAnnotateLayerProperties
Parameters:
type - A com.esri.arcgis.carto.esriLabelWhichFeatures constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getLabelWhichFeatures

public int getLabelWhichFeatures()
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
The type of features labeled.

Specified by:
getLabelWhichFeatures in interface IAnnotateLayerProperties
Returns:
A com.esri.arcgis.carto.esriLabelWhichFeatures constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setCreateUnplacedElements

public void setCreateUnplacedElements(boolean flag)
                               throws java.io.IOException,
                                      AutomationException
Deprecated. 
Indicates if unplaced elements are created.

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

isCreateUnplacedElements

public boolean isCreateUnplacedElements()
                                 throws java.io.IOException,
                                        AutomationException
Deprecated. 
Indicates if unplaced elements are created.

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

getAnnotationMinimumScale

public double getAnnotationMinimumScale()
                                 throws java.io.IOException,
                                        AutomationException
Deprecated. 
The minimum scale at which to display annotation.

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

setAnnotationMinimumScale

public void setAnnotationMinimumScale(double minScale)
                               throws java.io.IOException,
                                      AutomationException
Deprecated. 
The minimum scale at which to display annotation.

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

getAnnotationMaximumScale

public double getAnnotationMaximumScale()
                                 throws java.io.IOException,
                                        AutomationException
Deprecated. 
The maximum scale at which to display annotation.

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

setAnnotationMaximumScale

public void setAnnotationMaximumScale(double maxScale)
                               throws java.io.IOException,
                                      AutomationException
Deprecated. 
The maximum scale at which to display annotation.

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

setFeatureLinked

public void setFeatureLinked(boolean flag)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Indicates if the text is feature linked.

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

isFeatureLinked

public boolean isFeatureLinked()
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
Indicates if the text is feature linked.

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

setPriority

public void setPriority(int priority)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Priority for labels of this feature class (0 is highest).

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

getPriority

public int getPriority()
                throws java.io.IOException,
                       AutomationException
Deprecated. 
Priority for labels of this feature class (0 is highest).

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

isDisplayAnnotation

public boolean isDisplayAnnotation()
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
Indicates if the layer displays annotation.

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

setDisplayAnnotation

public void setDisplayAnnotation(boolean value)
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
Indicates if the layer displays annotation.

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

setWhereClause

public void setWhereClause(java.lang.String whereClause)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
SQL where clause that determines which features are labeled.

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

getWhereClause

public java.lang.String getWhereClause()
                                throws java.io.IOException,
                                       AutomationException
Deprecated. 
SQL where clause that determines which features are labeled.

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

setGraphicsContainerByRef

public void setGraphicsContainerByRef(IGraphicsContainer graphicsContainer)
                               throws java.io.IOException,
                                      AutomationException
Deprecated. 
The output graphics container for placed labels.

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

getGraphicsContainer

public IGraphicsContainer getGraphicsContainer()
                                        throws java.io.IOException,
                                               AutomationException
Deprecated. 
The output graphics container for placed labels.

Specified by:
getGraphicsContainer in interface IAnnotateLayerProperties
Returns:
A reference to a com.esri.arcgis.carto.IGraphicsContainer
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isAddUnplacedToGraphicsContainer

public boolean isAddUnplacedToGraphicsContainer()
                                         throws java.io.IOException,
                                                AutomationException
Deprecated. 
Indicates if overflow labels are put into a graphics container.

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

setAddUnplacedToGraphicsContainer

public void setAddUnplacedToGraphicsContainer(boolean value)
                                       throws java.io.IOException,
                                              AutomationException
Deprecated. 
Indicates if overflow labels are put into a graphics container.

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