org.opengis.cite.owc
Class Namespaces

java.lang.Object
  extended by org.opengis.cite.owc.Namespaces

public class Namespaces
extends Object

XML namespace names.

See Also:
Namespaces in XML 1.0

Field Summary
static String GML
          ISO 19136 (GML 3.2)
static String OWS
          OGC 06-121r3 (OWS 1.1)
static String SOAP_ENV
          SOAP 1.2 message envelopes.
static String XLINK
          W3C XLink
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SOAP_ENV

public static final String SOAP_ENV
SOAP 1.2 message envelopes.

See Also:
Constant Field Values

XLINK

public static final String XLINK
W3C XLink

See Also:
Constant Field Values

OWS

public static final String OWS
OGC 06-121r3 (OWS 1.1)

See Also:
Constant Field Values

GML

public static final String GML
ISO 19136 (GML 3.2)

See Also:
Constant Field Values


Copyright © 2014. All Rights Reserved.