Uses of Interface
net.opengis.ows.x11.SectionsType
-
Packages that use SectionsType Package Description net.opengis.ows.x11 net.opengis.ows.x11.impl -
-
Uses of SectionsType in net.opengis.ows.x11
Methods in net.opengis.ows.x11 that return SectionsType Modifier and Type Method Description SectionsTypeGetCapabilitiesType. addNewSections()Appends and returns a new empty "Sections" elementSectionsTypeGetCapabilitiesType. getSections()Gets the "Sections" elementstatic SectionsTypeSectionsType.Factory. newInstance()static SectionsTypeSectionsType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static SectionsTypeSectionsType.Factory. parse(File file)static SectionsTypeSectionsType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static SectionsTypeSectionsType.Factory. parse(InputStream is)static SectionsTypeSectionsType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static SectionsTypeSectionsType.Factory. parse(Reader r)static SectionsTypeSectionsType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static SectionsTypeSectionsType.Factory. parse(String xmlAsString)static SectionsTypeSectionsType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static SectionsTypeSectionsType.Factory. parse(URL u)static SectionsTypeSectionsType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static SectionsTypeSectionsType.Factory. parse(XMLStreamReader sr)static SectionsTypeSectionsType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static SectionsTypeSectionsType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic SectionsTypeSectionsType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic SectionsTypeSectionsType.Factory. parse(Node node)static SectionsTypeSectionsType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.ows.x11 with parameters of type SectionsType Modifier and Type Method Description voidGetCapabilitiesType. setSections(SectionsType sections)Sets the "Sections" element -
Uses of SectionsType in net.opengis.ows.x11.impl
Classes in net.opengis.ows.x11.impl that implement SectionsType Modifier and Type Class Description classSectionsTypeImplAn XML SectionsType(@http://www.opengis.net/ows/1.1).Methods in net.opengis.ows.x11.impl that return SectionsType Modifier and Type Method Description SectionsTypeGetCapabilitiesTypeImpl. addNewSections()Appends and returns a new empty "Sections" elementSectionsTypeGetCapabilitiesTypeImpl. getSections()Gets the "Sections" elementMethods in net.opengis.ows.x11.impl with parameters of type SectionsType Modifier and Type Method Description voidGetCapabilitiesTypeImpl. setSections(SectionsType sections)Sets the "Sections" element
-