| com.google.gdata.data.geo.BoxData |
Known Indirect Subclasses
|
Data interface for all geo-tagged extension points that represent a bounding box around a geographical area. This allows various feeds and entries to easily include a Box extension without dealing with the underlying Box implementation.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Clears the bounding box and removes the extension point.
| |||||||||||
Gets the bounding box of this entity.
| |||||||||||
Sets the bounding box for this entity based on a
Box extension. | |||||||||||
Sets the bounding box based on two
Point objects. | |||||||||||
Clears the bounding box and removes the extension point.
Gets the bounding box of this entity.
Sets the bounding box for this entity based on a Box extension. If
there is an existing Box on this object, the new box will have its points
copied into the existing box rather than using the passed-in box.
| boundingBox | The box that bounds this entity. |
|---|
Sets the bounding box based on two Point objects. If there is an
existing Box on this object, the new points will be copied into the
existing box rather than creating a new box.
| lowerLeft | The lower left coordinate of the box. |
|---|---|
| upperRight | The upper right coordinate of the box. |