org.opengis.cite.ogcapiprocesses10.OgcApiProcesses10 Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ets-ogcapi-processes10 Show documentation
Show all versions of ets-ogcapi-processes10 Show documentation
Describe purpose of test suite.
package org.opengis.cite.ogcapiprocesses10;
/**
* Contains various constants pertaining to WFS 3.0 specification and related standards.
*
* @author Lyn Goltz
*/
public class OgcApiProcesses10 {
private OgcApiProcesses10() {
}
/**
* Constant
* OPEN_API_MIME_TYPE="application/vnd.oai.openapi+json;versio"{trunked}
*/
public static final String OPEN_API_MIME_TYPE = "application/vnd.oai.openapi+json;version=3.0";
/** Constant GEOJSON_MIME_TYPE="application/geo+json"
*/
public static final String GEOJSON_MIME_TYPE = "application/geo+json";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy