ESRI.ArcGIS.NetworkAnalystTools
CalculateLocations Class Members
See Also  Properties  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.NetworkAnalystTools Namespace : CalculateLocations Class




The following tables list the members exposed by CalculateLocations.

Public Constructors

 NameDescription
Public ConstructorCalculateLocations ConstructorOverloaded. Constructor that takes all required parameters for geoprocessor execution.  
Top

Public Properties

 NameDescription
Public PropertyAliasThe alias for this tool's toolbox.  
Public Propertydistance_fieldName of the field to be created or updated with the distance of the point feature from the computed network location. A field called "Distance" is created or updated by default. (In, Optional)  
Public Propertyexclude_restricted_elementsThis parameter is applicable only when the input features are from the sub layer of a network analysis layer and are not barrier objects. In all other cases, use "#" as the parameter value. (In, Optional)  
Public Propertyin_network_datasetThe network dataset used to calculate the locations. (In, Required)  
Public Propertyin_point_featuresThe input features for which the network locations will be calculated. (In, Required)  
Public Propertylocation_fieldName of the field to be created or updated with the location ranges of the computed network locations for the line or polygon features. A field called "Locations" is created or updated by default. (In, Optional)  
Public Propertymatch_typeThe parameter is not used when calculating locations for line or polygon features. In such cases, use "#" as the parameter value. (In, Optional)  
Public Propertyout_point_feature_classOutput derived feature class (out, Optional)  
Public PropertyParameterInfoThe parameters used by this tool. For internal use only.  
Public Propertyposition_fieldName of the field to be created or updated with the percent along of the computed network location. A field called "PosAlong" is created or updated by default. (In, Optional)  
Public Propertysearch_criteriaSpecifies which sources in the network dataset will be searched when finding locations and what portions of geometry (also known as snap types) will be used. (In, Required)  
Public Propertysearch_query Specifies a query to restrict the search to a subset of the features within a source feature class. This is useful if you don't want to find features that may be unsuited for a network location. For example, if you are loading centroids of polygons and don't want to locate on local roads, you can define a query that searches for major roads only. (In, Optional)  
Public Propertysearch_toleranceThe search tolerance for locating the input features on the network. Features that are outside the search tolerance are left unlocated. The parameter includes a value and units for the tolerance. (In, Required)  
Public Propertyside_fieldName 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. A field called "SideOfEdge" is created or updated by default. (In, Optional)  
Public Propertysnap_X_fieldLocated X-coordinate field (in, Optional)  
Public Propertysnap_Y_fieldLocated Y-coordinate field (in, Optional)  
Public Propertysnap_Z_fieldName of the field to be created or updated with the z-coordinate of the computed network location. A field called "SnapZ" is created or updated by default. (In, Optional)  
Public Propertysource_ID_fieldName of the field to be created or updated with the source ID of the computed network location. A field called "SourceID" is created or updated by default. (In, Optional)  
Public Propertysource_OID_fieldName of the field to be created or updated with the source OID of the computed network location. A field called "SourceOID" is created or updated by default. (In, Optional)  
Public PropertyToolboxDirectoryThe directory of this tool's toolbox.  
Public PropertyToolboxNameThe name of this tool's toolbox.  
Public PropertyToolNameThe name of this tool.  
Top

See Also

© 2010 All Rights Reserved.