complexType BufferRequest
diagram geometry_p53.png
namespace http://www.mapinfo.com/midev/service/geometry/v1
type extension of tns:GeometryServiceRequest
properties
base   tns:GeometryServiceRequest
children tns:Distance tns:Geometry
used by
element   BufferRequest
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.
resolution    xsd:int    optional    12      
The resolution of the buffer, when curves generated in the buffer are approximated by line segments, measured in segments per circle. The higher the resolution the smoother the curves of the buffer, but the more points are required in their representation. If resolution is not a positive multiple of 4, an approximation is used.
description
A request to get the buffer that expands (or shrinks, if the buffer distance is negative) the supplied geometry, using the supplied distance and resolution. If the supplied geometry contains holes, then a positive-distance buffer will extend into those holes.

attribute BufferRequest/@resolution
type xsd:int
properties
use   optional
default   12
description
The resolution of the buffer, when curves generated in the buffer are approximated by line segments, measured in segments per circle. The higher the resolution the smoother the curves of the buffer, but the more points are required in their representation. If resolution is not a positive multiple of 4, an approximation is used.

element BufferRequest/Distance
diagram geometry_p54.png
namespace http://www.mapinfo.com/midev/service/geometry/v1
type tns:Distance
properties
content   complex
attributes
Name    Type    Use    Default    Fixed    Annotation
uom    tns:DistanceUnit    required         
The unit of measure for this distance.
description
The width of the buffer.

element BufferRequest/Geometry
diagram geometry_p55.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 geometry whose buffer is to be determined.



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