|
|||||||||
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.schematicstools.ConvertDiagram
public class ConvertDiagram
This tool converts a schematic diagram to feature classes or shapefiles. The Convert Diagram To Features tool is contained in the Schematics Tools tool box.
Field Summary |
---|
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
vals |
Constructor Summary | |
---|---|
ConvertDiagram()
Creates the Convert Diagram To Features tool with defaults. |
|
ConvertDiagram(Object inDiagram,
Object outLocation)
Creates the Convert Diagram To Features tool with the required parameters. |
Method Summary | |
---|---|
String |
getConfigKeyword()
Returns the Configuration Keyword parameter of this tool . |
String |
getContainerGeometry()
Returns the Container Geometry parameter of this tool . |
String |
getExportRelatedAttributes()
Returns the Export All related Features Attributes parameter of this tool . |
Object |
getInDiagram()
Returns the Input Schematic Diagram parameter of this tool . |
Object |
getOutDataset()
Returns the Input Schematic Diagram parameter of this tool (Read only). |
Object |
getOutLocation()
Returns the Output Location parameter of this tool . |
String |
getReuseFc()
Returns the Reuse Existing Structure 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. |
void |
setConfigKeyword(String configKeyword)
Sets the Configuration Keyword parameter of this tool . |
void |
setContainerGeometry(String containerGeometry)
Sets the Container Geometry parameter of this tool . |
void |
setExportRelatedAttributes(String exportRelatedAttributes)
Sets the Export All related Features Attributes parameter of this tool . |
void |
setInDiagram(Object inDiagram)
Sets the Input Schematic Diagram parameter of this tool . |
void |
setOutLocation(Object outLocation)
Sets the Output Location parameter of this tool . |
void |
setReuseFc(String reuseFc)
Sets the Reuse Existing Structure 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 ConvertDiagram()
Initializes the array of tool parameters with the default values specified when the tool was created.
public ConvertDiagram(Object inDiagram, Object outLocation)
Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.
inDiagram
- the schematic diagram to be converted.outLocation
- workspace, feature dataset, or folder in which the schematic diagram will be converted. This container must already exist.Method Detail |
---|
public Object getInDiagram()
public void setInDiagram(Object inDiagram)
inDiagram
- the schematic diagram to be converted.public Object getOutLocation()
public void setOutLocation(Object outLocation)
outLocation
- workspace, feature dataset, or folder in which the schematic diagram will be converted. This container must already exist.public String getReuseFc()
public void setReuseFc(String reuseFc)
reuseFc
- indicates whether the input schematic diagram will be exported in the same feature classes/shapefiles as the other diagrams based on the same diagram template.public String getExportRelatedAttributes()
public void setExportRelatedAttributes(String exportRelatedAttributes)
exportRelatedAttributes
- indicates whether all the attributes stored in the feature classes/object tables associated with the schematic feature classes contained in the export diagram will be also exported. if no associated feature class/table is specified for a schematic feature class, no feature attributes can be exported. when using the Reuse Existing Structure option and the structure already exists without the associated feature fields, enabling this option will have no effect.public String getContainerGeometry()
public void setContainerGeometry(String containerGeometry)
containerGeometry
- indicates the geometry type of the features that will be created for the exported schematic containers contained in the input diagram. when using the Reuse Existing Structure option and the structure already exists with POLYGON (POLYLINE or POINT) feature classes created for container schematic features, there is no way to change the feature class type to POLYLINE or POINT (POLYGON) for the next conversions.public String getConfigKeyword()
public void setConfigKeyword(String configKeyword)
configKeyword
- the configuration keyword that determines the storage parameters of the table in a relational database management system (RDBMS)This is for ArcSDE only.public Object getOutDataset()
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 |