Uses of Class
org.n52.shetland.ogc.gml.time.Time.TimeFormat
-
Packages that use Time.TimeFormat Package Description org.n52.shetland.ogc.gml.time org.n52.shetland.util -
-
Uses of Time.TimeFormat in org.n52.shetland.ogc.gml.time
Fields in org.n52.shetland.ogc.gml.time with type parameters of type Time.TimeFormat Modifier and Type Field Description static Collection<Time.TimeFormat>Time.TimeFormat. SUPPORTED_FORMATSMethods in org.n52.shetland.ogc.gml.time that return Time.TimeFormat Modifier and Type Method Description Time.TimeFormatTime. getTimeFormat()Get time formatTime.TimeFormatTimePosition. getTimeFormat()Get time position time formatstatic Time.TimeFormatTime.TimeFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static Time.TimeFormat[]Time.TimeFormat. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.n52.shetland.ogc.gml.time with parameters of type Time.TimeFormat Modifier and Type Method Description voidTime. setTimeFormat(Time.TimeFormat timeFormat)Set time formatConstructors in org.n52.shetland.ogc.gml.time with parameters of type Time.TimeFormat Constructor Description TimePosition(org.joda.time.DateTime time, Time.TimeFormat timeFormat)constructor -
Uses of Time.TimeFormat in org.n52.shetland.util
Methods in org.n52.shetland.util with parameters of type Time.TimeFormat Modifier and Type Method Description static StringDateTimeHelper. formatDateTime2String(org.joda.time.DateTime dateTime, Time.TimeFormat timeFormat)Get formatted string fromDateTimeas definedTime.TimeFormat
-