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