Beta
Beta
latBeta
lngStatic
Beta
validStatic
Beta
validBeta
Returns the surface area of the Rect.
Beta
Computes a covering of the Rect.
Beta
Centroid returns the true centroid of the given Rect multiplied by its surface area. The result is not unit length, so you may want to normalize it. Note that in general the centroid is not at the center of the rectangle, and in fact it may not even be contained by the rectangle. (It is the "center of mass" of the rectangle viewed as subset of the unit sphere, i.e. it is the point in space about which this curved shape would rotate.)
The reason for multiplying the result by the rectangle area is to make it easier to compute the centroid of more complicated shapes. The centroid of a union of disjoint regions can be computed simply by adding their Centroid results.
Beta
Reports whether this rectangle intersects the given cell. This is an exact test and may be fairly expensive.
Beta
Reports whether the rectangle is empty.
Beta
Reports whether the rectangle is full.
Beta
Reports whether the rectangle is a single point.
Beta
Returns true if the rectangle is valid.
Beta
Returns a string representation of an object.
Beta
Returns the i-th vertex of the rectangle (i = 0,1,2,3) in CCW order.
Static
bisector
Represents a closed latitude-longitude rectangle.
incomplete