Click or drag to resize

MapRectangle Methods

The MapRectangle type exposes the following members.

Methods
  NameDescription
Public methodResize
Resizes the area covered by the rectangle. Creates and returns a new rectangle reflecting the changes.
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 MethodToJson
Converts an object to a JSON string representation.
(Defined by JSONWriter.)
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