|
||||||||||
| 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.networkanalysttools.CalculateLocations
Calculates the network location fields for a point feature class. The Calculate Locations tool is contained in the Network Analyst Tools tool box.
Software restrictions: none
| Field Summary |
| Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
vals |
| Constructor Summary | |
CalculateLocations()
Creates the Calculate Locations tool with defaults. |
|
CalculateLocations(java.lang.Object inPointFeatures,
java.lang.Object inNetworkDataset,
java.lang.Object searchTolerance,
java.lang.Object searchCriteria)
Creates the Calculate Locations tool with the required parameters. |
|
| Method Summary | |
java.lang.Object |
getDistanceField()
Returns the Distance from feature field parameter of this tool . |
java.lang.Object |
getInNetworkDataset()
Returns the Input analysis network parameter of this tool . |
java.lang.Object |
getInPointFeatures()
Returns the Input point features parameter of this tool . |
java.lang.String |
getMatchType()
Returns the Find closest among all classes parameter of this tool . |
java.lang.Object |
getOutPointFeatureClass()
Returns the Output derived point feature class parameter of this tool (Read only). |
java.lang.Object |
getPositionField()
Returns the Percent along field parameter of this tool . |
java.lang.Object |
getSearchCriteria()
Returns the Search criteria parameter of this tool . |
java.lang.Object |
getSearchTolerance()
Returns the Search tolerance parameter of this tool . |
java.lang.Object |
getSideField()
Returns the Side of edge field parameter of this tool . |
java.lang.Object |
getSnapXField()
Returns the Located X-coordinate field parameter of this tool . |
java.lang.Object |
getSnapYField()
Returns the Located Y-coordinate field parameter of this tool . |
java.lang.Object |
getSourceIDField()
Returns the Source ID field parameter of this tool . |
java.lang.Object |
getSourceOIDField()
Returns the Source OID field 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. |
void |
setDistanceField(java.lang.Object distanceField)
Sets the Distance from feature field parameter of this tool . |
void |
setInNetworkDataset(java.lang.Object inNetworkDataset)
Sets the Input analysis network parameter of this tool . |
void |
setInPointFeatures(java.lang.Object inPointFeatures)
Sets the Input point features parameter of this tool . |
void |
setMatchType(java.lang.String matchType)
Sets the Find closest among all classes parameter of this tool . |
void |
setPositionField(java.lang.Object positionField)
Sets the Percent along field parameter of this tool . |
void |
setSearchCriteria(java.lang.Object searchCriteria)
Sets the Search criteria parameter of this tool . |
void |
setSearchTolerance(java.lang.Object searchTolerance)
Sets the Search tolerance parameter of this tool . |
void |
setSideField(java.lang.Object sideField)
Sets the Side of edge field parameter of this tool . |
void |
setSnapXField(java.lang.Object snapXField)
Sets the Located X-coordinate field parameter of this tool . |
void |
setSnapYField(java.lang.Object snapYField)
Sets the Located Y-coordinate field parameter of this tool . |
void |
setSourceIDField(java.lang.Object sourceIDField)
Sets the Source ID field parameter of this tool . |
void |
setSourceOIDField(java.lang.Object sourceOIDField)
Sets the Source OID 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 CalculateLocations()
Initializes the array of tool parameters with the default values specified when the tool was created.
public CalculateLocations(java.lang.Object inPointFeatures,
java.lang.Object inNetworkDataset,
java.lang.Object searchTolerance,
java.lang.Object searchCriteria)
Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.
inPointFeatures - Table View, the input point features for which locations will be calculated.inNetworkDataset - Network Dataset Layer, the network analysis layer that will be used to calculate the locations.searchTolerance - Linear unit, the search tolerance for locating the input features on the network. The parameter includes a value and units for the tolerance.searchCriteria - (String String; String String;...), allows you to specify which sources in your network dataset will be searched when finding locations, as well as specifying their subtypes.| Method Detail |
public java.lang.Object getInPointFeatures()
public void setInPointFeatures(java.lang.Object inPointFeatures)
inPointFeatures - Table View, the input point features for which locations will be calculated.public java.lang.Object getInNetworkDataset()
public void setInNetworkDataset(java.lang.Object inNetworkDataset)
inNetworkDataset - Network Dataset Layer, the network analysis layer that will be used to calculate the locations.public java.lang.Object getSearchTolerance()
public void setSearchTolerance(java.lang.Object searchTolerance)
searchTolerance - Linear unit, the search tolerance for locating the input features on the network. The parameter includes a value and units for the tolerance.public java.lang.Object getSearchCriteria()
public void setSearchCriteria(java.lang.Object searchCriteria)
searchCriteria - (String String; String String;...), allows you to specify which sources in your network dataset will be searched when finding locations, as well as specifying their subtypes.public java.lang.String getMatchType()
public void setMatchType(java.lang.String matchType)
matchType - String, specifies if the location of the point feature to the closest feature layer in the network gets calculated.public java.lang.Object getSourceIDField()
public void setSourceIDField(java.lang.Object sourceIDField)
sourceIDField - Field, name of the field to be created or updated with the source ID of the computed network location.public java.lang.Object getSourceOIDField()
public void setSourceOIDField(java.lang.Object sourceOIDField)
sourceOIDField - Field, name of the field to be created or updated with the source OID of the computed network location.public java.lang.Object getPositionField()
public void setPositionField(java.lang.Object positionField)
positionField - Field, name of the field to be created or updated with the percent along of the computed network location.public java.lang.Object getSideField()
public void setSideField(java.lang.Object sideField)
sideField - Field, name of the field to be created or updated with the side of edge on which the point feature is located on the computed network location.public java.lang.Object getSnapXField()
public void setSnapXField(java.lang.Object snapXField)
snapXField - nullpublic java.lang.Object getSnapYField()
public void setSnapYField(java.lang.Object snapYField)
snapYField - nullpublic java.lang.Object getDistanceField()
public void setDistanceField(java.lang.Object distanceField)
distanceField - Field, name of the field to be created or updated with the distance of the point feature from the computed network location.public java.lang.Object getOutPointFeatureClass()
public java.lang.String getToolName()
public java.lang.String getToolboxName()
public java.lang.String getToolboxAlias()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||