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