Uses of Interface
net.opengis.wcs.x11.TimeDurationType
-
Packages that use TimeDurationType Package Description net.opengis.wcs.x11 net.opengis.wcs.x11.impl -
-
Uses of TimeDurationType in net.opengis.wcs.x11
Methods in net.opengis.wcs.x11 that return TimeDurationType Modifier and Type Method Description static TimeDurationTypeTimeDurationType.Factory. newInstance()static TimeDurationTypeTimeDurationType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static TimeDurationTypeTimeDurationType.Factory. newValue(Object obj)static TimeDurationTypeTimeDurationType.Factory. parse(File file)static TimeDurationTypeTimeDurationType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static TimeDurationTypeTimeDurationType.Factory. parse(InputStream is)static TimeDurationTypeTimeDurationType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static TimeDurationTypeTimeDurationType.Factory. parse(Reader r)static TimeDurationTypeTimeDurationType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static TimeDurationTypeTimeDurationType.Factory. parse(String xmlAsString)static TimeDurationTypeTimeDurationType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static TimeDurationTypeTimeDurationType.Factory. parse(URL u)static TimeDurationTypeTimeDurationType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static TimeDurationTypeTimeDurationType.Factory. parse(XMLStreamReader sr)static TimeDurationTypeTimeDurationType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static TimeDurationTypeTimeDurationType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic TimeDurationTypeTimeDurationType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic TimeDurationTypeTimeDurationType.Factory. parse(Node node)static TimeDurationTypeTimeDurationType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)TimeDurationTypeTimePeriodType. xgetTimeResolution()Gets (as xml) the "TimeResolution" elementMethods in net.opengis.wcs.x11 with parameters of type TimeDurationType Modifier and Type Method Description voidTimePeriodType. xsetTimeResolution(TimeDurationType timeResolution)Sets (as xml) the "TimeResolution" element -
Uses of TimeDurationType in net.opengis.wcs.x11.impl
Classes in net.opengis.wcs.x11.impl that implement TimeDurationType Modifier and Type Class Description classTimeDurationTypeImplAn XML TimeDurationType(@http://www.opengis.net/wcs/1.1).Methods in net.opengis.wcs.x11.impl that return TimeDurationType Modifier and Type Method Description TimeDurationTypeTimePeriodTypeImpl. xgetTimeResolution()Gets (as xml) the "TimeResolution" elementMethods in net.opengis.wcs.x11.impl with parameters of type TimeDurationType Modifier and Type Method Description voidTimePeriodTypeImpl. xsetTimeResolution(TimeDurationType timeResolution)Sets (as xml) the "TimeResolution" element
-