org.heigit.ohsome.ohsomeapi.controller.rawdata.ElementsGeometry Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ohsome-api Show documentation
Show all versions of ohsome-api Show documentation
A public Web-RESTful-API for "ohsome" OpenStreetMap history data.
package org.heigit.ohsome.ohsomeapi.controller.rawdata;
/** Enumeration defining the geometry of the OSM elements(RAW, BBOX, CENTROID). */
public enum ElementsGeometry {
RAW, BBOX, CENTROID
}