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