]> git.argeo.org Git - gpl/argeo-suite.git/blob - org.argeo.app.geo/src/org/argeo/app/geo/http/WfsUtils.java
Releasing
[gpl/argeo-suite.git] / org.argeo.app.geo / src / org / argeo / app / geo / http / WfsUtils.java
1 package org.argeo.app.geo.http;
2
3 import javax.xml.namespace.NamespaceContext;
4
5 /** Utilities around the WFS specifications. */
6 public class WfsUtils {
7
8 public static NamespaceContext parseNamespacesKvpParameter() {
9 // TODO deal with multiple namespaces
10 return null;
11 }
12
13 /** singleton */
14 private WfsUtils() {
15 }
16 }