Package de.latlon.ets.wms13.core.domain
Class WmsNamespaces
java.lang.Object
de.latlon.ets.wms13.core.domain.WmsNamespaces
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: wms: "http://www.opengis.net/wms" xlink: "http://www.w3.org/1999/xlink"
-
Field Details
-
WMS
OGC 06-042 (WMS 1.3)- See Also:
-
XLINK
W3C XLink- See Also:
-
GML
GML- See Also:
-
ESRI
ESRI- See Also:
-
SOAPWMS
ExtendedCapabilities Namespace used for SOAP binding- 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.
-