ServiceArea output data types

Upon successful execution, the tool returns the service areas around the facilities and the status indicating the analysis was successful.

The output data types containing the results from a service area analysis are described below.

Polygons

指定した移動時間、移動距離、または移動コストで入力場所から到達できるエリアを表すポリゴン フィーチャへのアクセスを提供します。

This data type supports the fields described below. In addition to these fields, the data type also includes all the fields from the input feature class used as facilities for the analysis when generating overlapping or nonoverlapping polygons.

FieldDescriptionData type

Name

到達圏の名前。これには、関連付けられた施設とカットオフを示す名前が使用されます。たとえば、「Store1: 0.0 – 5.0」の場合は、Store1 という施設から 5 分以内に通行可能なすべての道路を網羅した到達圏を表すことになります。

The break values are returned without the name of the facility, for example, 0.0 – 5.0, when the geometryAtOverlap property of the analysis object is set to ServiceAreaOverlapGeometry.Dissolve.

Text

FacilityID

解析で自動的に生成される、関連付けられた施設の一意の識別子。

Multiple facilities can be associated with one service area when the geometryAtOverlap property of the analysis object is set to ServiceAreaOverlapGeometry.Dissolve; therefore, FacilityID field values are set to null when service areas are merged.

Long

FacilityOID

到達圏ポリゴンの生成に使用される入力施設フィーチャの ObjectID 値。このフィールドは、多くの場合、入力施設からの情報を結合するために使用されます。

Multiple facilities can be associated with one service area when the geometryAtOverlap property of the analysis object is set to ServiceAreaOverlapGeometry.Dissolve; therefore, FacilityOID field values are set to null when service areas are merged.

Long

FromBreak

到達圏のインピーダンス カットオフ範囲の下限値です。このフィールド値の単位は、解析に対して設定された移動モードのインピーダンス属性に基づきます。

If the impedance attribute is time based, the value is in the units specified by the timeUnits property. If the impedance attribute is distance based, the value is in the units specified by the distanceUnits property. The value is in unknown units if the impedance attribute is neither time based nor distance based.

Double

ToBreak

到達圏のインピーダンス カットオフ範囲の上限値です。この値の単位は、FromBreak フィールド値と同じです。

Double

Breaks

このフィールドの値は、入力施設の Breaks フィールドからコピーされます。

Text

AdditionalTime

このフィールドの値は、入力施設の AdditionalTime フィールドからコピーされます。

Double

AdditionalDistance

このフィールドの値は、入力施設の AdditionalDistance フィールドからコピーされます。

Double

AdditionalCost

このフィールドの値は、入力施設の AdditionalCost フィールドからコピーされます。

Double

Lines

到達圏をライン フィーチャとして格納し、指定された時間、距離、その他の移動コスト カットオフ内に到着できる道路またはネットワーク エッジをカバーします。到達圏解析はネットワーク ラインに沿った測定値に基づいているため、ラインはポリゴンよりも到達圏をより忠実に表します。

This data type supports the following fields:

FieldDescriptionData type

FacilityOID

到達圏ラインの生成に使用される入力施設フィーチャの ObjectID 値。このフィールドは、多くの場合、入力施設からの情報を結合するために使用されます。

Long

SourceName

各到達圏のラインは、ネットワーク ソースのフィーチャクラス (到達圏解析を実行するネットワーク データセットを作成するために使用されるフィーチャクラス) のフィーチャを通過します。このフィールドには、ラインを生成する元になったエッジ ソース フィーチャクラスの名前が表示されます。

Text

SourceOID

商圏内道路フィーチャの ObjectID。このフィールドの値を集計すると、施設からの特定の道路フィーチャが含まれる回数など、役に立つ情報を得ることができます。

Long

FromPosition

基本となるソース フィーチャに沿って、到達圏ラインが始まる場所を指定します。

  • 値が 0 (ゼロ) の場合は、基本となるソース フィーチャの始点で到達圏ラインが始まることを示します。
  • 値が 1 の場合は、ソース フィーチャの終点で到達圏ラインが始まることを示します。
  • 0 (ゼロ) と 1 の間の値は、基礎となるソース フィーチャに沿ってあるポイントでラインが開始することを示します。たとえば、値が 0.25 の場合、基礎となるソース フィーチャのデジタイズされた方向に沿って 25 パーセント前進したところでラインが開始することを示しています。

Double

ToPosition

基本となるソース フィーチャに沿って、到達圏ラインが終了する場所を指定します。

  • 値が 0 (ゼロ) の場合は、基本となるソース フィーチャの始点で到達圏ラインが終わることを示します。
  • 値が 1 の場合は、ソース フィーチャの終点で到達圏ラインが終わることを示します。
  • 0 (ゼロ) と 1 の間の値は、基礎となるソース フィーチャに沿ってあるポイントでラインが終了することを示します。たとえば、値が 0.25 の場合、基礎となるソース フィーチャのデジタイズされた方向に沿って 25 パーセント前進したところでラインが終了することを示しています。

Double

FromCumul_Minutes

このフィールドには、施設からライン フィーチャの始点までのパスの累積コスト (分単位) が含まれます。この値には、ラインの始点での隣接ジャンクションのコストが取り込まれます。

メモ:

An additional field, FromCumul_[TimeUnits], is included if the timeUnits property of the analysis object is not set to TimeUnits.Minutes. The field values are in the units specified by the timeUnits property.

メモ:

Additional fields, FromCumul_[AccumulateAttributeName]_[TimeUnits], are included for each time-based cost attribute that is accumulated during the analysis.

Double

ToCumul_Minutes

このフィールドには、施設からライン フィーチャの終点までのパスの累積コスト (分単位) が含まれます。ラインの終点での隣接ジャンクションのコストは、この値から除外されます。

メモ:

An additional field, ToCumul_[TimeUnits], is included if the timeUnits property of the analysis object is not set to TimeUnits.Minutes. The field values are in the units specified by the timeUnits property.

メモ:

Additional fields, ToCumul_[AccumulateAttributeName]_[TimeUnits], are included for each time-based cost attribute that is accumulated during the analysis.

Double

FromCumul_Miles

このフィールドには、施設からライン フィーチャの始点までのパスの累積コスト (マイル単位) が含まれます。この値には、ラインの始点での隣接ジャンクションのコストが取り込まれます。

メモ:

An additional field, FromCumul_[DistanceUnits], is included if the distanceUnits property of the analysis object is not set to DistanceUnits.Miles or DistanceUnits.Kilometers. The field values are in the units specified by the distanceUnits property.

メモ:

Additional fields, FromCumul_[AccumulateAttributeName]_[DistanceUnits], are included for each distance-based cost attribute that is accumulated during the analysis.

Double

ToCumul_Miles

このフィールドには、施設からライン フィーチャの終点までのパスの累積コスト (マイル単位) が含まれます。ラインの終点での隣接ジャンクションのコストは、この値から除外されます。

メモ:

An additional field, ToCumul_[DistanceUnits], is included if the distanceUnits property of the analysis object is not set to DistanceUnits.Miles or DistanceUnits.Kilometers. The field values are in the units specified by the distanceUnits property.

メモ:

Additional fields, ToCumul_[AccumulateAttributeName]_[DistanceUnits], are included for each distance-based cost attribute that is accumulated during the analysis.

Double

FromCumul_Kilometers

このフィールドは FromCumul_Miles フィールドと同じですが、フィールド値はマイルではなくキロメートル単位で表されます。

Double

ToCumul_Kilometers

このフィールドは ToCumul_Miles フィールドと同じですが、フィールド値はマイルではなくキロメートル単位で表されます。

Double

FromCumul_Other

このフィールドには、施設からライン フィーチャの始点までのパスの累積コスト (単位は不明) が含まれます。この値には、ラインの始点での隣接ジャンクションのコストが取り込まれます。

このフィールドは、解析の移動モードが時間ベースでも距離ベースでもないインピーダンス属性を使用する場合にのみ含まれます。

メモ:

Additional fields, FromCumul_[AccumulateAttributeName]_Other, are included for each cost attribute that is neither time based nor distance based and accumulated during the analysis.

Double

ToCumul_Other

このフィールドには、施設からライン フィーチャの終点までのパスの累積コスト (単位は不明) が含まれます。ラインの終点での隣接ジャンクションのコストは、この値から除外されます。

このフィールドは、解析の移動モードが時間ベースでも距離ベースでもないインピーダンス属性を使用する場合にのみ含まれます。

メモ:

Additional fields, ToCumul_[AccumulateAttributeName]_Other, are included for each cost attribute that is neither time based nor distance based and accumulated during the analysis.

Double

Facilities

到達圏解析で使用される施設の属性へのアクセスを提供します。このデータ タイプの属性 (Status フィールドなど) を使用すると、施設が解析で使用されなかった理由を確認できます。

The data type supports the following fields. In addition to these fields, the data type also includes all the fields from the input feature class used as facilities for the analysis.

FieldDescriptionData type

Name

施設の名前。このフィールドの値は、入力施設の Name フィールドからコピーされます。

Text

FacilityOID

入力施設フィーチャの ObjectID 値。このフィールドは、多くの場合、入力施設からの情報を結合するために使用されます。

Long

Breaks

このフィールドの値は、入力施設の Breaks フィールドからコピーされます。

Text

AdditionalTime

このフィールドの値は、入力施設の AdditionalTime フィールドからコピーされます。

Double

AdditionalDistance

このフィールドの値は、入力施設の AdditionalDistance フィールドからコピーされます。

Double

AdditionalCost

このフィールドの値は、入力施設の AdditionalCost フィールドからコピーされます。このフィールドは、解析の移動モードが時間ベースでも距離ベースでもないインピーダンス属性を使用する場合にのみ含まれます。

Double

SourceID

入力ポイントが配置されたネットワーク データセット ソース フィーチャクラスの数値 ID。

Long

SourceOID

入力ポイントが配置されたソースにあるフィーチャの ObjectID。

Long

PosAlong

ソース ライン フィーチャのデジタイズ方向に沿った位置。この値は割合として格納されます。ネットワーク位置がジャンクションを参照している場合、このフィールドは NULL になります。

Double

SideOfEdge

ライン フィーチャのデジタイズ方向を基準として定められる、エッジの側。このフィールドがとりうる値は、[右側] (1)、[左側] (2) のいずれかです。

Long

CurbApproach

車両が施設に到着する方向およびストップから出発する方向。このフィールドの値は、入力施設の CurbApproach フィールドからコピーされます。

Long

Status

施設が解析でどのように評価されたかを示します。出力される可能性のある値は次のとおりです。

  • 0 (OK): 施設が交通ネットワーク上に正常に配置され、解析された。
  • 1 (未配置) - 通過可能な道路が施設からの最大検索距離の範囲内ではないため、施設が解析から除外された。
  • 3 (エレメントを通過できません) - 施設があるネットワーク エレメントは通過不能です。この状態は、規制属性によってネットワーク エレメントが規制されている場合に発生する可能性があります。
  • 4 (無効なフィールド値): フィールド値が、範囲またはコード値ドメインから外れている。たとえば、正の数値が必要な場合に負の数値が存在しています。
  • 5 (未到達): 制約のため、施設に到達できなかった。たとえば、施設に到達するために、車両が一方通行道路を誤った方向で移動しなければならないように、アプローチ制限が設定された場合などです。
  • 7 (最寄りの位置にない) - 規制またはバリアのため、施設に最も近いネットワーク ロケーションを通過できない。したがって、代わりに、最も近い通過可能なネットワーク フィーチャ上に施設が配置されている。

Long

SnapX

ネットワーク データセットの座標系で、ポイントが配置されたネットワーク データセット上の位置の X 座標。

Double

SnapY

ネットワーク データセットの座標系で、ポイントが配置されたネットワーク データセット上の位置の Y 座標。

Double

SnapZ

ネットワーク データセットの座標系で、ポイントが配置されたネットワーク データセット上の位置の Z 座標。ネットワークが 2 次元の場合、SnapZ フィールドは 0 になります。

Double

DistanceToNetworkInMeters

ポイントの地理的位置とそのポイントがネットワーク上に配置された位置との間の距離 (メートル単位)。

Double

Bearing

このフィールドの値は、入力施設の Bearing フィールドからコピーされます。

Double

BearingTol

このフィールドの値は、入力施設の BearingTol フィールドからコピーされます。

Double

NavLatency

このフィールドの値は、入力施設の NavLatency フィールドからコピーされます。

Double


このトピックの内容
  1. Polygons
  2. Lines
  3. Facilities