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