IBoundingBox Interface |
Namespace: Ptv.XServer.Controls.Map.Tools.Reprojection
The IBoundingBox type exposes the following members.
Name | Description | |
---|---|---|
MaxX | Returns the maximum x-coordinate. | |
MaxY | Returns the maximum y-coordinate. | |
MinX | Returns the minimum x-coordinate. | |
MinY | Returns the minimum y-coordinate. |
Name | Description | |
---|---|---|
ApproximateBoundingBox(ICoordinateTransformation, Int32, Double) | Overloaded.
Transforms a bounding box from one CRS to another.
(Defined by MapServiceExtensions.) | |
ApproximateBoundingBox(String, String, Int32, Double) | Overloaded.
Transforms a bounding box from one CRS to another.
(Defined by MapServiceExtensions.) | |
AspectRatio | Determines the aspect ratio, given a bounding box. (Defined by MapServiceExtensions.) | |
EqualsAspect | Determines if two bounding boxes have the same aspect ratio. (Defined by MapServiceExtensions.) | |
Size | Determines the size of a bounding box. (Defined by MapServiceExtensions.) | |
Stream |
Streams the logical extents of a bounding box.
This can be used check all values with a single Linq expression.
(Defined by WmtsMapServiceExtensions.) | |
TransformBoundingBox(ICoordinateTransformation, Int32) | Overloaded.
Transforms a bounding box from one CRS to another returning the resulting BoundingLines structure.
(Defined by MapServiceExtensions.) | |
TransformBoundingBox(String, String, Int32) | Overloaded.
Transforms a bounding box from one CRS to another returning the resulting BoundingLines structure.
(Defined by MapServiceExtensions.) |