|
|||||||||
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.GmlPos
public class GmlPos
A GML Coordinate which is just a space-separated pair of lat/lon. <gml:pos>45.256 -71.92</gml:pos>
Constructor Summary | |
---|---|
GmlPos()
Constructs an empty gml:pos element. |
|
GmlPos(java.lang.Double lat,
java.lang.Double lon)
Constructs a gml:pos element with the given latitude and longitude. |
|
GmlPos(Point copyFrom)
Constructs a gml:pos element by copying the lat/long values out of the supplied 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 GmlPos()
public GmlPos(java.lang.Double lat, java.lang.Double lon)
public GmlPos(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 |