public class

Namespaces

extends Object
java.lang.Object
   ↳ com.google.gdata.data.geo.Namespaces

Class Overview

Geo namespaces for the various schemas available to geo-information.

Summary

Constants
String GEO_RSS Namespace for the Geo RSS proposal for encoding geo information.
String GEO_RSS_ALIAS
String GML Namespace for the GML Geography markup language.
String GML_ALIAS
String W3C_GEO Namespace for W3C's proposal for specifying geo-information.
String W3C_GEO_ALIAS
Fields
public static final XmlNamespace GEO_RSS_NAMESPACE
public static final XmlNamespace GML_NAMESPACE
public static final XmlNamespace W3C_GEO_NAMESPACE
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String GEO_RSS

Namespace for the Geo RSS proposal for encoding geo information. Please see http://www.georss.org/ for more information.

Constant Value: "http://www.georss.org/georss"

public static final String GEO_RSS_ALIAS

Constant Value: "georss"

public static final String GML

Namespace for the GML Geography markup language. Please see the document http://georss.org/gml.html for more information on the georss-supported version of GML.

Constant Value: "http://www.opengis.net/gml"

public static final String GML_ALIAS

Constant Value: "gml"

public static final String W3C_GEO

Namespace for W3C's proposal for specifying geo-information. Please see the W3C document http://www.w3.org/2003/01/geo for more information.

Constant Value: "http://www.w3.org/2003/01/geo/wgs84_pos#"

public static final String W3C_GEO_ALIAS

Constant Value: "geo"

Fields

public static final XmlNamespace GEO_RSS_NAMESPACE

public static final XmlNamespace GML_NAMESPACE

public static final XmlNamespace W3C_GEO_NAMESPACE