WmtsMapServiceGetImageStream Method (IBoundingBox, Size, Size) |
Loads a map image using the specified bounding box and size.
Namespace:
Ptv.XServer.Controls.Map.Layers.WmtsLayer
Assembly:
Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax public override Stream GetImageStream(
IBoundingBox boundingBox,
Size requestedSize,
out Size effectiveSize
)
Public Overrides Function GetImageStream (
boundingBox As IBoundingBox,
requestedSize As Size,
<OutAttribute> ByRef effectiveSize As Size
) As Stream
public:
virtual Stream^ GetImageStream(
IBoundingBox^ boundingBox,
Size requestedSize,
[OutAttribute] Size% effectiveSize
) override
abstract GetImageStream :
boundingBox : IBoundingBox *
requestedSize : Size *
effectiveSize : Size byref -> Stream
override GetImageStream :
boundingBox : IBoundingBox *
requestedSize : Size *
effectiveSize : Size byref -> Stream
Parameters
- boundingBox
- Type: Ptv.XServer.Controls.Map.Tools.ReprojectionIBoundingBox
Requested bounding box, based on the CRS defined by this class. - requestedSize
- Type: System.DrawingSize
Requested image size in pixels. - effectiveSize
- Type: System.DrawingSize
Image size effectively rendered.
Return Value
Type:
StreamThe stream containing the map image.
Implements
IExtendedMapServiceTGetImageStream(T, Size, Size)See Also