MapServiceExtensions Class |
Namespace: Ptv.XServer.Controls.Map.Tools.Reprojection
The MapServiceExtensions type exposes the following members.
| Name | Description | |
|---|---|---|
| ApproximateBoundingBox(BoundingLines, Double) |
Utility extension that provides an approximation of a bounding box given a BoundingLines structure.
| |
| ApproximateBoundingBox(IBoundingBox, ICoordinateTransformation, Int32, Double) |
Transforms a bounding box from one CRS to another.
| |
| ApproximateBoundingBox(IBoundingBox, String, String, Int32, Double) |
Transforms a bounding box from one CRS to another.
| |
| Area(Size) | Computes the area, given a Size object. | |
| Area(SizeF) | Computes the area, given a SizeF object. | |
| Area(Size) | Computes the area, given a Size object. | |
| AspectRatio(SizeF) | Determines the aspect ratio, given a SizeF. | |
| AspectRatio(IBoundingBox) | Determines the aspect ratio, given a bounding box. | |
| CreateImage(Color, Size) |
Renders an image filled with a given color.
| |
| CreateImage(Size, Color) |
Renders an image filled with a given color.
| |
| CreateImage(Color, Int32, Int32) |
Renders an image filled with a given color.
| |
| EqualsAspect | Determines if two bounding boxes have the same aspect ratio. | |
| ForEachT |
Processes the given elements through a given action, either in parallel or in sequence,
depending on the requested degree of parallelism.
| |
| Size | Determines the size of a bounding box. | |
| StreamPng |
Encodes an image as a PNG returning the PNG data stream.
| |
| TransformBoundingBox(IBoundingBox, ICoordinateTransformation, Int32) |
Transforms a bounding box from one CRS to another returning the resulting BoundingLines structure.
| |
| TransformBoundingBox(IBoundingBox, String, String, Int32) |
Transforms a bounding box from one CRS to another returning the resulting BoundingLines structure.
|