|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IAnnotateLayerProperties
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 =
Field Summary | |
---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IID01004142_0d1c_11d2_a26f_080009b6f22b
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
java.lang.String |
esri_getClass()
The class name. |
double |
getAnnotationMaximumScale()
The maximum scale at which to display annotation. |
double |
getAnnotationMinimumScale()
The minimum scale at which to display annotation. |
IEnvelope |
getExtent()
The extent to perform labeling in. |
IFeatureLayer |
getFeatureLayer()
The annotated feature class. |
IGraphicsContainer |
getGraphicsContainer()
The output graphics container for placed labels. |
int |
getLabelWhichFeatures()
The type of features labeled. |
int |
getPriority()
Priority for labels of this feature class (0 is highest). |
java.lang.String |
getWhereClause()
SQL where clause that determines which features are labeled. |
boolean |
isAddUnplacedToGraphicsContainer()
Indicates if overflow labels are put into a graphics container. |
boolean |
isCreateUnplacedElements()
Indicates if unplaced elements are created. |
boolean |
isDisplayAnnotation()
Indicates if the layer displays annotation. |
boolean |
isFeatureLinked()
Indicates if the text is feature linked. |
boolean |
isUseOutput()
Indicates if the output will be used. |
void |
setAddUnplacedToGraphicsContainer(boolean value)
Indicates if overflow labels are put into a graphics container. |
void |
setAnnotationMaximumScale(double maxScale)
The maximum scale at which to display annotation. |
void |
setAnnotationMinimumScale(double minScale)
The minimum scale at which to display annotation. |
void |
setClass(java.lang.String className)
The class name. |
void |
setCreateUnplacedElements(boolean flag)
Indicates if unplaced elements are created. |
void |
setDisplayAnnotation(boolean value)
Indicates if the layer displays annotation. |
void |
setExtent(IEnvelope extent)
The extent to perform labeling in. |
void |
setFeatureLayerByRef(IFeatureLayer featureLayer)
The annotated feature class. |
void |
setFeatureLinked(boolean flag)
Indicates if the text is feature linked. |
void |
setGraphicsContainerByRef(IGraphicsContainer graphicsContainer)
The output graphics container for placed labels. |
void |
setLabelWhichFeatures(int type)
The type of features labeled. |
void |
setPriority(int priority)
Priority for labels of this feature class (0 is highest). |
void |
setUseOutput(boolean set)
Indicates if the output will be used. |
void |
setWhereClause(java.lang.String whereClause)
SQL where clause that determines which features are labeled. |
Field Detail |
---|
static final int IID01004142_0d1c_11d2_a26f_080009b6f22b
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
void setUseOutput(boolean set) throws java.io.IOException, AutomationException
set
- The set (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isUseOutput() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IEnvelope getExtent() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setExtent(IEnvelope extent) throws java.io.IOException, AutomationException
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.IFeatureLayer getFeatureLayer() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFeatureLayerByRef(IFeatureLayer featureLayer) throws java.io.IOException, AutomationException
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.void setClass(java.lang.String className) throws java.io.IOException, AutomationException
className
- The className (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String esri_getClass() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLabelWhichFeatures(int type) throws java.io.IOException, AutomationException
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.int getLabelWhichFeatures() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCreateUnplacedElements(boolean flag) throws java.io.IOException, AutomationException
flag
- The flag (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isCreateUnplacedElements() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getAnnotationMinimumScale() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAnnotationMinimumScale(double minScale) throws java.io.IOException, AutomationException
minScale
- The minScale (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getAnnotationMaximumScale() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAnnotationMaximumScale(double maxScale) throws java.io.IOException, AutomationException
maxScale
- The maxScale (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFeatureLinked(boolean flag) throws java.io.IOException, AutomationException
flag
- The flag (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isFeatureLinked() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setPriority(int priority) throws java.io.IOException, AutomationException
priority
- The priority (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getPriority() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isDisplayAnnotation() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDisplayAnnotation(boolean value) throws java.io.IOException, AutomationException
value
- The value (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setWhereClause(java.lang.String whereClause) throws java.io.IOException, AutomationException
whereClause
- The whereClause (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getWhereClause() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setGraphicsContainerByRef(IGraphicsContainer graphicsContainer) throws java.io.IOException, AutomationException
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.IGraphicsContainer getGraphicsContainer() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isAddUnplacedToGraphicsContainer() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAddUnplacedToGraphicsContainer(boolean value) throws java.io.IOException, AutomationException
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 |