Uses of Interface
net.opengis.swe.x101.TimePropertyType
-
Packages that use TimePropertyType Package Description net.opengis.swe.x101 net.opengis.swe.x101.impl -
-
Uses of TimePropertyType in net.opengis.swe.x101
Methods in net.opengis.swe.x101 that return TimePropertyType Modifier and Type Method Description TimePropertyTypePositionType. addNewTime()Appends and returns a new empty "time" elementTimePropertyTypePositionType. getTime()Gets the "time" elementstatic 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)Methods in net.opengis.swe.x101 with parameters of type TimePropertyType Modifier and Type Method Description voidPositionType. setTime(TimePropertyType time)Sets the "time" element -
Uses of TimePropertyType in net.opengis.swe.x101.impl
Classes in net.opengis.swe.x101.impl that implement TimePropertyType Modifier and Type Class Description classTimePropertyTypeImplAn XML TimePropertyType(@http://www.opengis.net/swe/1.0.1).Methods in net.opengis.swe.x101.impl that return TimePropertyType Modifier and Type Method Description TimePropertyTypePositionTypeImpl. addNewTime()Appends and returns a new empty "time" elementTimePropertyTypePositionTypeImpl. getTime()Gets the "time" elementMethods in net.opengis.swe.x101.impl with parameters of type TimePropertyType Modifier and Type Method Description voidPositionTypeImpl. setTime(TimePropertyType time)Sets the "time" element
-