org.h2gis.drivers.osm
Class OSMTags

java.lang.Object
  extended by org.h2gis.drivers.osm.OSMTags

public class OSMTags
extends Object

Commons elments used by the OSM format

Author:
Erwan Bocher

Field Summary
static String CHANGE_SET
           
static int NODEFIELDCOUNT
           
static String TIMESTAMP
           
static String UID
           
static String USER
           
static String VERSION
           
static String VISIBLE
           
static int WAYFIELDCOUNT
           
 
Constructor Summary
OSMTags()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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
Constructor Detail

OSMTags

public OSMTags()


Copyright © 2015 IRSTV CNRS-FR-2488. All Rights Reserved.