complexType MapImage
diagram mapping_p240.png
namespace http://www.mapinfo.com/midev/service/mapping/v1
children tns:MapView tns:Image
used by
element   MapImage
attributes
Name    Type    Use    Default    Fixed    Annotation
imageMimeType    xsd:string    required         
The image mime type that a rendered map image is expressed in.
imageURL    xsd:string    optional         
The URL to a rendered map image file as it exists on the mapping server.
description
Defines the image of a map. The image data could be returned as inline binary data, or referring to an URL.

attribute MapImage/@imageMimeType
type xsd:string
properties
use   required
description
The image mime type that a rendered map image is expressed in.

attribute MapImage/@imageURL
type xsd:string
properties
use   optional
description
The URL to a rendered map image file as it exists on the mapping server.

element MapImage/MapView
diagram mapping_p241.png
namespace http://www.mapinfo.com/midev/service/mapping/v1
type tns:MapView
properties
content   complex
children tns:AffineTransform tns:Width tns:Height
attributes
Name    Type    Use    Default    Fixed    Annotation
unit    tns:PaperUnit    optional    Pixel      
The unit of measure for paper units. The default value is Pixel. Please see the PaperUnit element's documentation for a listing of all possible values.
rendering    tns:Rendering    optional    Speed      
The type of rendering to perform, which can be either Speed (without anti-aliasing) or Quality (with anti-aliasing). The default value is Speed.
background    xsd:string    optional         
The background color to use for the map image, as expressed in #RRGGBB format. If not supplied, then the background color will be transparent.
mapResolution    xsd:int    optional         
The resolution of map images in dots per inch (the number of individual dots that can be placed within the span of one linear inch). The default value is 96 dpi. The minimum dpi you can define is 72, anything less would render a poor quality image. If a value less than 72 is defined the service will throw an exception.
backgroundOpacity    xsd:double    optional         
The opacity of the background color. If the background and backgroundOpacity attributes are specified, these values will be used to draw the background. If the background is not used, then the background will be totally transparent regardless of the backgroundOpacity attribute. If the background is used but no opacity is specified, then the background will be totally opaque.
description
Describes the view of a map.

element MapImage/Image
diagram mapping_p242.png
namespace http://www.mapinfo.com/midev/service/mapping/v1
type xsd:base64Binary
properties
minOcc   0
maxOcc   1
content   simple
description
Holds the base-64 encoding of a rendered map image.



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