complexType SpatialSearchRequest
diagram feature_p118.png
namespace http://www.mapinfo.com/midev/service/feature/v1
type extension of tns:SearchRequest
properties
base tns:SearchRequest
abstract true
children tns:Table tns:AttributeList tns:OrderByList
used by
complexTypes ListFeaturesRequest SearchAtPointRequest searchByIdRequest SearchEnvelopeIntersectsRequest SearchIntersectsEnvelopeRequest SearchIntersectsRequest SearchNearestEdgeRequest SearchNearestRequest SearchWithinDistanceRequest SearchWithinEnvelopeRequest SearchWithinPolygonRequest
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 は米国内の英語を意味します。
pageLength  xsd:int  optional      
documentation
取得されるフィーチャ コレクションで返されるフィーチャの最大数。指定しない場合、レスポンス全体が返されます。
pageNumber  xsd:int  optional  1    
documentation
返されるページ。ページはレスポンス全体のサブセットで、'pageLength' 属性に基づいています。ページ カウントは 1 から始まります。例えば、通常はレスポンスに 35 個のフィーチャが含まれ、'pageLength' 属性が 8 に設定されている場合、5 ページになります (ページ番号は 1 ~ 5)。
geometryAttributeName  xsd:string  optional      
documentation
空間クエリの処理に使用する、テーブル内のジオメトリ属性定義を指定します。この属性は、複数のジオメトリ属性定義が含まれるテーブルに対してのみ指定する必要があります。
returnTotalCount  xsd:boolean  optional  false    
documentation
(リクエストされたページのカウントではなく) 検索に対する合計フィーチャ カウントを返すかどうかを指定します。
responseSrsName  xsd:string  optional      
documentation
返すジオメトリの座標系を指定します。指定しない場合、テーブルのジオメトリの座標系が使用されます。
annotation
documentation
すべての空間検索リクエストのリクエスト基本タイプ。空間検索では、地理制約を使用して、返すべきテーブルのフィーチャを判断します。

attribute SpatialSearchRequest/@geometryAttributeName
type xsd:string
properties
use optional
annotation
documentation
空間クエリの処理に使用する、テーブル内のジオメトリ属性定義を指定します。この属性は、複数のジオメトリ属性定義が含まれるテーブルに対してのみ指定する必要があります。

attribute SpatialSearchRequest/@returnTotalCount
type xsd:boolean
properties
use optional
default false
annotation
documentation
(リクエストされたページのカウントではなく) 検索に対する合計フィーチャ カウントを返すかどうかを指定します。

attribute SpatialSearchRequest/@responseSrsName
type xsd:string
properties
use optional
annotation
documentation
返すジオメトリの座標系を指定します。指定しない場合、テーブルのジオメトリの座標系が使用されます。

element SpatialSearchRequest/AttributeList
diagram feature_p119.png
namespace http://www.mapinfo.com/midev/service/feature/v1
type tns:AttributeList
properties
minOcc 0
maxOcc 1
content complex
children tns:AttributeName
attributes
Name  Type  Use  Default  Fixed  Annotation
exclude  xsd:boolean  optional  false    
documentation
TRUE に設定した場合、指定された属性は返されません。値 FALSE は、指定された属性が返されることを示します。デフォルト値は FALSE です。
annotation
documentation
レスポンスで返されるテーブルの属性定義の名前を指定します。その結果、フィーチャ コレクション内の各フィーチャには、指定した属性のみが含まれます。例えば、テーブルに 4 つの属性定義が含まれていてもレスポンスに必要な属性定義は 2 つのみである場合、ここでその 2 つの属性定義の名前を指定すると、それ以外の 2 つの属性定義の値は返されません。何も指定しない場合は、テーブル内のすべての属性が返されます。

element SpatialSearchRequest/OrderByList
diagram feature_p120.png
namespace http://www.mapinfo.com/midev/service/feature/v1
type tns:OrderByList
properties
minOcc 0
maxOcc 1
content complex
children tns:OrderBy
annotation
documentation
取得されるフィーチャ コレクション内のフィーチャのソート順を指定します。


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