Uses of Interface
net.opengis.wcs.x11.DomainSubsetType
-
Packages that use DomainSubsetType Package Description net.opengis.wcs.x11 net.opengis.wcs.x11.impl -
-
Uses of DomainSubsetType in net.opengis.wcs.x11
Methods in net.opengis.wcs.x11 that return DomainSubsetType Modifier and Type Method Description DomainSubsetTypeGetCoverageDocument.GetCoverage. addNewDomainSubset()Appends and returns a new empty "DomainSubset" elementDomainSubsetTypeGetCoverageDocument.GetCoverage. getDomainSubset()Gets the "DomainSubset" elementstatic DomainSubsetTypeDomainSubsetType.Factory. newInstance()static DomainSubsetTypeDomainSubsetType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static DomainSubsetTypeDomainSubsetType.Factory. parse(File file)static DomainSubsetTypeDomainSubsetType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static DomainSubsetTypeDomainSubsetType.Factory. parse(InputStream is)static DomainSubsetTypeDomainSubsetType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static DomainSubsetTypeDomainSubsetType.Factory. parse(Reader r)static DomainSubsetTypeDomainSubsetType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static DomainSubsetTypeDomainSubsetType.Factory. parse(String xmlAsString)static DomainSubsetTypeDomainSubsetType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static DomainSubsetTypeDomainSubsetType.Factory. parse(URL u)static DomainSubsetTypeDomainSubsetType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static DomainSubsetTypeDomainSubsetType.Factory. parse(XMLStreamReader sr)static DomainSubsetTypeDomainSubsetType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static DomainSubsetTypeDomainSubsetType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic DomainSubsetTypeDomainSubsetType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic DomainSubsetTypeDomainSubsetType.Factory. parse(Node node)static DomainSubsetTypeDomainSubsetType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.wcs.x11 with parameters of type DomainSubsetType Modifier and Type Method Description voidGetCoverageDocument.GetCoverage. setDomainSubset(DomainSubsetType domainSubset)Sets the "DomainSubset" element -
Uses of DomainSubsetType in net.opengis.wcs.x11.impl
Classes in net.opengis.wcs.x11.impl that implement DomainSubsetType Modifier and Type Class Description classDomainSubsetTypeImplAn XML DomainSubsetType(@http://www.opengis.net/wcs/1.1).Methods in net.opengis.wcs.x11.impl that return DomainSubsetType Modifier and Type Method Description DomainSubsetTypeGetCoverageDocumentImpl.GetCoverageImpl. addNewDomainSubset()Appends and returns a new empty "DomainSubset" elementDomainSubsetTypeGetCoverageDocumentImpl.GetCoverageImpl. getDomainSubset()Gets the "DomainSubset" elementMethods in net.opengis.wcs.x11.impl with parameters of type DomainSubsetType Modifier and Type Method Description voidGetCoverageDocumentImpl.GetCoverageImpl. setDomainSubset(DomainSubsetType domainSubset)Sets the "DomainSubset" element
-