| 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.GmlLowerCorner | |||
Point that represents the lower corner of a gml:Envelope.
| 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:lowerCorner element.
| |||||||||||
Constructs a gml:lowerCorner element with the given lat and lon.
| |||||||||||
Constructs a gml:lowerCorner element by copying the data 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 gml:lowerCorner element.
Constructs a gml:lowerCorner element with the given lat and lon.
| lat | |
|---|---|
| lon |
Constructs a gml:lowerCorner element by copying the data from the given point. If the given point is null an empy corner will be created.
| copyFrom |
|---|
Returns the suggested extension description with configurable repeatability.
| repeatable |
|---|
Returns the suggested extension description and is repeatable.