Class XmlTimestampFormat
java.lang.Object
org.openstreetmap.osmosis.core.domain.common.TimestampFormat
org.openstreetmap.osmosis.xml.common.XmlTimestampFormat
public class XmlTimestampFormat
extends org.openstreetmap.osmosis.core.domain.common.TimestampFormat
A timestamp format implementation for dates read and stored from osm xml
files.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionformatTimestamp(Date timestamp) parseTimestamp(String timestamp) Methods inherited from class org.openstreetmap.osmosis.core.domain.common.TimestampFormat
isEquivalent
-
Constructor Details
-
XmlTimestampFormat
public XmlTimestampFormat()Creates a new instance.
-
-
Method Details
-
formatTimestamp
- Specified by:
formatTimestampin classorg.openstreetmap.osmosis.core.domain.common.TimestampFormat
-
parseTimestamp
- Specified by:
parseTimestampin classorg.openstreetmap.osmosis.core.domain.common.TimestampFormat
-