| 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 |
|---|---|
Point |
PointData.getGeoLocation()
Gets the geo-location of the entity.
|
Point |
Box.getLowerLeft() |
Point |
Box.getUpperRight() |
| Modifier and Type | Method and Description |
|---|---|
void |
BoxData.setGeoBoundingBox(Point lowerLeft,
Point upperRight)
Sets the bounding box based on two
Point objects. |
void |
PointData.setGeoLocation(Point point)
Sets the geo-location of the entity based on the Point extension.
|
void |
Box.setGeoLocation(Point lowerLeft,
Point upperRight)
Sets the coordinates of this box.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GeoRssPoint
Extension for a Geo RSS georss:point element.
|
class |
GeoRssWhere
The georss:where element.
|
class |
GmlLowerCorner
Point that represents the lower corner of a gml:Envelope.
|
class |
GmlPoint
Extension for a GML gml:Point element.
|
class |
GmlPos
A GML Coordinate which is just a space-separated pair of lat/lon.
|
class |
GmlUpperCorner
Point that represents the upper corner of a gml:Envelope.
|
class |
PointConstruct
A basic point construct consists of a space-separated coordinate in geo
space.
|
class |
W3CPoint
Extension for a W3C geo:Point element.
|
| Modifier and Type | Method and Description |
|---|---|
Point |
PointDataImpl.getGeoLocation()
Gets the geo-location of the entity.
|
Point |
GeoRssBox.getLowerLeft()
Gets the lower left point.
|
static Point |
PointDataImpl.getPoint(ExtensionPoint ext)
Helper method to retrieve the Box extension point.
|
Point |
GeoRssBox.getUpperRight()
Gets the upper right point.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BoxDataImpl.setGeoBoundingBox(Point lowerLeft,
Point upperRight)
If there is an existing box this will set the new values on it.
|
void |
PointDataImpl.setGeoLocation(Point point)
Sets the geo-location of the entity based on the Point extension.
|
void |
GmlEnvelope.setGeoLocation(Point lowerLeft,
Point upperRight) |
void |
GeoRssWhere.setGeoLocation(Point lowerLeft,
Point upperRight) |
void |
GeoRssBox.setGeoLocation(Point lowerLeft,
Point upperRight) |
static void |
PointDataImpl.setPoint(ExtensionPoint ext,
Point point)
Sets the geo point of the extension passed in.
|
void |
GmlEnvelope.setUpperRight(Point upperRight) |
| Constructor and Description |
|---|
GeoRssBox(Point lowerLeft,
Point upperRight)
Constructs a georss:box element with the given bounding points.
|
GeoRssPoint(Point copyFrom)
Constructs a georss:point element by copying it from the given point.
|
GeoRssWhere(Point point)
Constructs a georss:where element containing the given point.
|
GeoRssWhere(Point lower,
Point upper)
Constructs a georss:where element containing the given gml:lowerCorner
and gml:upperCorner elements.
|
GmlEnvelope(Point lower,
Point upper)
Constructs a gml:Envelope with the given lower and upper values.
|
GmlLowerCorner(Point copyFrom)
Constructs a gml:lowerCorner element by copying the data from the
given point.
|
GmlPoint(Point point)
Constructs a gml:Point element using the given Point coordinates for the
nested gml:pos element.
|
GmlPos(Point copyFrom)
Constructs a gml:pos element by copying the lat/long values out of the
supplied point.
|
GmlUpperCorner(Point copyFrom)
Constructs a gml:upperCorner element by copying the data from the
given point.
|
PointConstruct(XmlNamespace namespace,
String name,
Point copyFrom)
Copy constructor to create a point from another point.
|
W3CPoint(Point copyFrom)
Constructs a geo:Point element copying the lat and lon values from the
given point.
|
| Modifier and Type | Method and Description |
|---|---|
Point |
PhotoFeed.getGeoLocation() |
Point |
PhotoEntry.getGeoLocation() |
Point |
AlbumFeed.getGeoLocation() |
Point |
AlbumEntry.getGeoLocation() |
| Modifier and Type | Method and Description |
|---|---|
void |
PhotoFeed.setGeoBoundingBox(Point lowerLeft,
Point upperRight) |
void |
PhotoEntry.setGeoBoundingBox(Point lowerLeft,
Point upperRight) |
void |
AlbumFeed.setGeoBoundingBox(Point lowerLeft,
Point upperRight) |
void |
AlbumEntry.setGeoBoundingBox(Point lowerLeft,
Point upperRight) |
void |
PhotoFeed.setGeoLocation(Point point) |
void |
PhotoEntry.setGeoLocation(Point point) |
void |
AlbumFeed.setGeoLocation(Point point) |
void |
AlbumEntry.setGeoLocation(Point point) |
| Modifier and Type | Method and Description |
|---|---|
Point |
PhotoDataImpl.getGeoLocation() |
Point |
AlbumDataImpl.getGeoLocation() |
| Modifier and Type | Method and Description |
|---|---|
void |
PhotoDataImpl.setGeoBoundingBox(Point lowerLeft,
Point upperRight) |
void |
AlbumDataImpl.setGeoBoundingBox(Point lowerLeft,
Point upperRight) |
void |
PhotoDataImpl.setGeoLocation(Point point) |
void |
AlbumDataImpl.setGeoLocation(Point point) |
Copyright © 2012. All Rights Reserved.