| java.lang.Object | ||||
| ↳ | com.google.gdata.data.AbstractExtension | |||
| ↳ | com.google.gdata.data.ValueConstruct | |||
| ↳ | com.google.gdata.data.geo.impl.PointConstruct | |||
| ↳ | com.google.gdata.data.geo.impl.GeoRssPoint | |||
Extension for a Geo RSS georss:point element. It contains the getter/setter methods for specifying the longitude and latitude of a geo-coordinate. Please see the Geo RSS Simple document at simple georss for more information.
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String | NAME | ||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.gdata.data.geo.impl.PointConstruct
| |||||||||||
From class
com.google.gdata.data.ValueConstruct
| |||||||||||
From class
com.google.gdata.data.AbstractExtension
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Constructs an empty georss:point element.
| |||||||||||
Constructs a georss:point element with the given latitude and longitude.
| |||||||||||
Constructs a georss:point element by copying it from the given point.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns the suggested extension description with configurable
repeatability.
| |||||||||||
Returns the suggested extension description and is repeatable.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.gdata.data.geo.impl.PointConstruct
| |||||||||||
From class
com.google.gdata.data.ValueConstruct
| |||||||||||
From class
com.google.gdata.data.AbstractExtension
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
com.google.gdata.data.Extension
| |||||||||||
From interface
com.google.gdata.data.geo.Point
| |||||||||||
Constructs an empty georss:point element.
Constructs a georss:point element with the given latitude and longitude.
| lat | |
|---|---|
| lon |
Constructs a georss:point element by copying it from the given point. If the given point is null an empty point will be created.
| copyFrom |
|---|
Returns the suggested extension description with configurable repeatability.
| repeatable |
|---|
Returns the suggested extension description and is repeatable.