public class OSMReaderUtility extends Object
Constructor and Description |
---|
OSMReaderUtility() |
Modifier and Type | Method and Description |
---|---|
static long |
parseDuration(String str)
Parser according to http://wiki.openstreetmap.org/wiki/Key:duration The value consists of a
string ala 'hh:mm', format for hours and minutes 'mm', 'hh:mm' or 'hh:mm:ss', or
alternatively ISO_8601 duration
|
public static long parseDuration(String str) throws IllegalArgumentException
IllegalArgumentException
Copyright © 2012–2022. All rights reserved.