|
|||||||||
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.CreateTerrain
public class CreateTerrain
Creates a new terrain dataset inside the specified feature dataset. Use Add Terrain Pyramid Level, and Add Feature Class To Terrain, followed by Build Terrain to complete the terrain definition and construct a usable terrain. The Create Terrain tool is contained in the 3D Analyst Tools tool box.
Field Summary |
---|
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
vals |
Constructor Summary | |
---|---|
CreateTerrain()
Creates the Create Terrain tool with defaults. |
|
CreateTerrain(Object inFeatureDataset,
String outTerrainName,
double averagePointSpacing)
Creates the Create Terrain tool with the required parameters. |
Method Summary | |
---|---|
double |
getAveragePointSpacing()
Returns the Average Point Spacing parameter of this tool . |
String |
getConfigKeyword()
Returns the Config Keyword parameter of this tool . |
Object |
getDerivedOutTerrain()
Returns the Output Terrain parameter of this tool (Read only). |
Object |
getInFeatureDataset()
Returns the Input Feature Dataset parameter of this tool . |
int |
getMaxOverviewSize()
Returns the Maximum Overview Size parameter of this tool . |
String |
getOutTerrainName()
Returns the Output Terrain parameter of this tool . |
String |
getPyramidType()
Returns the Pyramid Type parameter of this tool . |
String |
getSecondaryThinningMethod()
Returns the Secondary Thinning Method parameter of this tool . |
double |
getSecondaryThinningThreshold()
Returns the Secondary Thinning Threshold 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 |
getWindowsizeMethod()
Returns the Window Size Method parameter of this tool . |
void |
setAveragePointSpacing(double averagePointSpacing)
Sets the Average Point Spacing parameter of this tool . |
void |
setConfigKeyword(String configKeyword)
Sets the Config Keyword parameter of this tool . |
void |
setInFeatureDataset(Object inFeatureDataset)
Sets the Input Feature Dataset parameter of this tool . |
void |
setMaxOverviewSize(int maxOverviewSize)
Sets the Maximum Overview Size parameter of this tool . |
void |
setOutTerrainName(String outTerrainName)
Sets the Output Terrain parameter of this tool . |
void |
setPyramidType(String pyramidType)
Sets the Pyramid Type parameter of this tool . |
void |
setSecondaryThinningMethod(String secondaryThinningMethod)
Sets the Secondary Thinning Method parameter of this tool . |
void |
setSecondaryThinningThreshold(double secondaryThinningThreshold)
Sets the Secondary Thinning Threshold parameter of this tool . |
void |
setWindowsizeMethod(String windowsizeMethod)
Sets the Window Size Method 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 CreateTerrain()
Initializes the array of tool parameters with the default values specified when the tool was created.
public CreateTerrain(Object inFeatureDataset, String outTerrainName, double averagePointSpacing)
Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.
inFeatureDataset
- the feature dataset where the Terrain dataset will be created.outTerrainName
- the output Terrain dataset.averagePointSpacing
- the average distance between input points and vertices.Method Detail |
---|
public Object getInFeatureDataset()
public void setInFeatureDataset(Object inFeatureDataset)
inFeatureDataset
- the feature dataset where the Terrain dataset will be created.public String getOutTerrainName()
public void setOutTerrainName(String outTerrainName)
outTerrainName
- the output Terrain dataset.public double getAveragePointSpacing()
public void setAveragePointSpacing(double averagePointSpacing)
averagePointSpacing
- the average distance between input points and vertices.public int getMaxOverviewSize()
public void setMaxOverviewSize(int maxOverviewSize)
maxOverviewSize
- the terrain overview is the coarsest representation of the Terrain dataset. It's like a vector-based thumbnail. The maximum size is the upper limit to the number of measurement points sampled to create the overview.public String getConfigKeyword()
public void setConfigKeyword(String configKeyword)
configKeyword
- configuration keyword for ArcSDE.public String getPyramidType()
public void setPyramidType(String pyramidType)
pyramidType
- the type of filter used by the terrain to construct the pyramid.public String getWindowsizeMethod()
public void setWindowsizeMethod(String windowsizeMethod)
windowsizeMethod
- the criterion used for selecting points when the pyramid type is Window Size.public String getSecondaryThinningMethod()
public void setSecondaryThinningMethod(String secondaryThinningMethod)
secondaryThinningMethod
- the type of additional thinning, if any, to use with the Window Size filter.public double getSecondaryThinningThreshold()
public void setSecondaryThinningThreshold(double secondaryThinningThreshold)
secondaryThinningThreshold
- the vertical threshold used to activate secondary thinning with the Window Size filter. The value should be set equal to or larger than the vertical accuracy of the data.public Object getDerivedOutTerrain()
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 |