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