Esri Geoportal Server
1.0

com.esri.gpt.server.csw.provider.components
Class CswNamespaces

java.lang.Object
  extended by com.esri.gpt.server.csw.provider.components.CswNamespaces

public class CswNamespaces
extends Object

Defines CSW name spaces.


Field Summary
static String URI_CSW
          URI CSW - "http://www.opengis.net/cat/csw/2.0.2"
static String URI_DC
          URI DC - "http://purl.org/dc/elements/1.1/"
static String URI_dcmiBox
          URI dcmiBox - "http://dublincore.org/documents/2000/07/11/dcmi-box/"
static String URI_DCT
          URI DCT - "http://purl.org/dc/terms/"
static String URI_GML
          URI GML - "http://www.opengis.net/gml"
static String URI_INSPIRE_DS
          URI INSPIRE_DS - "http://inspire.europa.eu/networkservice/discovery"
static String URI_OGC
          URI OGC - "http://www.opengis.net/ogc"
static String URI_OWS
          URI OWS - "http://www.opengis.net/ows"
static String URI_SOAP
          URI SOAP - "http://www.w3.org/2001/12/soap-envelope"
static String URI_SOAP_2003_05
          URI_SOAP_2003_05 - "http://schemas.xmlsoap.org/soap/envelope/"
static String URI_SOAP_ENV
          URI SOAP_ENV - "http://schemas.xmlsoap.org/soap/envelope/"
static String URI_TCEXT
          URI TCEXT - "http://www.conterra.de/catalog/ext"
static String URI_XLINK
          URI XLINK - "http://www.w3.org/1999/xlink"
static String URI_XSD
          URI XSD - "http://www.w3.org/2001/XMLSchema"
 
Constructor Summary
CswNamespaces()
          Default constructor.
 
Method Summary
 NamespaceContext makeNamespaceContext()
          Makes a context for CSW name spaces.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

URI_CSW

public static final String URI_CSW
URI CSW - "http://www.opengis.net/cat/csw/2.0.2"

See Also:
Constant Field Values

URI_DC

public static final String URI_DC
URI DC - "http://purl.org/dc/elements/1.1/"

See Also:
Constant Field Values

URI_dcmiBox

public static final String URI_dcmiBox
URI dcmiBox - "http://dublincore.org/documents/2000/07/11/dcmi-box/"

See Also:
Constant Field Values

URI_DCT

public static final String URI_DCT
URI DCT - "http://purl.org/dc/terms/"

See Also:
Constant Field Values

URI_GML

public static final String URI_GML
URI GML - "http://www.opengis.net/gml"

See Also:
Constant Field Values

URI_INSPIRE_DS

public static final String URI_INSPIRE_DS
URI INSPIRE_DS - "http://inspire.europa.eu/networkservice/discovery"

See Also:
Constant Field Values

URI_OGC

public static final String URI_OGC
URI OGC - "http://www.opengis.net/ogc"

See Also:
Constant Field Values

URI_OWS

public static final String URI_OWS
URI OWS - "http://www.opengis.net/ows"

See Also:
Constant Field Values

URI_SOAP

public static final String URI_SOAP
URI SOAP - "http://www.w3.org/2001/12/soap-envelope"

See Also:
Constant Field Values

URI_SOAP_ENV

public static final String URI_SOAP_ENV
URI SOAP_ENV - "http://schemas.xmlsoap.org/soap/envelope/"

See Also:
Constant Field Values

URI_SOAP_2003_05

public static final String URI_SOAP_2003_05
URI_SOAP_2003_05 - "http://schemas.xmlsoap.org/soap/envelope/"

See Also:
Constant Field Values

URI_TCEXT

public static final String URI_TCEXT
URI TCEXT - "http://www.conterra.de/catalog/ext"

See Also:
Constant Field Values

URI_XLINK

public static final String URI_XLINK
URI XLINK - "http://www.w3.org/1999/xlink"

See Also:
Constant Field Values

URI_XSD

public static final String URI_XSD
URI XSD - "http://www.w3.org/2001/XMLSchema"

See Also:
Constant Field Values
Constructor Detail

CswNamespaces

public CswNamespaces()
Default constructor.

Method Detail

makeNamespaceContext

public NamespaceContext makeNamespaceContext()
Makes a context for CSW name spaces.

Returns:
the name space context

Esri Geoportal Server
1.0

Copyright 2011 Environmental Systems Research Institute. All rights reserved. Use is subject to license terms.