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