|
|||||||||
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.XYToLine
public class XYToLine
Creates a new feature class containing geodetic two-point polyline features from a table of start and end points. The XY To Line tool is contained in the Data Management Tools tool box.
Field Summary |
---|
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
vals |
Constructor Summary | |
---|---|
XYToLine()
Creates the XY To Line tool with defaults. |
|
XYToLine(Object inTable,
Object outFeatureclass,
Object startxField,
Object startyField,
Object endxField,
Object endyField,
String lineType)
Creates the XY To Line tool with the required parameters. |
Method Summary | |
---|---|
Object |
getEndxField()
Returns the End X Field parameter of this tool . |
Object |
getEndyField()
Returns the End Y Field parameter of this tool . |
Object |
getIdField()
Returns the ID parameter of this tool . |
Object |
getInTable()
Returns the Input Table parameter of this tool . |
String |
getLineType()
Returns the Line Type parameter of this tool . |
Object |
getOutFeatureclass()
Returns the Output Feature Class parameter of this tool . |
Object |
getSpatialReference()
Returns the Spatial Reference parameter of this tool . |
Object |
getStartxField()
Returns the Start X Field parameter of this tool . |
Object |
getStartyField()
Returns the Start Y Field 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. |
void |
setEndxField(Object endxField)
Sets the End X Field parameter of this tool . |
void |
setEndyField(Object endyField)
Sets the End Y Field parameter of this tool . |
void |
setIdField(Object idField)
Sets the ID parameter of this tool . |
void |
setInTable(Object inTable)
Sets the Input Table parameter of this tool . |
void |
setLineType(String lineType)
Sets the Line Type parameter of this tool . |
void |
setOutFeatureclass(Object outFeatureclass)
Sets the Output Feature Class parameter of this tool . |
void |
setSpatialReference(Object spatialReference)
Sets the Spatial Reference parameter of this tool . |
void |
setStartxField(Object startxField)
Sets the Start X Field parameter of this tool . |
void |
setStartyField(Object startyField)
Sets the Start Y Field 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 XYToLine()
Initializes the array of tool parameters with the default values specified when the tool was created.
public XYToLine(Object inTable, Object outFeatureclass, Object startxField, Object startyField, Object endxField, Object endyField, String lineType)
Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.
inTable
- table with fields for starting and ending X and Y coordinates.outFeatureclass
- feature class that will contain the output lines.startxField
- starting point's X coordinate field.startyField
- starting point's Y coordinate field.endxField
- ending point's X coordinate field.endyField
- ending point's Y coordinate field.lineType
- type of two-point lines to construct. Default line type is GEODESIC.Method Detail |
---|
public Object getInTable()
public void setInTable(Object inTable)
inTable
- table with fields for starting and ending X and Y coordinates.public Object getOutFeatureclass()
public void setOutFeatureclass(Object outFeatureclass)
outFeatureclass
- feature class that will contain the output lines.public Object getStartxField()
public void setStartxField(Object startxField)
startxField
- starting point's X coordinate field.public Object getStartyField()
public void setStartyField(Object startyField)
startyField
- starting point's Y coordinate field.public Object getEndxField()
public void setEndxField(Object endxField)
endxField
- ending point's X coordinate field.public Object getEndyField()
public void setEndyField(Object endyField)
endyField
- ending point's Y coordinate field.public String getLineType()
public void setLineType(String lineType)
lineType
- type of two-point lines to construct. Default line type is GEODESIC.public Object getIdField()
public void setIdField(Object idField)
idField
- iD field from the input table. This may be used to join the output features back to the input table.public Object getSpatialReference()
public void setSpatialReference(Object spatialReference)
spatialReference
- spatial Reference of the input coordinates. Default is GCS_WGS_1984.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 |