Uses of Interface
net.opengis.swe.x20.TimePropertyType
-
Packages that use TimePropertyType Package Description net.opengis.swe.x20 net.opengis.swe.x20.impl -
-
Uses of TimePropertyType in net.opengis.swe.x20
Methods in net.opengis.swe.x20 that return TimePropertyType Modifier and Type Method Description static TimePropertyTypeTimePropertyType.Factory. newInstance()static TimePropertyTypeTimePropertyType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static TimePropertyTypeTimePropertyType.Factory. parse(File file)static TimePropertyTypeTimePropertyType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static TimePropertyTypeTimePropertyType.Factory. parse(InputStream is)static TimePropertyTypeTimePropertyType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static TimePropertyTypeTimePropertyType.Factory. parse(Reader r)static TimePropertyTypeTimePropertyType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static TimePropertyTypeTimePropertyType.Factory. parse(String xmlAsString)static TimePropertyTypeTimePropertyType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static TimePropertyTypeTimePropertyType.Factory. parse(URL u)static TimePropertyTypeTimePropertyType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static TimePropertyTypeTimePropertyType.Factory. parse(XMLStreamReader sr)static TimePropertyTypeTimePropertyType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static TimePropertyTypeTimePropertyType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic TimePropertyTypeTimePropertyType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic TimePropertyTypeTimePropertyType.Factory. parse(Node node)static TimePropertyTypeTimePropertyType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options) -
Uses of TimePropertyType in net.opengis.swe.x20.impl
Classes in net.opengis.swe.x20.impl that implement TimePropertyType Modifier and Type Class Description classTimePropertyTypeImplAn XML TimePropertyType(@http://www.opengis.net/swe/2.0).
-