| 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.GmlPos | |||
A GML Coordinate which is just a space-separated pair of lat/lon. <gml:pos>45.256 -71.92</gml:pos>
| 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 gml:pos element.
| |||||||||||
Constructs a gml:pos element with the given latitude and longitude.
| |||||||||||
Constructs a gml:pos element by copying the lat/long values out of the
supplied 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 gml:pos element.
Constructs a gml:pos element with the given latitude and longitude.
| lat | |
|---|---|
| lon |
Constructs a gml:pos element by copying the lat/long values out of the supplied point. If the point is null then an empy gml:pos will be created.
| copyFrom |
|---|
Returns the suggested extension description with configurable repeatability.
| repeatable |
|---|
Returns the suggested extension description and is repeatable.