Package de.latlon.ets.wfs20.core.domain
Class WfsNamespaces
java.lang.Object
de.latlon.ets.wfs20.core.domain.WfsNamespaces
XML namespace names.
- Author:
- Lyn Goltz
- See Also:
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic de.latlon.ets.core.util.NamespaceBindingsCreates a NamespaceBindings object that declares the following namespace bindings: wfs: "http://www.opengis.net/wfs/2.0" xlink: "http://www.w3.org/1999/xlink"
-
Field Details
-
WFS20
OGC 09-025r1 (WFS 2.0)- See Also:
-
OWS11
OGC 06-121r3 (OWS 1.1)- See Also:
-
XLINK
W3C XLink- See Also:
-
GML
GML- See Also:
-
-
Method Details
-
withStandardBindings
public static de.latlon.ets.core.util.NamespaceBindings withStandardBindings()Creates a NamespaceBindings object that declares the following namespace bindings:- Returns:
- A NamespaceBindings object.
-