com.esri.arcgis.geoprocessing.tools.datamanagementtools
Class Adjust3DZ

java.lang.Object
  extended bycom.esri.arcgis.geoprocessing.AbstractGPTool
      extended bycom.esri.arcgis.geoprocessing.tools.datamanagementtools.Adjust3DZ
All Implemented Interfaces:
GPTool

public class Adjust3DZ
extends AbstractGPTool

Allows the modification of all Z values in a Z enabled Feature Class. The Adjust 3D Z tool is contained in the Data Management Tools tool box.

Software restrictions: none

Usage tips:


Field Summary
 
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool
vals
 
Constructor Summary
Adjust3DZ()
          Creates the Adjust 3D Z tool with defaults.
Adjust3DZ(java.lang.Object inFeatures)
          Creates the Adjust 3D Z tool with the required parameters.
 
Method Summary
 double getAdjustValue()
          Returns the Adjust Z Value parameter of this tool .
 java.lang.String getFromUnits()
          Returns the Convert From Units parameter of this tool .
 java.lang.Object getInFeatures()
          Returns the Input Features parameter of this tool .
 java.lang.Object getOutFeatureClass()
          Returns the Output Feature Class parameter of this tool (Read only).
 java.lang.String getReverseSign()
          Returns the Reverse Sign of Z Values parameter of this tool .
 java.lang.String getToolboxAlias()
          Returns the alias of the tool box containing this tool.
 java.lang.String getToolboxName()
          Returns the name of the tool box containing this tool.
 java.lang.String getToolName()
          Returns the name of this tool.
 java.lang.String getToUnits()
          Returns the Convert To Units parameter of this tool .
 void setAdjustValue(double adjustValue)
          Sets the Adjust Z Value parameter of this tool .
 void setFromUnits(java.lang.String fromUnits)
          Sets the Convert From Units parameter of this tool .
 void setInFeatures(java.lang.Object inFeatures)
          Sets the Input Features parameter of this tool .
 void setReverseSign(java.lang.String reverseSign)
          Sets the Reverse Sign of Z Values parameter of this tool .
 void setToUnits(java.lang.String toUnits)
          Sets the Convert To Units 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

Adjust3DZ

public Adjust3DZ()
Creates the Adjust 3D Z tool with defaults.

Initializes the array of tool parameters with the default values specified when the tool was created.


Adjust3DZ

public Adjust3DZ(java.lang.Object inFeatures)
Creates the Adjust 3D Z tool with the required parameters.

Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.

Parameters:
inFeatures - Feature Layer, the input feature class containing Z-values in the SHAPE field.
Method Detail

getInFeatures

public java.lang.Object getInFeatures()
Returns the Input Features parameter of this tool . This parameter is Feature Layer, the input feature class containing Z-values in the SHAPE field. This is a required parameter.

Returns:
the Input Features

setInFeatures

public void setInFeatures(java.lang.Object inFeatures)
Sets the Input Features parameter of this tool . This parameter is Feature Layer, the input feature class containing Z-values in the SHAPE field. This is a required parameter.

Parameters:
inFeatures - Feature Layer, the input feature class containing Z-values in the SHAPE field.

getReverseSign

public java.lang.String getReverseSign()
Returns the Reverse Sign of Z Values parameter of this tool . This parameter is String keyword, flips the sign of all the Z values in the feature class. This is an optional parameter.

Returns:
the Reverse Sign of Z Values

setReverseSign

public void setReverseSign(java.lang.String reverseSign)
Sets the Reverse Sign of Z Values parameter of this tool . This parameter is String keyword, flips the sign of all the Z values in the feature class. This is an optional parameter.

Parameters:
reverseSign - String keyword, flips the sign of all the Z values in the feature class.

getAdjustValue

public double getAdjustValue()
Returns the Adjust Z Value parameter of this tool . This parameter is Double, this parameters allows you to specify a value for a bulk shift. To decrease the z-values for the entire feature class, enter a negative number. To increase, enter a positive value. This is an optional parameter.

Returns:
the Adjust Z Value

setAdjustValue

public void setAdjustValue(double adjustValue)
Sets the Adjust Z Value parameter of this tool . This parameter is Double, this parameters allows you to specify a value for a bulk shift. To decrease the z-values for the entire feature class, enter a negative number. To increase, enter a positive value. This is an optional parameter.

Parameters:
adjustValue - Double, this parameters allows you to specify a value for a bulk shift. To decrease the z-values for the entire feature class, enter a negative number. To increase, enter a positive value.

getFromUnits

public java.lang.String getFromUnits()
Returns the Convert From Units parameter of this tool . This parameter is String keyword, this parameter is used in conjunction with Convert To Units. This is an optional parameter.

Returns:
the Convert From Units

setFromUnits

public void setFromUnits(java.lang.String fromUnits)
Sets the Convert From Units parameter of this tool . This parameter is String keyword, this parameter is used in conjunction with Convert To Units. This is an optional parameter.

Parameters:
fromUnits - String keyword, this parameter is used in conjunction with Convert To Units.

    getToUnits

    public java.lang.String getToUnits()
    Returns the Convert To Units parameter of this tool . This parameter is String keyword, this parameter is used in conjunction with Convert From Units. This is an optional parameter.

    Returns:
    the Convert To Units

    setToUnits

    public void setToUnits(java.lang.String toUnits)
    Sets the Convert To Units parameter of this tool . This parameter is String keyword, this parameter is used in conjunction with Convert From Units. This is an optional parameter.

    Parameters:
    toUnits - String keyword, this parameter is used in conjunction with Convert From Units.

      getOutFeatureClass

      public java.lang.Object getOutFeatureClass()
      Returns the Output Feature Class parameter of this tool (Read only). This is an derived parameter.

      Returns:
      the Output Feature Class

      getToolName

      public java.lang.String getToolName()
      Returns the name of this tool.

      Returns:
      the tool name

      getToolboxName

      public java.lang.String getToolboxName()
      Returns the name of the tool box containing this tool.

      Returns:
      the tool box name

      getToolboxAlias

      public java.lang.String getToolboxAlias()
      Returns the alias of the tool box containing this tool.

      Returns:
      the tool box alias