|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.geoprocessing.AbstractGPTool
com.esri.arcgis.geoprocessing.tools.datamanagementtools.UpgradeSpatialReference
public class UpgradeSpatialReference
Upgrades a low precision dataset's spatial reference to high precision. Valid input is standalone feature class, feature dataset or raster catalog which have low resolution spatial reference and are stored in a current version of a Personal or ArcSDE Geodatabase. The origin and precision of the high precision spatial reference grid will "mesh" with the existing low precision grid. This is to say that for each point of the original low precision spatial reference grid there is a point in the new high precision spatial reference grid. Coordinate values will not be affected by the upgrade. For more information, see The Upgrade Spatial Reference tool is contained in the Data Management Tools tool box.
Software restrictions: none

| Field Summary |
|---|
| Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
|---|
vals |
| Constructor Summary | |
|---|---|
UpgradeSpatialReference()
Creates the Upgrade Spatial Reference tool with defaults. |
|
UpgradeSpatialReference(Object inputDataset)
Creates the Upgrade Spatial Reference tool with the required parameters. |
|
| Method Summary | |
|---|---|
Object |
getInputDataset()
Returns the Input Dataset parameter of this tool . |
double |
getMResolution()
Returns the M Resolution parameter of this tool . |
Object |
getOutputDataset()
Returns the Output Dataset parameter of this tool (Read only). |
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 |
getXyResolution()
Returns the XY Resolution parameter of this tool . |
double |
getZResolution()
Returns the Z Resolution parameter of this tool . |
void |
setInputDataset(Object inputDataset)
Sets the Input Dataset parameter of this tool . |
void |
setMResolution(double mResolution)
Sets the M Resolution parameter of this tool . |
void |
setXyResolution(double xyResolution)
Sets the XY Resolution parameter of this tool . |
void |
setZResolution(double zResolution)
Sets the Z 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 UpgradeSpatialReference()
Initializes the array of tool parameters with the default values specified when the tool was created.
public UpgradeSpatialReference(Object inputDataset)
Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.
inputDataset - Feature Class | Feature Dataset | Raster Catalog, valid input is a feature class, feature dataset or raster catalog which has a low resolution spatial reference and are stored in a 9.2 or current version of a file or personal or ArcSDE geodatabase.| Method Detail |
|---|
public Object getInputDataset()
public void setInputDataset(Object inputDataset)
inputDataset - Feature Class | Feature Dataset | Raster Catalog, valid input is a feature class, feature dataset or raster catalog which has a low resolution spatial reference and are stored in a 9.2 or current version of a file or personal or ArcSDE geodatabase.public double getXyResolution()
public void setXyResolution(double xyResolution)
xyResolution - Double, the value to which the dataset's xy resolution will be changed as part of the upgrade. The maximum or largest value is the same as the current xy resolution. The default value is approximately 0.1 millimeter on the earth's surface.public double getZResolution()
public void setZResolution(double zResolution)
zResolution - Double, the value to which the dataset's z resolution will be changed as part of the upgrade. The maximum or largest value is the same as the dataset's current z resolution (before being upgraded). By default the resolution will be improved by a factor of 4.public double getMResolution()
public void setMResolution(double mResolution)
mResolution - Double, the value to which the dataset's m resolution will be changed as part of the upgrade. The maximum or largest value is the same as the dataset's current m resolution (before being upgraded). By default the resolution will be improved by a factor of 4.public Object getOutputDataset()
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 | ||||||||