All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.opengis.cite.ogcapitiles10.OgcApiTiles10 Maven / Gradle / Ivy

There is a newer version: 1.1
Show newest version
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