com.google.gdata.data.geo.impl
Class GmlLowerCorner

java.lang.Object
  extended by com.google.gdata.data.AbstractExtension
      extended by com.google.gdata.data.ValueConstruct
          extended by com.google.gdata.data.geo.impl.PointConstruct
              extended by com.google.gdata.data.geo.impl.GmlLowerCorner
All Implemented Interfaces:
Extension, Point

public class GmlLowerCorner
extends PointConstruct

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


Constructor Summary
GmlLowerCorner()
          Constructs an empty gml:lowerCorner element.
GmlLowerCorner(java.lang.Double lat, java.lang.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.
 
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

GmlLowerCorner

public GmlLowerCorner()
Constructs an empty gml:lowerCorner element.


GmlLowerCorner

public GmlLowerCorner(java.lang.Double lat,
                      java.lang.Double lon)
Constructs a gml:lowerCorner element with the given lat and lon.


GmlLowerCorner

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.

Method Detail

getDefaultDescription

public static ExtensionDescription getDefaultDescription(boolean repeatable)
Returns the suggested extension description with configurable repeatability.


getDefaultDescription

public static ExtensionDescription getDefaultDescription()
Returns the suggested extension description and is repeatable.