Uses of Interface
net.opengis.ows.x11.AcceptFormatsType
-
Packages that use AcceptFormatsType Package Description net.opengis.ows.x11 net.opengis.ows.x11.impl -
-
Uses of AcceptFormatsType in net.opengis.ows.x11
Methods in net.opengis.ows.x11 that return AcceptFormatsType Modifier and Type Method Description AcceptFormatsTypeGetCapabilitiesType. addNewAcceptFormats()Appends and returns a new empty "AcceptFormats" elementAcceptFormatsTypeGetCapabilitiesType. getAcceptFormats()Gets the "AcceptFormats" elementstatic AcceptFormatsTypeAcceptFormatsType.Factory. newInstance()static AcceptFormatsTypeAcceptFormatsType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static AcceptFormatsTypeAcceptFormatsType.Factory. parse(File file)static AcceptFormatsTypeAcceptFormatsType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static AcceptFormatsTypeAcceptFormatsType.Factory. parse(InputStream is)static AcceptFormatsTypeAcceptFormatsType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static AcceptFormatsTypeAcceptFormatsType.Factory. parse(Reader r)static AcceptFormatsTypeAcceptFormatsType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static AcceptFormatsTypeAcceptFormatsType.Factory. parse(String xmlAsString)static AcceptFormatsTypeAcceptFormatsType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static AcceptFormatsTypeAcceptFormatsType.Factory. parse(URL u)static AcceptFormatsTypeAcceptFormatsType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static AcceptFormatsTypeAcceptFormatsType.Factory. parse(XMLStreamReader sr)static AcceptFormatsTypeAcceptFormatsType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static AcceptFormatsTypeAcceptFormatsType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic AcceptFormatsTypeAcceptFormatsType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic AcceptFormatsTypeAcceptFormatsType.Factory. parse(Node node)static AcceptFormatsTypeAcceptFormatsType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.ows.x11 with parameters of type AcceptFormatsType Modifier and Type Method Description voidGetCapabilitiesType. setAcceptFormats(AcceptFormatsType acceptFormats)Sets the "AcceptFormats" element -
Uses of AcceptFormatsType in net.opengis.ows.x11.impl
Classes in net.opengis.ows.x11.impl that implement AcceptFormatsType Modifier and Type Class Description classAcceptFormatsTypeImplAn XML AcceptFormatsType(@http://www.opengis.net/ows/1.1).Methods in net.opengis.ows.x11.impl that return AcceptFormatsType Modifier and Type Method Description AcceptFormatsTypeGetCapabilitiesTypeImpl. addNewAcceptFormats()Appends and returns a new empty "AcceptFormats" elementAcceptFormatsTypeGetCapabilitiesTypeImpl. getAcceptFormats()Gets the "AcceptFormats" elementMethods in net.opengis.ows.x11.impl with parameters of type AcceptFormatsType Modifier and Type Method Description voidGetCapabilitiesTypeImpl. setAcceptFormats(AcceptFormatsType acceptFormats)Sets the "AcceptFormats" element
-