Click or drag to resize

IBoundingBox Interface

Represents the bounding box of an object.

Namespace:  Ptv.XServer.Controls.Map.Tools.Reprojection
Assembly:  Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax
public interface IBoundingBox

The IBoundingBox type exposes the following members.

Properties
  NameDescription
Public propertyMaxX
Returns the maximum x-coordinate.
Public propertyMaxY
Returns the maximum y-coordinate.
Public propertyMinX
Returns the minimum x-coordinate.
Public propertyMinY
Returns the minimum y-coordinate.
Top
Extension Methods
  NameDescription
Public Extension MethodApproximateBoundingBox(ICoordinateTransformation, Int32, Double)Overloaded.
Transforms a bounding box from one CRS to another.
(Defined by MapServiceExtensions.)
Public Extension MethodApproximateBoundingBox(String, String, Int32, Double)Overloaded.
Transforms a bounding box from one CRS to another.
(Defined by MapServiceExtensions.)
Public Extension MethodAspectRatio
Determines the aspect ratio, given a bounding box.
(Defined by MapServiceExtensions.)
Public Extension MethodEqualsAspect
Determines if two bounding boxes have the same aspect ratio.
(Defined by MapServiceExtensions.)
Public Extension MethodSize
Determines the size of a bounding box.
(Defined by MapServiceExtensions.)
Public Extension MethodStream
Streams the logical extents of a bounding box. This can be used check all values with a single Linq expression.
(Defined by WmtsMapServiceExtensions.)
Public Extension MethodTransformBoundingBox(ICoordinateTransformation, Int32)Overloaded.
Transforms a bounding box from one CRS to another returning the resulting BoundingLines structure.
(Defined by MapServiceExtensions.)
Public Extension MethodTransformBoundingBox(String, String, Int32)Overloaded.
Transforms a bounding box from one CRS to another returning the resulting BoundingLines structure.
(Defined by MapServiceExtensions.)
Top
See Also