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