complexType ContainsRequest
diagram geometry_p58.png
namespace http://www.mapinfo.com/midev/service/geometry/v1
type extension of tns:GeometryServiceRequest
properties
base   tns:GeometryServiceRequest
children tns:FirstGeometry tns:SecondGeometry
used by
element   ContainsRequest
attributes
Name    Type    Use    Default    Fixed    Annotation
id    xsd:string    optional         
A unique identifier that is returned in the response. It is used for debugging or keeping track of asynchronous requests.
locale    xsd:string    optional         
The language and country code of the request, which is defined using [language_code]_[country_code] syntax. The language code is a 2-letter ISO-639 code. The country code is a 2-letter ISO-3166 code. For example: en_US stands for the English language within the United States of America.
responseSrsName    xsd:string    optional         
The spatial reference system to express the response in.
description
A request to get a boolean value indicating whether the first supplied geometry contains the second supplied geometry. The result is true if every point of the second geometry exists in the first geometry (even if the second geometry is just part or all of the boundary of the first geometry).

element ContainsRequest/FirstGeometry
diagram geometry_p59.png
namespace http://www.mapinfo.com/midev/service/geometry/v1
type tns:Geometry
properties
content   complex
attributes
Name    Type    Use    Default    Fixed    Annotation
srsName    xsd:string    optional         
The spatial reference system name associated with this geometry.
description
The first geometry.

element ContainsRequest/SecondGeometry
diagram geometry_p60.png
namespace http://www.mapinfo.com/midev/service/geometry/v1
type tns:Geometry
properties
content   complex
attributes
Name    Type    Use    Default    Fixed    Annotation
srsName    xsd:string    optional         
The spatial reference system name associated with this geometry.
description
The second geometry.



© 2016 Pitney Bowes Software Inc. Email: pbbi.support@pb.com