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