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