public class

GmlLowerCorner

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.GmlLowerCorner

Class Overview

Point that represents the lower corner of a gml:Envelope.

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
GmlLowerCorner()
Constructs an empty gml:lowerCorner element.
GmlLowerCorner(Double lat, Double lon)
Constructs a gml:lowerCorner element with the given lat and lon.
GmlLowerCorner(Point copyFrom)
Constructs a gml:lowerCorner element by copying the data 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: "lowerCorner"

Public Constructors

public GmlLowerCorner ()

Constructs an empty gml:lowerCorner element.

public GmlLowerCorner (Double lat, Double lon)

Constructs a gml:lowerCorner element with the given lat and lon.

Parameters
lat
lon

public GmlLowerCorner (Point copyFrom)

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.

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.