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