com.google.gdata.data.geo.impl package.@Deprecated public class GeoPt extends ExtensionPoint implements Extension
ExtensionPoint.CumulativeBlobHandler, ExtensionPoint.ExtensionHandlerAbstractExtension.AttributesHandler| Modifier and Type | Field and Description |
|---|---|
protected Float |
elev
Deprecated.
Elevation.
|
protected String |
label
Deprecated.
Label.
|
protected Float |
lat
Deprecated.
Latitude.
|
protected Float |
lon
Deprecated.
Longitude.
|
protected DateTime |
time
Deprecated.
Time.
|
xmlBloblocalName, namespace| Constructor and Description |
|---|
GeoPt()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
Float |
getElev()
Deprecated.
|
XmlParser.ElementHandler |
getHandler(ExtensionProfile extProfile,
String namespace,
String localName,
Attributes attrs)
Deprecated.
The default implementation uses the
AbstractExtension.AttributesHandler to handle
parsing the extension. |
String |
getLabel()
Deprecated.
|
Float |
getLat()
Deprecated.
|
Float |
getLon()
Deprecated.
|
DateTime |
getTime()
Deprecated.
|
void |
setElev(Float v)
Deprecated.
|
void |
setLabel(String v)
Deprecated.
|
void |
setLat(Float v)
Deprecated.
|
void |
setLon(Float v)
Deprecated.
|
void |
setTime(DateTime v)
Deprecated.
|
addExtension, addExtension, addRepeatingExtension, addRepeatingExtension, checkRequiredExtensions, createExtensionInstance, declareExtensions, generate, generateCumulativeXmlBlob, generateExtensions, generateStartElement, getExtension, getExtensionDescription, getExtensionHandler, getExtensions, getManifest, getRepeatingExtension, getRepeatingExtensions, getXmlBlob, hasExtension, hasRepeatingExtension, initializeArbitraryXml, parseCumulativeXmlBlob, removeExtension, removeExtension, removeRepeatingExtension, setExtension, setXmlBlob, visit, visitChild, visitChildrenconsumeAttributes, disableStrictValidation, enableStrictValidation, eq, generateAttributes, getExtensionLocalName, getExtensionNamespace, isImmutable, isStrictValidation, putAttributes, sameClassAs, setImmutable, throwExceptionForMissingAttribute, throwExceptionIfImmutable, validateprotected String label
protected Float lat
protected Float lon
protected Float elev
protected DateTime time
public String getLabel()
public void setLabel(String v)
public Float getLat()
public void setLat(Float v)
public Float getLon()
public void setLon(Float v)
public Float getElev()
public void setElev(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 IOException
Extensiongenerate in interface Extensiongenerate in class AbstractExtensionw - XML writerextProfile - extension profileIOExceptionpublic XmlParser.ElementHandler getHandler(ExtensionProfile extProfile, String namespace, String localName, Attributes attrs)
AbstractExtensionAbstractExtension.AttributesHandler to handle
parsing the extension.getHandler in interface ExtensiongetHandler in class ExtensionPointextProfile - extension profilenamespace - extension namespacelocalName - tag name, without the namespace prefixattrs - tag attributesCopyright © 2012. All Rights Reserved.