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