complexType GetTravelBoundaryRequest
diagram routing_p15.png
namespace http://www.mapinfo.com/routing/service/v1
type extension of tns:Request
properties
base midev_common:Request
children tns:DatasetResourceName tns:Point tns:Costs tns:BandingStyle tns:MaxOffroadDistance tns:ReturnHoles tns:ReturnIslands tns:SimplificationFactor tns:DestinationSrs tns:MajorRoads tns:HistoricTrafficTimeBucket tns:AmbientSpeeds tns:PropagationFactor tns:PropagationFactors tns:Avoid
used by
element GetTravelBoundaryRequest
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xsd:string  optional      
documentation
レスポンスで返される一意の識別子。非同期要求のデバッグまたは追跡で使用されます。
locale  xsd:string  optional      
documentation
要求の言語コードと国コードで、[language_code]_[country_code] 構文を使用して定義されます。言語コードは 2 文字の ISO-639 コードです。国コードは 2 文字の ISO-3166 コードです。例: en_US は米国内の英語を意味します。
annotation
documentation
ロケーションから一定の走行/歩行時間または距離で到達可能なエリアの境界のリクエストです。

element GetTravelBoundaryRequest/DatasetResourceName
diagram routing_p16.png
namespace http://www.mapinfo.com/routing/service/v1
type xsd:string
properties
minOcc 0
maxOcc 1
content simple

element GetTravelBoundaryRequest/Point
diagram routing_p17.png
namespace http://www.mapinfo.com/routing/service/v1
type tns:Point
properties
content complex
children tns:Pos
attributes
Name  Type  Use  Default  Fixed  Annotation
srsName  xsd:string  optional      
documentation
このジオメトリと関連付けられた空間参照系の名前。
annotation
documentation
到達圏境界を計算するときの始点で、形式 x,y,coordSys で表されます。

element GetTravelBoundaryRequest/Costs
diagram routing_p18.png
namespace http://www.mapinfo.com/routing/service/v1
type tns:Costs
properties
content complex
children tns:Cost
annotation
documentation
TravelBoundary のコストのリスト

element GetTravelBoundaryRequest/BandingStyle
diagram routing_p19.png
namespace http://www.mapinfo.com/routing/service/v1
type tns:BandingStyle
properties
minOcc 0
maxOcc 1
content simple
default Donut
facets
Kind Value Annotation
enumeration Donut
documentation
境界線表示形式 ドーナツ型
enumeration Encompassing
documentation
境界線表示形式 包囲型

element GetTravelBoundaryRequest/MaxOffroadDistance
diagram routing_p20.png
namespace http://www.mapinfo.com/routing/service/v1
type tns:Distance
properties
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
uom  tns:DistanceUnit  required      
documentation
この距離の単位。
annotation
documentation
道路以外を移動できる距離の最大値。道路以外とは、私道や進入路などのことです。例えば、道路外距離の最大値を 1 マイルと指定すると、道路から 1 マイル以上離れた地点は、到達圏境界に含まれません。道路外距離の最大値として 0 を指定すると、道路から少しでもそれた地点は到達圏境界に含まれません。

element GetTravelBoundaryRequest/ReturnHoles
diagram routing_p21.png
namespace http://www.mapinfo.com/routing/service/v1
type xsd:boolean
properties
content simple
default false
annotation
documentation
境界内の到達不可能領域(穴)を返すかどうかを指定します。これは、道順に従って適切な時間または距離で到達できない、主要境界内に存在する領域(穴)を指します。デフォルトは false です。

element GetTravelBoundaryRequest/ReturnIslands
diagram routing_p22.png
namespace http://www.mapinfo.com/routing/service/v1
type xsd:boolean
properties
content simple
default false
annotation
documentation
境界外の到達可能領域(島)を返すかどうかを指定します。これは、適切な時間または距離で到達できる、主要境界の外にある小さな領域です。デフォルトは false です。

element GetTravelBoundaryRequest/SimplificationFactor
diagram routing_p23.png
namespace http://www.mapinfo.com/routing/service/v1
type tns:simplificationFactor
properties
minOcc 0
maxOcc 1
content simple
default 0.5
facets
Kind Value Annotation
maxInclusive 1
minExclusive 0

element GetTravelBoundaryRequest/DestinationSrs
diagram routing_p24.png
namespace http://www.mapinfo.com/routing/service/v1
type xsd:string
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
到達圏境界ジオメトリを返す座標系。既定値は使用するデータの座標系です。例: EPSG:4326。

element GetTravelBoundaryRequest/MajorRoads
diagram routing_p25.png
namespace http://www.mapinfo.com/routing/service/v1
type xsd:boolean
properties
minOcc 0
maxOcc 1
content simple
default true
annotation
documentation
計算時に、すべての道路を含めるか、幹線道路のみを含めるかを指定します。幹線道路のみを含めるように指定した場合は、パフォーマンスは向上しますが精度は低くなる場合があります。デフォルトは true です。

element GetTravelBoundaryRequest/HistoricTrafficTimeBucket
diagram routing_p26.png
namespace http://www.mapinfo.com/routing/service/v1
type tns:HistoricTrafficTimeBucket
properties
minOcc 0
maxOcc 1
content simple
default none
facets
Kind Value Annotation
enumeration none
documentation
トラフィック タイム バケットの履歴値は使用されません。
enumeration AMPeak
documentation
午前のピーク時間のトラフィック タイム バケットの履歴値です。
enumeration PMPeak
documentation
午後のピーク時間のトラフィック タイム バケットの履歴値です。
enumeration offPeak
documentation
オフピーク時間のトラフィック タイム バケットの履歴値です。
enumeration night
documentation
夜間トラフィック タイム バケットの履歴値です。

element GetTravelBoundaryRequest/AmbientSpeeds
diagram routing_p27.png
namespace http://www.mapinfo.com/routing/service/v1
type tns:AmbientSpeedMap
properties
content complex
children tns:AmbientCostEntry

element GetTravelBoundaryRequest/PropagationFactor
diagram routing_p28.png
namespace http://www.mapinfo.com/routing/service/v1
type xsd:double
properties
minOcc 0
maxOcc 1
content simple

element GetTravelBoundaryRequest/PropagationFactors
diagram routing_p29.png
namespace http://www.mapinfo.com/routing/service/v1
type tns:PropagationFactorOverridesMap
properties
content complex
children tns:PropagationFactorEntry

element GetTravelBoundaryRequest/Avoid
diagram routing_p30.png
namespace http://www.mapinfo.com/routing/service/v1
type xsd:string
properties
minOcc 0
maxOcc 1
content simple


© 2019 Pitney Bowes Software Inc. support.pb.com