|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.geoprocessing.AbstractGPTool com.esri.arcgis.geoprocessing.tools.datamanagementtools.AppendAnnotation
public class AppendAnnotation
Creates a new geodatabase annotation feature class or appends to an existing annotation feature class by combining annotation from multiple input geodatabase annotation feature classes into a single feature class with annotation classes. The Append Annotation Feature Classes tool is contained in the Data Management Tools tool box.
Field Summary |
---|
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
vals |
Constructor Summary | |
---|---|
AppendAnnotation()
Creates the Append Annotation Feature Classes tool with defaults. |
|
AppendAnnotation(Object inputFeatures,
Object outputFeatureclass,
double referenceScale)
Creates the Append Annotation Feature Classes tool with the required parameters. |
Method Summary | |
---|---|
String |
getCreateAnnotationWhenFeatureAdded()
Returns the Create annotation when new features are added (Feature-linked only) parameter of this tool . |
String |
getCreateSingleClass()
Returns the Create a single annotation class parameter of this tool . |
Object |
getInputFeatures()
Returns the Input features parameter of this tool . |
Object |
getOutputFeatureclass()
Returns the Output feature class parameter of this tool . |
double |
getReferenceScale()
Returns the Reference scale parameter of this tool . |
String |
getRequireSymbolFromTable()
Returns the Require symbols to be selected from the symbol table parameter of this tool . |
String |
getToolboxAlias()
Returns the alias of the tool box containing this tool. |
String |
getToolboxName()
Returns the name of the tool box containing this tool. |
String |
getToolName()
Returns the name of this tool. |
String |
getUpdateAnnotationWhenFeatureModified()
Returns the Update annotation when the shape of the linked feature is modified (Feature-linked only) parameter of this tool . |
void |
setCreateAnnotationWhenFeatureAdded(String createAnnotationWhenFeatureAdded)
Sets the Create annotation when new features are added (Feature-linked only) parameter of this tool . |
void |
setCreateSingleClass(String createSingleClass)
Sets the Create a single annotation class parameter of this tool . |
void |
setInputFeatures(Object inputFeatures)
Sets the Input features parameter of this tool . |
void |
setOutputFeatureclass(Object outputFeatureclass)
Sets the Output feature class parameter of this tool . |
void |
setReferenceScale(double referenceScale)
Sets the Reference scale parameter of this tool . |
void |
setRequireSymbolFromTable(String requireSymbolFromTable)
Sets the Require symbols to be selected from the symbol table parameter of this tool . |
void |
setUpdateAnnotationWhenFeatureModified(String updateAnnotationWhenFeatureModified)
Sets the Update annotation when the shape of the linked feature is modified (Feature-linked only) parameter of this tool . |
Methods inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
getParameterValues, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AppendAnnotation()
Initializes the array of tool parameters with the default values specified when the tool was created.
public AppendAnnotation(Object inputFeatures, Object outputFeatureclass, double referenceScale)
Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.
inputFeatures
- input annotation features that will form an annotation class in the output feature class.outputFeatureclass
- new annotation feature class that contains an annotation class for each input annotation feature class.referenceScale
- reference scale set in the output feature class. Input features created at a different reference scale will be transformed to match this output reference scale.Method Detail |
---|
public Object getInputFeatures()
public void setInputFeatures(Object inputFeatures)
inputFeatures
- input annotation features that will form an annotation class in the output feature class.public Object getOutputFeatureclass()
public void setOutputFeatureclass(Object outputFeatureclass)
outputFeatureclass
- new annotation feature class that contains an annotation class for each input annotation feature class.public double getReferenceScale()
public void setReferenceScale(double referenceScale)
referenceScale
- reference scale set in the output feature class. Input features created at a different reference scale will be transformed to match this output reference scale.public String getCreateSingleClass()
public void setCreateSingleClass(String createSingleClass)
createSingleClass
- specifies how annotation features will be added to the output feature class.public String getRequireSymbolFromTable()
public void setRequireSymbolFromTable(String requireSymbolFromTable)
requireSymbolFromTable
- specifies how symbols can be selected for newly created annotation features.public String getCreateAnnotationWhenFeatureAdded()
public void setCreateAnnotationWhenFeatureAdded(String createAnnotationWhenFeatureAdded)
createAnnotationWhenFeatureAdded
- this parameter is only available with Standard and Advanced licenses. specifies if feature-linked annotation is created when a feature is added.public String getUpdateAnnotationWhenFeatureModified()
public void setUpdateAnnotationWhenFeatureModified(String updateAnnotationWhenFeatureModified)
updateAnnotationWhenFeatureModified
- this parameter is only available with Standard and Advanced licenses. specifies if feature-linked annotation is updated when a linked feature changes.public String getToolName()
public String getToolboxName()
public String getToolboxAlias()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |