com.google.gdata.data.extensions
Class GeoPt

java.lang.Object
  extended by com.google.gdata.data.AbstractExtension
      extended by com.google.gdata.data.ExtensionPoint
          extended by com.google.gdata.data.extensions.GeoPt
All Implemented Interfaces:
Extension

Deprecated. Use com.google.gdata.data.geo.impl package.

@Deprecated
public class GeoPt
extends ExtensionPoint
implements Extension

GData schema extension describing a geographic location.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.google.gdata.data.ExtensionPoint
ExtensionPoint.CumulativeBlobHandler, ExtensionPoint.ExtensionHandler
 
Constructor Summary
GeoPt()
          Deprecated.  
 
Method Summary
 void generate(XmlWriter w, ExtensionProfile extProfile)
          Deprecated. Generates an XML representation for the extension.
static ExtensionDescription getDefaultDescription()
          Deprecated. Returns the suggested extension description and is repeatable.
static ExtensionDescription getDefaultDescription(boolean repeatable)
          Deprecated. Returns the suggested extension description with configurable repeatability.
 java.lang.Float getElev()
          Deprecated.  
 XmlParser.ElementHandler getHandler(ExtensionProfile extProfile, java.lang.String namespace, java.lang.String localName, org.xml.sax.Attributes attrs)
          Deprecated. The default implementation uses the AttributesHandler to handle parsing the extension.
 java.lang.String getLabel()
          Deprecated.  
 java.lang.Float getLat()
          Deprecated.  
 java.lang.Float getLon()
          Deprecated.  
 DateTime getTime()
          Deprecated.  
 void setElev(java.lang.Float v)
          Deprecated.  
 void setLabel(java.lang.String v)
          Deprecated.  
 void setLat(java.lang.Float v)
          Deprecated.  
 void setLon(java.lang.Float v)
          Deprecated.  
 void setTime(DateTime v)
          Deprecated.  
 
Methods inherited from class com.google.gdata.data.ExtensionPoint
addExtension, addRepeatingExtension, declareExtensions, generateCumulativeXmlBlob, getExtension, getExtensions, getRepeatingExtension, getRepeatingExtensions, getXmlBlob, hasExtension, hasRepeatingExtension, parseCumulativeXmlBlob, removeExtension, removeExtension, removeRepeatingExtension, setExtension, setXmlBlob, visit
 
Methods inherited from class com.google.gdata.data.AbstractExtension
disableStrictValidation, enableStrictValidation, getExtensionLocalName, getExtensionNamespace, isImmutable, isStrictValidation, setImmutable
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GeoPt

public GeoPt()
Deprecated. 
Method Detail

getLabel

public java.lang.String getLabel()
Deprecated. 

setLabel

public void setLabel(java.lang.String v)
Deprecated. 

getLat

public java.lang.Float getLat()
Deprecated. 

setLat

public void setLat(java.lang.Float v)
Deprecated. 

getLon

public java.lang.Float getLon()
Deprecated. 

setLon

public void setLon(java.lang.Float v)
Deprecated. 

getElev

public java.lang.Float getElev()
Deprecated. 

setElev

public void setElev(java.lang.Float v)
Deprecated. 

getTime

public DateTime getTime()
Deprecated. 

setTime

public void setTime(DateTime v)
Deprecated. 

getDefaultDescription

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


getDefaultDescription

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


generate

public void generate(XmlWriter w,
                     ExtensionProfile extProfile)
              throws java.io.IOException
Deprecated. 
Description copied from interface: Extension
Generates an XML representation for the extension.

Specified by:
generate in interface Extension
Overrides:
generate in class AbstractExtension
Parameters:
w - XML writer
extProfile - extension profile
Throws:
java.io.IOException

getHandler

public XmlParser.ElementHandler getHandler(ExtensionProfile extProfile,
                                           java.lang.String namespace,
                                           java.lang.String localName,
                                           org.xml.sax.Attributes attrs)
Deprecated. 
Description copied from class: AbstractExtension
The default implementation uses the AttributesHandler to handle parsing the extension.

Specified by:
getHandler in interface Extension
Overrides:
getHandler in class ExtensionPoint
Parameters:
extProfile - extension profile
namespace - extension namespace
localName - tag name, without the namespace prefix
attrs - tag attributes
Returns:
an element handler