|
|||||||||
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.analyst3dtools.Import3DFiles
public class Import3DFiles
This tool imports one or more 3D models into an output feature class. The Import 3D Files tool is contained in the 3D Analyst Tools tool box.
Field Summary |
---|
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
vals |
Constructor Summary | |
---|---|
Import3DFiles()
Creates the Import 3D Files tool with defaults. |
|
Import3DFiles(Object inFiles,
Object outFeatureClass)
Creates the Import 3D Files tool with the required parameters. |
Method Summary | |
---|---|
String |
getFileSuffix()
Returns the File Suffix parameter of this tool . |
Object |
getInFiles()
Returns the Input Files parameter of this tool . |
Object |
getOutFeatureClass()
Returns the Output MultiPatch Feature Class parameter of this tool . |
String |
getRootPerFeature()
Returns the One Root Per Feature parameter of this tool . |
Object |
getSpatialReference()
Returns the Spatial Reference 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 |
getYIsUp()
Returns the Y Is Up parameter of this tool . |
void |
setFileSuffix(String fileSuffix)
Sets the File Suffix parameter of this tool . |
void |
setInFiles(Object inFiles)
Sets the Input Files parameter of this tool . |
void |
setOutFeatureClass(Object outFeatureClass)
Sets the Output MultiPatch Feature Class parameter of this tool . |
void |
setRootPerFeature(String rootPerFeature)
Sets the One Root Per Feature parameter of this tool . |
void |
setSpatialReference(Object spatialReference)
Sets the Spatial Reference parameter of this tool . |
void |
setYIsUp(String yIsUp)
Sets the Y Is Up 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 Import3DFiles()
Initializes the array of tool parameters with the default values specified when the tool was created.
public Import3DFiles(Object inFiles, Object outFeatureClass)
Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.
inFiles
- one or more input files or folders with data in the
the supported formats. Supported formats include 3D Studio Max (*.3ds), SketchUp (*.skp), VRML and GeoVRML (*.wrl), and OpenFlight (*.flt).outFeatureClass
- the output multipatch feature class to be created.Method Detail |
---|
public Object getInFiles()
public void setInFiles(Object inFiles)
inFiles
- one or more input files or folders with data in the
the supported formats. Supported formats include 3D Studio Max (*.3ds), SketchUp (*.skp), VRML and GeoVRML (*.wrl), and OpenFlight (*.flt).public Object getOutFeatureClass()
public void setOutFeatureClass(Object outFeatureClass)
outFeatureClass
- the output multipatch feature class to be created.public String getRootPerFeature()
public void setRootPerFeature(String rootPerFeature)
rootPerFeature
- indicates whether to produce one feature per file or one feature for each root node in a file. The default is ONE_FILE_ONE_FEATURE.public Object getSpatialReference()
public void setSpatialReference(Object spatialReference)
spatialReference
- the coordinate system of the input data. The default is taken from the first file in the list. For the majority of formats, this is Unknown. Only the GeoVRML format knows the coordinate system.public String getYIsUp()
public void setYIsUp(String yIsUp)
yIsUp
- the vertical orientation of the input coordinate system. The default is Z_IS_UP.public String getFileSuffix()
public void setFileSuffix(String fileSuffix)
fileSuffix
- nullpublic String getToolName()
public String getToolboxName()
public String getToolboxAlias()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |