|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.gdata.data.AbstractExtension
com.google.gdata.data.ValueConstruct
com.google.gdata.data.geo.impl.PointConstruct
com.google.gdata.data.geo.impl.GeoRssPoint
public final class 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.
Constructor Summary | |
---|---|
GeoRssPoint()
Constructs an empty georss:point element. |
|
GeoRssPoint(java.lang.Double lat,
java.lang.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. |
Method Summary | |
---|---|
static ExtensionDescription |
getDefaultDescription()
Returns the suggested extension description and is repeatable. |
static ExtensionDescription |
getDefaultDescription(boolean repeatable)
Returns the suggested extension description with configurable repeatability. |
Methods inherited from class com.google.gdata.data.geo.impl.PointConstruct |
---|
getLatitude, getLongitude, setGeoLocation, setValue, toString |
Methods inherited from class com.google.gdata.data.ValueConstruct |
---|
equals, generate, getHandler, getValue, hashCode, hasValue, isRequired, putAttributes |
Methods inherited from class com.google.gdata.data.AbstractExtension |
---|
disableStrictValidation, enableStrictValidation, getExtensionLocalName, getExtensionNamespace, isImmutable, isStrictValidation, setImmutable |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.google.gdata.data.Extension |
---|
generate, getHandler |
Constructor Detail |
---|
public GeoRssPoint()
public GeoRssPoint(java.lang.Double lat, java.lang.Double lon)
public GeoRssPoint(Point copyFrom)
Method Detail |
---|
public static ExtensionDescription getDefaultDescription(boolean repeatable)
public static ExtensionDescription getDefaultDescription()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |