Uses of Interface
net.opengis.gml.TimeSliceDocument
-
Packages that use TimeSliceDocument Package Description net.opengis.gml net.opengis.gml.impl -
-
Uses of TimeSliceDocument in net.opengis.gml
Subinterfaces of TimeSliceDocument in net.opengis.gml Modifier and Type Interface Description interfaceMovingObjectStatusDocumentA document containing one MovingObjectStatus(@http://www.opengis.net/gml) element.Methods in net.opengis.gml that return TimeSliceDocument Modifier and Type Method Description static TimeSliceDocumentTimeSliceDocument.Factory. newInstance()static TimeSliceDocumentTimeSliceDocument.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static TimeSliceDocumentTimeSliceDocument.Factory. parse(File file)static TimeSliceDocumentTimeSliceDocument.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static TimeSliceDocumentTimeSliceDocument.Factory. parse(InputStream is)static TimeSliceDocumentTimeSliceDocument.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static TimeSliceDocumentTimeSliceDocument.Factory. parse(Reader r)static TimeSliceDocumentTimeSliceDocument.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static TimeSliceDocumentTimeSliceDocument.Factory. parse(String xmlAsString)static TimeSliceDocumentTimeSliceDocument.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static TimeSliceDocumentTimeSliceDocument.Factory. parse(URL u)static TimeSliceDocumentTimeSliceDocument.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static TimeSliceDocumentTimeSliceDocument.Factory. parse(XMLStreamReader sr)static TimeSliceDocumentTimeSliceDocument.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static TimeSliceDocumentTimeSliceDocument.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic TimeSliceDocumentTimeSliceDocument.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic TimeSliceDocumentTimeSliceDocument.Factory. parse(Node node)static TimeSliceDocumentTimeSliceDocument.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options) -
Uses of TimeSliceDocument in net.opengis.gml.impl
Classes in net.opengis.gml.impl that implement TimeSliceDocument Modifier and Type Class Description classMovingObjectStatusDocumentImplA document containing one MovingObjectStatus(@http://www.opengis.net/gml) element.classTimeSliceDocumentImplA document containing one _TimeSlice(@http://www.opengis.net/gml) element.
-