|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.gdata.data.AbstractExtension
com.google.gdata.data.ExtensionPoint
com.google.gdata.data.extensions.GeoPt
com.google.gdata.data.geo.impl
package.
@Deprecated public class GeoPt
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 |
---|
public GeoPt()
Method Detail |
---|
public java.lang.String getLabel()
public void setLabel(java.lang.String v)
public java.lang.Float getLat()
public void setLat(java.lang.Float v)
public java.lang.Float getLon()
public void setLon(java.lang.Float v)
public java.lang.Float getElev()
public void setElev(java.lang.Float v)
public DateTime getTime()
public void setTime(DateTime v)
public static ExtensionDescription getDefaultDescription(boolean repeatable)
public static ExtensionDescription getDefaultDescription()
public void generate(XmlWriter w, ExtensionProfile extProfile) throws java.io.IOException
Extension
generate
in interface Extension
generate
in class AbstractExtension
w
- XML writerextProfile
- extension profile
java.io.IOException
public XmlParser.ElementHandler getHandler(ExtensionProfile extProfile, java.lang.String namespace, java.lang.String localName, org.xml.sax.Attributes attrs)
AbstractExtension
AttributesHandler
to handle
parsing the extension.
getHandler
in interface Extension
getHandler
in class ExtensionPoint
extProfile
- extension profilenamespace
- extension namespacelocalName
- tag name, without the namespace prefixattrs
- tag attributes
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |