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