public class

GmlUpperCorner

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

Class Overview

Point that represents the upper 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
GmlUpperCorner()
Constructs an empty gml:upperCorner element.
GmlUpperCorner(Double lat, Double lon)
Constructs a gml:upperCorner element with the given lat and lon.
GmlUpperCorner(Point copyFrom)
Constructs a gml:upperCorner 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: "upperCorner"

Public Constructors

public GmlUpperCorner ()

Constructs an empty gml:upperCorner element.

public GmlUpperCorner (Double lat, Double lon)

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

Parameters
lat
lon

public GmlUpperCorner (Point copyFrom)

Constructs a gml:upperCorner element by copying the data from the given point. If the given point is null an empty point 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.