|
|||||||||
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.conversiontools.MultipatchToCollada
public class MultipatchToCollada
Converts one or more multipatch features into a collection of COLLADA files and referenced texture image files in an output folder. The inputs can be a layer or a feature class. The Multipatch To Collada tool is contained in the Conversion Tools tool box.
Field Summary |
---|
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
vals |
Constructor Summary | |
---|---|
MultipatchToCollada()
Creates the Multipatch To Collada tool with defaults. |
|
MultipatchToCollada(Object inFeatures,
Object outputFolder)
Creates the Multipatch To Collada tool with the required parameters. |
Method Summary | |
---|---|
Object |
getFieldName()
Returns the Use Field Name parameter of this tool . |
Object |
getInFeatures()
Returns the Input Multipatch Features parameter of this tool . |
Object |
getOutputFolder()
Returns the Output Collada Folder parameter of this tool . |
String |
getPrependSource()
Returns the Prepend Source Name 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 |
setFieldName(Object fieldName)
Sets the Use Field Name parameter of this tool . |
void |
setInFeatures(Object inFeatures)
Sets the Input Multipatch Features parameter of this tool . |
void |
setOutputFolder(Object outputFolder)
Sets the Output Collada Folder parameter of this tool . |
void |
setPrependSource(String prependSource)
Sets the Prepend Source Name 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 MultipatchToCollada()
Initializes the array of tool parameters with the default values specified when the tool was created.
public MultipatchToCollada(Object inFeatures, Object outputFolder)
Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.
inFeatures
- the multipatch features to be exported.outputFolder
- the destination folder where the output COLLADA files and texture image files will be placed.Method Detail |
---|
public Object getInFeatures()
public void setInFeatures(Object inFeatures)
inFeatures
- the multipatch features to be exported.public Object getOutputFolder()
public void setOutputFolder(Object outputFolder)
outputFolder
- the destination folder where the output COLLADA files and texture image files will be placed.public String getPrependSource()
public void setPrependSource(String prependSource)
prependSource
- prepend the file names of the output COLLADA files with the name of the source feature layer.public Object getFieldName()
public void setFieldName(Object fieldName)
fieldName
- the feature attribute to use as the output COLLADA filename for each exported feature. If no field is specified, the feature's Object ID is used.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 |