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




The following tables list the members exposed by MakeLocationAllocationLayer.

Public Constructors

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

Public Properties

 NameDescription
Public Propertyaccumulate_attribute_nameList of cost attributes to be accumulated during analysis. These accumulation attributes are purely for reference; the solver only uses the cost attribute specified by the Impedance attribute parameter to calculate the route. (In, Optional)  
Public PropertyAliasThe alias for this tool's toolbox.  
Public PropertyhierarchyThe parameter is not used if a hierarchy attribute is not defined on the network dataset used to perform the analysis. In such cases, use "#" as the parameter value. (In, Optional)  
Public Propertyimpedance_attributeThe cost attribute to be used as impedance in the analysis. (In, Required)  
Public Propertyimpedance_cutoffImpedance Cutoff specifies the maximum impedance at which a demand point can be allocated to a facility. The maximum impedance is measured by the least-cost path along the network. If a demand point is outside the cutoff, it is left unallocated. This property might be used to model the maximum distance that people are willing to travel to visit your stores or the maximum time that is permitted for a fire department to reach anyone in the community. (In, Optional)  
Public Propertyimpedance_parameterProvides a parameter value to the equations specified in the Impedance transformation parameter. The parameter value is ignored when the impedance transformation is of type linear. For power and exponential impedance transformations, the value should be non-zero. (In, Optional)  
Public Propertyimpedance_transformationThis sets the equation for transforming the network cost between facilities and demand points. This property, coupled with the Impedance Parameter, specifies how severely the network impedance between facilities and demand points influences the solver's choice of facilities. (In, Optional)  
Public Propertyin_network_datasetThe network dataset on which the location-allocation analysis will be performed. (In, Required)  
Public Propertyloc_alloc_from_toSpecifies the direction of travel between facilities and demand points when calculating the network costs. (In, Optional)  
Public Propertyloc_alloc_problem_typeThe problem type that will be solved. The choice of the problem type depends on the kind of facility being located. Different kinds of facilities have different priorities and constraints. (In, Optional)  
Public Propertynumber_facilities_to_findSpecifies the number of facilities that the solver should locate. (In, Optional)  
Public Propertyout_network_analysis_layerName of the location-allocation network analysis layer to create. (In, Required)  
Public Propertyoutput_layerNetwork Analyst Layer (out, Optional)  
Public Propertyoutput_path_shapeOutput path shape (in, Optional)  
Public PropertyParameterInfoThe parameters used by this tool. For internal use only.  
Public Propertyrestriction_attribute_nameList of restriction attributes to apply during the analysis. (In, Optional)  
Public Propertytarget_market_shareSpecifies the target market share in percentage to solve for when the Location-allocation problem type parameter is set to TARGET_MARKET_SHARE. It is the percentage of the total demand weight that you want your solution facilities to capture. The solver chooses the minimum number of facilities required to capture the target market share specified by this numeric value. (In, Optional)  
Public PropertyToolboxDirectoryThe directory of this tool's toolbox.  
Public PropertyToolboxNameThe name of this tool's toolbox.  
Public PropertyToolNameThe name of this tool.  
Public PropertyUTurn_policyRestrict or permit U-turns at junctions that could occur during network traversal between stops. (In, Optional)  
Top

See Also

© 2010 All Rights Reserved.