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