Uses of Interface
net.opengis.ows.x11.DescriptionType
-
Packages that use DescriptionType Package Description net.opengis.ows.x11 net.opengis.ows.x11.impl -
-
Uses of DescriptionType in net.opengis.ows.x11
Subinterfaces of DescriptionType in net.opengis.ows.x11 Modifier and Type Interface Description interfaceBasicIdentificationTypeAn XML BasicIdentificationType(@http://www.opengis.net/ows/1.1).interfaceDatasetDescriptionSummaryBaseTypeAn XML DatasetDescriptionSummaryBaseType(@http://www.opengis.net/ows/1.1).interfaceIdentificationTypeAn XML IdentificationType(@http://www.opengis.net/ows/1.1).interfaceManifestTypeAn XML ManifestType(@http://www.opengis.net/ows/1.1).interfaceReferenceGroupTypeAn XML ReferenceGroupType(@http://www.opengis.net/ows/1.1).static interfaceServiceIdentificationDocument.ServiceIdentificationAn XML ServiceIdentification(@http://www.opengis.net/ows/1.1).Methods in net.opengis.ows.x11 that return DescriptionType Modifier and Type Method Description static DescriptionTypeDescriptionType.Factory. newInstance()static DescriptionTypeDescriptionType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static DescriptionTypeDescriptionType.Factory. parse(File file)static DescriptionTypeDescriptionType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static DescriptionTypeDescriptionType.Factory. parse(InputStream is)static DescriptionTypeDescriptionType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static DescriptionTypeDescriptionType.Factory. parse(Reader r)static DescriptionTypeDescriptionType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static DescriptionTypeDescriptionType.Factory. parse(String xmlAsString)static DescriptionTypeDescriptionType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static DescriptionTypeDescriptionType.Factory. parse(URL u)static DescriptionTypeDescriptionType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static DescriptionTypeDescriptionType.Factory. parse(XMLStreamReader sr)static DescriptionTypeDescriptionType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static DescriptionTypeDescriptionType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic DescriptionTypeDescriptionType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic DescriptionTypeDescriptionType.Factory. parse(Node node)static DescriptionTypeDescriptionType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options) -
Uses of DescriptionType in net.opengis.ows.x11.impl
Classes in net.opengis.ows.x11.impl that implement DescriptionType Modifier and Type Class Description classBasicIdentificationTypeImplAn XML BasicIdentificationType(@http://www.opengis.net/ows/1.1).classDatasetDescriptionSummaryBaseTypeImplAn XML DatasetDescriptionSummaryBaseType(@http://www.opengis.net/ows/1.1).classDescriptionTypeImplAn XML DescriptionType(@http://www.opengis.net/ows/1.1).classIdentificationTypeImplAn XML IdentificationType(@http://www.opengis.net/ows/1.1).classManifestTypeImplAn XML ManifestType(@http://www.opengis.net/ows/1.1).classReferenceGroupTypeImplAn XML ReferenceGroupType(@http://www.opengis.net/ows/1.1).static classServiceIdentificationDocumentImpl.ServiceIdentificationImplAn XML ServiceIdentification(@http://www.opengis.net/ows/1.1).
-