|
|||||||||
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.ChangeTerrainResolutionBounds
public class ChangeTerrainResolutionBounds
Changes the pyramid level resolution bounds for a given feature class contributing to the surface of the terrain dataset. The Change Terrain Resolution Bounds tool is contained in the 3D Analyst Tools tool box.
Field Summary |
---|
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
vals |
Constructor Summary | |
---|---|
ChangeTerrainResolutionBounds()
Creates the Change Terrain Resolution Bounds tool with defaults. |
|
ChangeTerrainResolutionBounds(Object inTerrain,
String featureClass,
double lowerPyramidResolution,
double upperPyramidResolution)
Creates the Change Terrain Resolution Bounds tool with the required parameters. |
Method Summary | |
---|---|
Object |
getDerivedOutTerrain()
Returns the Output Terrain parameter of this tool (Read only). |
String |
getFeatureClass()
Returns the Input Feature Class parameter of this tool . |
Object |
getInTerrain()
Returns the Input Terrain parameter of this tool . |
double |
getLowerPyramidResolution()
Returns the Lower Pyramid Resolution parameter of this tool . |
String |
getOverview()
Returns the Contributes to Overview 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. |
double |
getUpperPyramidResolution()
Returns the Upper Pyramid Resolution parameter of this tool . |
void |
setFeatureClass(String featureClass)
Sets the Input Feature Class parameter of this tool . |
void |
setInTerrain(Object inTerrain)
Sets the Input Terrain parameter of this tool . |
void |
setLowerPyramidResolution(double lowerPyramidResolution)
Sets the Lower Pyramid Resolution parameter of this tool . |
void |
setOverview(String overview)
Sets the Contributes to Overview parameter of this tool . |
void |
setUpperPyramidResolution(double upperPyramidResolution)
Sets the Upper Pyramid Resolution 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 ChangeTerrainResolutionBounds()
Initializes the array of tool parameters with the default values specified when the tool was created.
public ChangeTerrainResolutionBounds(Object inTerrain, String featureClass, double lowerPyramidResolution, double upperPyramidResolution)
Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.
inTerrain
- the input terrain dataset.featureClass
- the input Feature Class which requires that the current pyramid level resolutions be modified.lowerPyramidResolution
- the new lower pyramid level resolution for the chosen feature class.upperPyramidResolution
- the new upper pyramid level resolution for the chosen feature class.Method Detail |
---|
public Object getInTerrain()
public void setInTerrain(Object inTerrain)
inTerrain
- the input terrain dataset.public String getFeatureClass()
public void setFeatureClass(String featureClass)
featureClass
- the input Feature Class which requires that the current pyramid level resolutions be modified.public double getLowerPyramidResolution()
public void setLowerPyramidResolution(double lowerPyramidResolution)
lowerPyramidResolution
- the new lower pyramid level resolution for the chosen feature class.public double getUpperPyramidResolution()
public void setUpperPyramidResolution(double upperPyramidResolution)
upperPyramidResolution
- the new upper pyramid level resolution for the chosen feature class.public String getOverview()
public void setOverview(String overview)
overview
- determines if the given feature class will contribute to the overview terrain dataset.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 |