|
|||||||||
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.datamanagementtools.CreateSpatialReference
public class CreateSpatialReference
Creates a spatial reference object for use in ModelBuilder and scripting. The Create Spatial Reference tool is contained in the Data Management Tools tool box.
Field Summary |
---|
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
vals |
Constructor Summary | |
---|---|
CreateSpatialReference()
Creates the Create Spatial Reference tool with defaults. |
Method Summary | |
---|---|
double |
getExpandRatio()
Returns the Grow XYDomain By Percentage parameter of this tool . |
String |
getMDomain()
Returns the M Domain (min max) parameter of this tool . |
Object |
getOutSpatialReference()
Returns the Output Spatial Reference parameter of this tool (Read only). |
Object |
getSpatialReference()
Returns the Spatial Reference parameter of this tool . |
Object |
getSpatialReferenceTemplate()
Returns the Spatial Reference Template parameter of this tool . |
Object |
getTemplate()
Returns the Template XYDomains 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. |
Object |
getXyDomain()
Returns the XY Domain parameter of this tool . |
String |
getZDomain()
Returns the Z Domain (min max) parameter of this tool . |
void |
setExpandRatio(double expandRatio)
Sets the Grow XYDomain By Percentage parameter of this tool . |
void |
setMDomain(String mDomain)
Sets the M Domain (min max) parameter of this tool . |
void |
setSpatialReference(Object spatialReference)
Sets the Spatial Reference parameter of this tool . |
void |
setSpatialReferenceTemplate(Object spatialReferenceTemplate)
Sets the Spatial Reference Template parameter of this tool . |
void |
setTemplate(Object template)
Sets the Template XYDomains parameter of this tool . |
void |
setXyDomain(Object xyDomain)
Sets the XY Domain parameter of this tool . |
void |
setZDomain(String zDomain)
Sets the Z Domain (min max) 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 CreateSpatialReference()
Initializes the array of tool parameters with the default values specified when the tool was created.
Method Detail |
---|
public Object getSpatialReference()
public void setSpatialReference(Object spatialReference)
spatialReference
- name of the the spatial reference object to be created.public Object getSpatialReferenceTemplate()
public void setSpatialReferenceTemplate(Object spatialReferenceTemplate)
spatialReferenceTemplate
- the feature class or layer to be used as a template to set the value for the spatial reference.public Object getXyDomain()
public void setXyDomain(Object xyDomain)
xyDomain
- allowable coordinate range for x,y coordinates.public String getZDomain()
public void setZDomain(String zDomain)
zDomain
- allowable coordinate range for z values.public String getMDomain()
public void setMDomain(String mDomain)
mDomain
- allowable coordinate range for m values.public Object getTemplate()
public void setTemplate(Object template)
template
- feature classes or layers that can be used to define the XY Domain.public double getExpandRatio()
public void setExpandRatio(double expandRatio)
expandRatio
- percentage by which the XY Domain will be expanded.public Object getOutSpatialReference()
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 |