Rectangle Geographic Area
Rectangle geographic area. This interface represents a geographical area on the surface on WGS 84 Ellipsoid.
Constructors
Constructs a RectangleGeographicArea object with minimum and maximum latitudes and longitudes.
Constructs a RectangleGeographicArea object from top-left and bottom-right coordinates.
Constructs a RectangleGeographicArea object from center coordinates and horizontal/vertical radii.
Properties
Coordinates for the bottom-right point.
Bounding box. This is the smallest rectangle that can be drawn around the area such that it surrounds this geographic area completely. If the area is bigger than what is allowed in the WGS 84 coordinate system, the rectangle is truncated to valid WGS 84 coordinate values. The RectangleGeographicArea is always aligned with parallels and meridians.
Center of the geographic area.
Coordinates for the top-left point.
Type of the geographic area.
Functions
Check if contains the given rectangle geographic area
Check if the provided point is contained by the geographic area.
Convert to area of the given type
Check if two geographic areas are equal.
Check if intersects with the given rectangle geographic area
True if keeps a reference to a C++ SDK object False if keeps a C++ SDK object
Create a new area as the result of intersection with the given rectangle geographic area
Create a new area as the result of union with the given rectangle geographic area
Set the current object as the intersection with the given rectangle geographic area
Set the current object as the union with the given rectangle geographic area