Uses of Interface
net.opengis.gml.SolidDocument
-
Packages that use SolidDocument Package Description net.opengis.gml net.opengis.gml.impl -
-
Uses of SolidDocument in net.opengis.gml
Subinterfaces of SolidDocument in net.opengis.gml Modifier and Type Interface Description interfaceCompositeSolidDocumentA document containing one CompositeSolid(@http://www.opengis.net/gml) element.interfaceSolidDocument2A document containing one Solid(@http://www.opengis.net/gml) element.Methods in net.opengis.gml that return SolidDocument Modifier and Type Method Description static SolidDocumentSolidDocument.Factory. newInstance()static SolidDocumentSolidDocument.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static SolidDocumentSolidDocument.Factory. parse(File file)static SolidDocumentSolidDocument.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static SolidDocumentSolidDocument.Factory. parse(InputStream is)static SolidDocumentSolidDocument.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static SolidDocumentSolidDocument.Factory. parse(Reader r)static SolidDocumentSolidDocument.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static SolidDocumentSolidDocument.Factory. parse(String xmlAsString)static SolidDocumentSolidDocument.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static SolidDocumentSolidDocument.Factory. parse(URL u)static SolidDocumentSolidDocument.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static SolidDocumentSolidDocument.Factory. parse(XMLStreamReader sr)static SolidDocumentSolidDocument.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static SolidDocumentSolidDocument.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic SolidDocumentSolidDocument.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic SolidDocumentSolidDocument.Factory. parse(Node node)static SolidDocumentSolidDocument.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options) -
Uses of SolidDocument in net.opengis.gml.impl
Classes in net.opengis.gml.impl that implement SolidDocument Modifier and Type Class Description classCompositeSolidDocumentImplA document containing one CompositeSolid(@http://www.opengis.net/gml) element.classSolidDocument2ImplA document containing one Solid(@http://www.opengis.net/gml) element.classSolidDocumentImplA document containing one _Solid(@http://www.opengis.net/gml) element.
-