mindee-api-dotnet

Bbox Class

Namespace: Mindee.Geometry
Assembly: Mindee
Assembly Version: 3.13.0+eab8cb726dfe6c5eac4fe379821ed5e1a7a970c3

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