Uses of Interface
net.opengis.wcs.x11.OutputType
-
Packages that use OutputType Package Description net.opengis.wcs.x11 net.opengis.wcs.x11.impl -
-
Uses of OutputType in net.opengis.wcs.x11
Methods in net.opengis.wcs.x11 that return OutputType Modifier and Type Method Description OutputTypeGetCoverageDocument.GetCoverage. addNewOutput()Appends and returns a new empty "Output" elementOutputTypeGetCoverageDocument.GetCoverage. getOutput()Gets the "Output" elementstatic OutputTypeOutputType.Factory. newInstance()static OutputTypeOutputType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static OutputTypeOutputType.Factory. parse(File file)static OutputTypeOutputType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static OutputTypeOutputType.Factory. parse(InputStream is)static OutputTypeOutputType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static OutputTypeOutputType.Factory. parse(Reader r)static OutputTypeOutputType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static OutputTypeOutputType.Factory. parse(String xmlAsString)static OutputTypeOutputType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static OutputTypeOutputType.Factory. parse(URL u)static OutputTypeOutputType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static OutputTypeOutputType.Factory. parse(XMLStreamReader sr)static OutputTypeOutputType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static OutputTypeOutputType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic OutputTypeOutputType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic OutputTypeOutputType.Factory. parse(Node node)static OutputTypeOutputType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.wcs.x11 with parameters of type OutputType Modifier and Type Method Description voidGetCoverageDocument.GetCoverage. setOutput(OutputType output)Sets the "Output" element -
Uses of OutputType in net.opengis.wcs.x11.impl
Classes in net.opengis.wcs.x11.impl that implement OutputType Modifier and Type Class Description classOutputTypeImplAn XML OutputType(@http://www.opengis.net/wcs/1.1).Methods in net.opengis.wcs.x11.impl that return OutputType Modifier and Type Method Description OutputTypeGetCoverageDocumentImpl.GetCoverageImpl. addNewOutput()Appends and returns a new empty "Output" elementOutputTypeGetCoverageDocumentImpl.GetCoverageImpl. getOutput()Gets the "Output" elementMethods in net.opengis.wcs.x11.impl with parameters of type OutputType Modifier and Type Method Description voidGetCoverageDocumentImpl.GetCoverageImpl. setOutput(OutputType output)Sets the "Output" element
-