org.gcube.opensearch.opensearchlibrary
Class GeoConstants

java.lang.Object
  extended by org.gcube.opensearch.opensearchlibrary.GeoConstants

public class GeoConstants
extends Object


Field Summary
static String boxQname
          The qualified name for the box parameter of Geo OpenSearch extensions
static String encodedGeoExtensionsNS
          The namespace of OpenSearch Geo Extensions in URL-encoded form
static String GeoExtensionsNS
          The namespace of OpenSearch Geo Extensions
static String geometryQname
          The qualified name for the geometry parameter of Geo OpenSearch extensions
static String latQname
          The qualified name for the lat parameter of Geo OpenSearch extensions
static String locationStringQname
          The qualified name for the locationString parameter of Geo OpenSearch extensions
static String lonQname
          The qualified name for the lon parameter of Geo OpenSearch extensions
static String nameQname
          The qualified name for the name parameter of Geo OpenSearch extensions
static String polygonQname
          The qualified name for the polygon parameter of Geo OpenSearch extensions
static String radiusQname
          The qualified name for the radius parameter of Geo OpenSearch extensions
static String uidQname
          The qualified name for the uid parameter of Geo OpenSearch extensions
 
Constructor Summary
GeoConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GeoExtensionsNS

public static final String GeoExtensionsNS
The namespace of OpenSearch Geo Extensions

See Also:
Constant Field Values

encodedGeoExtensionsNS

public static final String encodedGeoExtensionsNS
The namespace of OpenSearch Geo Extensions in URL-encoded form


boxQname

public static final String boxQname
The qualified name for the box parameter of Geo OpenSearch extensions


polygonQname

public static final String polygonQname
The qualified name for the polygon parameter of Geo OpenSearch extensions


geometryQname

public static final String geometryQname
The qualified name for the geometry parameter of Geo OpenSearch extensions


locationStringQname

public static final String locationStringQname
The qualified name for the locationString parameter of Geo OpenSearch extensions


nameQname

public static final String nameQname
The qualified name for the name parameter of Geo OpenSearch extensions


uidQname

public static final String uidQname
The qualified name for the uid parameter of Geo OpenSearch extensions


latQname

public static final String latQname
The qualified name for the lat parameter of Geo OpenSearch extensions


lonQname

public static final String lonQname
The qualified name for the lon parameter of Geo OpenSearch extensions


radiusQname

public static final String radiusQname
The qualified name for the radius parameter of Geo OpenSearch extensions

Constructor Detail

GeoConstants

public GeoConstants()


Copyright © 2013. All Rights Reserved.