Package org.h2gis.functions.io.osm
Class OSMTags
- java.lang.Object
-
- org.h2gis.functions.io.osm.OSMTags
-
public class OSMTags extends Object
Commons elments used by the OSM format- Author:
- Erwan Bocher
-
-
Field Summary
Fields Modifier and Type Field Description static StringCHANGE_SETstatic intNODEFIELDCOUNTstatic StringTIMESTAMPstatic StringUIDstatic StringUSERstatic StringVERSIONstatic StringVISIBLEstatic intWAYFIELDCOUNT
-
Constructor Summary
Constructors Constructor Description OSMTags()
-
-
-
Field Detail
-
USER
public static String USER
-
UID
public static String UID
-
VISIBLE
public static String VISIBLE
-
VERSION
public static String VERSION
-
CHANGE_SET
public static String CHANGE_SET
-
TIMESTAMP
public static String TIMESTAMP
-
NODEFIELDCOUNT
public static final int NODEFIELDCOUNT
- See Also:
- Constant Field Values
-
WAYFIELDCOUNT
public static final int WAYFIELDCOUNT
- See Also:
- Constant Field Values
-
-