| Package | Description |
|---|---|
| com.google.gdata.data.geo | |
| com.google.gdata.data.geo.impl | |
| com.google.gdata.data.photos | |
| com.google.gdata.data.photos.impl |
| Modifier and Type | Method and Description |
|---|---|
Box |
BoxData.getGeoBoundingBox()
Gets the bounding box of this entity.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BoxData.setGeoBoundingBox(Box boundingBox)
Sets the bounding box for this entity based on a
Box extension. |
| Modifier and Type | Class and Description |
|---|---|
class |
GeoRssBox
A georss:box that contains 2 points, like:
|
class |
GeoRssWhere
The georss:where element.
|
class |
GmlEnvelope
A gml:Envelope element, this is used to describe a box using the gml version
of our geographic information language.
|
| Modifier and Type | Method and Description |
|---|---|
static Box |
BoxDataImpl.getBox(ExtensionPoint ext)
Helper method to retrieve the Box extension point.
|
Box |
BoxDataImpl.getGeoBoundingBox()
Gets the geo bounding box for this extension point.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
BoxDataImpl.setBox(ExtensionPoint ext,
Box box)
Sets the geo bounding box of the extension passed in.
|
void |
BoxDataImpl.setGeoBoundingBox(Box box)
Sets the geo bounding box to the given box.
|
| Constructor and Description |
|---|
GeoRssBox(Box box)
Constructs a georss:box element by copying the data from the given box.
|
GeoRssWhere(Box box)
Constructs a georss:where element containing the given box.
|
GmlEnvelope(Box box)
Constructs a gml:Envelope by copying from the given box.
|
| Modifier and Type | Method and Description |
|---|---|
Box |
PhotoFeed.getGeoBoundingBox() |
Box |
PhotoEntry.getGeoBoundingBox() |
Box |
AlbumFeed.getGeoBoundingBox() |
Box |
AlbumEntry.getGeoBoundingBox() |
| Modifier and Type | Method and Description |
|---|---|
void |
PhotoFeed.setGeoBoundingBox(Box boundingBox) |
void |
PhotoEntry.setGeoBoundingBox(Box boundingBox) |
void |
AlbumFeed.setGeoBoundingBox(Box boundingBox) |
void |
AlbumEntry.setGeoBoundingBox(Box boundingBox) |
| Modifier and Type | Method and Description |
|---|---|
Box |
PhotoDataImpl.getGeoBoundingBox() |
Box |
AlbumDataImpl.getGeoBoundingBox() |
| Modifier and Type | Method and Description |
|---|---|
void |
PhotoDataImpl.setGeoBoundingBox(Box boundingBox) |
void |
AlbumDataImpl.setGeoBoundingBox(Box boundingBox) |
Copyright © 2012. All Rights Reserved.