|
|||||||||
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.IAnnotateLayerPropertiesProxy
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
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.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 |
---|
public static final java.lang.Class targetClass
public boolean noncastable
Constructor Detail |
---|
public IAnnotateLayerPropertiesProxy(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 IAnnotateLayerPropertiesProxy()
public IAnnotateLayerPropertiesProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IAnnotateLayerPropertiesProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IAnnotateLayerPropertiesProxy(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 void setUseOutput(boolean set) throws java.io.IOException, AutomationException
setUseOutput
in interface IAnnotateLayerProperties
set
- The set (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isUseOutput() throws java.io.IOException, AutomationException
isUseOutput
in interface IAnnotateLayerProperties
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IEnvelope getExtent() throws java.io.IOException, AutomationException
getExtent
in interface IAnnotateLayerProperties
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setExtent(IEnvelope extent) throws java.io.IOException, AutomationException
setExtent
in interface IAnnotateLayerProperties
extent
- A reference to a com.esri.arcgis.geometry.IEnvelope (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IFeatureLayer getFeatureLayer() throws java.io.IOException, AutomationException
getFeatureLayer
in interface IAnnotateLayerProperties
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setFeatureLayerByRef(IFeatureLayer featureLayer) throws java.io.IOException, AutomationException
setFeatureLayerByRef
in interface IAnnotateLayerProperties
featureLayer
- A reference to a com.esri.arcgis.carto.IFeatureLayer (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setClass(java.lang.String className) throws java.io.IOException, AutomationException
setClass
in interface IAnnotateLayerProperties
className
- The className (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String esri_getClass() throws java.io.IOException, AutomationException
esri_getClass
in interface IAnnotateLayerProperties
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setLabelWhichFeatures(int type) throws java.io.IOException, AutomationException
setLabelWhichFeatures
in interface IAnnotateLayerProperties
type
- A com.esri.arcgis.carto.esriLabelWhichFeatures constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getLabelWhichFeatures() throws java.io.IOException, AutomationException
getLabelWhichFeatures
in interface IAnnotateLayerProperties
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setCreateUnplacedElements(boolean flag) throws java.io.IOException, AutomationException
setCreateUnplacedElements
in interface IAnnotateLayerProperties
flag
- The flag (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isCreateUnplacedElements() throws java.io.IOException, AutomationException
isCreateUnplacedElements
in interface IAnnotateLayerProperties
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getAnnotationMinimumScale() throws java.io.IOException, AutomationException
getAnnotationMinimumScale
in interface IAnnotateLayerProperties
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setAnnotationMinimumScale(double minScale) throws java.io.IOException, AutomationException
setAnnotationMinimumScale
in interface IAnnotateLayerProperties
minScale
- The minScale (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getAnnotationMaximumScale() throws java.io.IOException, AutomationException
getAnnotationMaximumScale
in interface IAnnotateLayerProperties
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setAnnotationMaximumScale(double maxScale) throws java.io.IOException, AutomationException
setAnnotationMaximumScale
in interface IAnnotateLayerProperties
maxScale
- The maxScale (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setFeatureLinked(boolean flag) throws java.io.IOException, AutomationException
setFeatureLinked
in interface IAnnotateLayerProperties
flag
- The flag (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isFeatureLinked() throws java.io.IOException, AutomationException
isFeatureLinked
in interface IAnnotateLayerProperties
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setPriority(int priority) throws java.io.IOException, AutomationException
setPriority
in interface IAnnotateLayerProperties
priority
- The priority (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getPriority() throws java.io.IOException, AutomationException
getPriority
in interface IAnnotateLayerProperties
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isDisplayAnnotation() throws java.io.IOException, AutomationException
isDisplayAnnotation
in interface IAnnotateLayerProperties
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDisplayAnnotation(boolean value) throws java.io.IOException, AutomationException
setDisplayAnnotation
in interface IAnnotateLayerProperties
value
- The value (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setWhereClause(java.lang.String whereClause) throws java.io.IOException, AutomationException
setWhereClause
in interface IAnnotateLayerProperties
whereClause
- The whereClause (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getWhereClause() throws java.io.IOException, AutomationException
getWhereClause
in interface IAnnotateLayerProperties
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setGraphicsContainerByRef(IGraphicsContainer graphicsContainer) throws java.io.IOException, AutomationException
setGraphicsContainerByRef
in interface IAnnotateLayerProperties
graphicsContainer
- A reference to a com.esri.arcgis.carto.IGraphicsContainer (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGraphicsContainer getGraphicsContainer() throws java.io.IOException, AutomationException
getGraphicsContainer
in interface IAnnotateLayerProperties
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isAddUnplacedToGraphicsContainer() throws java.io.IOException, AutomationException
isAddUnplacedToGraphicsContainer
in interface IAnnotateLayerProperties
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setAddUnplacedToGraphicsContainer(boolean value) throws java.io.IOException, AutomationException
setAddUnplacedToGraphicsContainer
in interface IAnnotateLayerProperties
value
- The value (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 |