The quad class represents a quad tile within three dimensional coordinate space.
Compares this quad tile with another quad tile and determines whether or not they are equal.
boolean
Result of the equality test.
Generates the quad tile which is a given number of levels above this tile in the pyramid and in which this quad tile is contained.
Number of levels above this tile the generated tile should be.
The generated parent tile.
Gets the envelope in map units which encompasses this quad tile.
The encompassing envelope of this quad tile.
Gets the quad key for this quad tile as a string.
string
Quad key for this quad tile as a string.
Gets the z coordinate of this quad tile, or depth.
number
The z coordinate of this quad tile.
Gets the x coodinate of this quad tile.
number
The x coordinate of this quad tile.
Gets the y coordinate of this quad tile.
number
The y coordinate of this quad tile.
Gets the string representation of this quad tile as a quad key.
string
Quad key for this quad tile as a string.
Generates a new quad tile based on a given quad key.
The quad key from which to generate the quad tile.
The generated quad tile.