public final class

GeoRssPoint

extends PointConstruct
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

Class Overview

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.

Summary

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
GeoRssPoint()
Constructs an empty georss:point element.
GeoRssPoint(Double lat, Double lon)
Constructs a georss:point element with the given latitude and longitude.
GeoRssPoint(Point copyFrom)
Constructs a georss:point element by copying it from the given point.
Public Methods
static ExtensionDescription getDefaultDescription(boolean repeatable)
Returns the suggested extension description with configurable repeatability.
static ExtensionDescription getDefaultDescription()
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

Constants

static final String NAME

Constant Value: "point"

Public Constructors

public GeoRssPoint ()

Constructs an empty georss:point element.

public GeoRssPoint (Double lat, Double lon)

Constructs a georss:point element with the given latitude and longitude.

Parameters
lat
lon

public GeoRssPoint (Point copyFrom)

Constructs a georss:point element by copying it from the given point. If the given point is null an empty point will be created.

Parameters
copyFrom

Public Methods

public static ExtensionDescription getDefaultDescription (boolean repeatable)

Returns the suggested extension description with configurable repeatability.

Parameters
repeatable

public static ExtensionDescription getDefaultDescription ()

Returns the suggested extension description and is repeatable.