org.opengis.cite.wfs20.nsg.testsuite.NSGWFSConstants Maven / Gradle / Ivy
package org.opengis.cite.wfs20.nsg.testsuite;
/**
* @author Lyn Goltz
*/
public class NSGWFSConstants {
public static final String NSG_NAMESPACE = "http://www.opengis.net/nsg/2.0";
public static final String GML_OUTPUTFORMAT = "application/gml+xml; version=3.2";
}