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