@Deprecated public class TimeParser extends Object
time
parameter of the request. The date, time and period are expected to be
formatted according ISO-8601 standard.Constructor and Description |
---|
TimeParser()
Deprecated.
Creates the parser
|
Modifier and Type | Method and Description |
---|---|
List<Date> |
parse(String value)
Deprecated.
Parses the date given in parameter.
|
public List<Date> parse(String value) throws ParseException
value
string.value
- The date, time and period to parse.value
string is null or empty.ParseException
- if the string can not be parsed.Copyright © 1996–2022 Geotools. All rights reserved.