FRAMES | NO FRAMES
ThresholdRingsParams Type

Parameters of ThresholdRings task.

Availability: Business Analyst Server.

class ThresholdRingsParams : SummaryReportParameters

Property Description
AnalysisExtent (optional) Data extent to restrict the analysis. Type ExtentData.
Donut (optional) An option specifying creation of donut-style areas instead of areas that all originate from the store/business point origins. Type Boolean.
Radii Array of threshold values in ascending size. Type Double[].
SingleStoreID (optional) ID of a single store in the Stores layer to generate threshold ring areas. Type String.
StoreIDField The attribute field name in the input Stores layer which is associated with unique store/business IDs (typically store numbers for retail establishments with multiple locations). Type String.
Stores A point layer containing point features such as businesses, hospitals, schools, etc. that represent the locations from which the drive time trade/service areas originate. Type PointLayer.
SummarizationField The attribute field name in the input ThresholdData layer which specifies a demographic field to be used for summarization. Type String.
ThresholdData A point or polygon layer containing demography data. Type DataLayer.
DataHierarchy (optional) Name of a hierarchy of data layers used for generating summary reports. Type String. Use the GetDataHierarchies lookup operation to query available geography hierarchies. Available with Business Analyst Server 10.0.
ReportOptions Array specifying reports that will be generated using trade/service areas as boundary areas for analysis. Use the GetReportTemplates lookup operation to query available report templates. Type ReportOptions[]. Available with Business Analyst Server 9.3.1. Inherited from SummaryReportParameters.
ActiveDatasetID ID of the active dataset. Type String. Inherited from AnalysisParameters.
IsFullErrorMessage Mode for composing error messages. Type Boolean. Inherited from AnalysisParameters.
OutputSpatialReference An option specifying the spatial reference to return the output feature layer. Type SpatialReference. If this parameter is missing, the output record set will be returned in the default spatial reference. Available with Business Analyst Server 10.0 SP1. Inherited from AnalysisParameters.
ReturnGeometry An option specifying the presence of the shape attribute in the returned record set. Type Boolean. Available with Business Analyst Server 10.0 SP1. Inherited from AnalysisParameters.
Default: true.

Remarks

The analysis can be restricted to an analysis extent if the AnalysisExtent property is specified. Optional SingleStoreID property restricts the analysis to a single store of the store layer.

NOTE: Since Business Analyst Server 10.0, the SummaryDataLayerID property is replaced with an optional DataHierarchy property.

See Also