mindee-api-dotnet

Bbox Class

Namespace: Mindee.Geometry
Assembly: Mindee
Assembly Version: 3.22.0+aa1b44d54eab23ff2156f9ad9391c70a961697c0

Define the max and min coordinates.

public class Bbox

Inheritance: object → Bbox

Remarks

https:\/\/wiki.openstreetmap.org\/wiki\/Bounding_Box

Constructors

Name Description
Bbox(double, double, double, double)  

Properties

Name Description
MaxX The x max coordinate.
MaxY The y max coordinate.
MinX The x min coordinate.
MinY The y min coordinate.

Methods

Name Description
Merge(Bbox) Merge the current Bbox with another one.

Documentation generated by MdDocs