Uses of Interface
net.opengis.ows.x11.MimeType
-
Packages that use MimeType Package Description net.opengis.ows.x11 net.opengis.ows.x11.impl -
-
Uses of MimeType in net.opengis.ows.x11
Methods in net.opengis.ows.x11 that return MimeType Modifier and Type Method Description MimeTypeAcceptFormatsType. addNewOutputFormat()Appends and returns a new empty value (as xml) as the last "OutputFormat" elementMimeTypeIdentificationType. addNewOutputFormat()Appends and returns a new empty value (as xml) as the last "OutputFormat" elementMimeTypeAcceptFormatsType. insertNewOutputFormat(int i)Inserts and returns a new empty value (as xml) as the ith "OutputFormat" elementMimeTypeIdentificationType. insertNewOutputFormat(int i)Inserts and returns a new empty value (as xml) as the ith "OutputFormat" elementstatic MimeTypeMimeType.Factory. newInstance()static MimeTypeMimeType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static MimeTypeMimeType.Factory. newValue(Object obj)static MimeTypeMimeType.Factory. parse(File file)static MimeTypeMimeType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static MimeTypeMimeType.Factory. parse(InputStream is)static MimeTypeMimeType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static MimeTypeMimeType.Factory. parse(Reader r)static MimeTypeMimeType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static MimeTypeMimeType.Factory. parse(String xmlAsString)static MimeTypeMimeType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static MimeTypeMimeType.Factory. parse(URL u)static MimeTypeMimeType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static MimeTypeMimeType.Factory. parse(XMLStreamReader sr)static MimeTypeMimeType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static MimeTypeMimeType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic MimeTypeMimeType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic MimeTypeMimeType.Factory. parse(Node node)static MimeTypeMimeType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)MimeTypeReferenceType. xgetFormat()Gets (as xml) the "Format" elementMimeTypeGetResourceByIdType. xgetOutputFormat()Gets (as xml) the "OutputFormat" elementMimeTypeOutputFormatDocument. xgetOutputFormat()Gets (as xml) the "OutputFormat" elementMimeType[]AcceptFormatsType. xgetOutputFormatArray()Gets (as xml) array of all "OutputFormat" elementsMimeTypeAcceptFormatsType. xgetOutputFormatArray(int i)Gets (as xml) ith "OutputFormat" elementMimeType[]IdentificationType. xgetOutputFormatArray()Gets (as xml) array of all "OutputFormat" elementsMimeTypeIdentificationType. xgetOutputFormatArray(int i)Gets (as xml) ith "OutputFormat" elementMethods in net.opengis.ows.x11 with parameters of type MimeType Modifier and Type Method Description voidReferenceType. xsetFormat(MimeType format)Sets (as xml) the "Format" elementvoidGetResourceByIdType. xsetOutputFormat(MimeType outputFormat)Sets (as xml) the "OutputFormat" elementvoidOutputFormatDocument. xsetOutputFormat(MimeType outputFormat)Sets (as xml) the "OutputFormat" elementvoidAcceptFormatsType. xsetOutputFormatArray(int i, MimeType outputFormat)Sets (as xml) ith "OutputFormat" elementvoidAcceptFormatsType. xsetOutputFormatArray(MimeType[] outputFormatArray)Sets (as xml) array of all "OutputFormat" elementvoidIdentificationType. xsetOutputFormatArray(int i, MimeType outputFormat)Sets (as xml) ith "OutputFormat" elementvoidIdentificationType. xsetOutputFormatArray(MimeType[] outputFormatArray)Sets (as xml) array of all "OutputFormat" element -
Uses of MimeType in net.opengis.ows.x11.impl
Classes in net.opengis.ows.x11.impl that implement MimeType Modifier and Type Class Description classMimeTypeImplAn XML MimeType(@http://www.opengis.net/ows/1.1).Methods in net.opengis.ows.x11.impl that return MimeType Modifier and Type Method Description MimeTypeAcceptFormatsTypeImpl. addNewOutputFormat()Appends and returns a new empty value (as xml) as the last "OutputFormat" elementMimeTypeIdentificationTypeImpl. addNewOutputFormat()Appends and returns a new empty value (as xml) as the last "OutputFormat" elementMimeTypeAcceptFormatsTypeImpl. insertNewOutputFormat(int i)Inserts and returns a new empty value (as xml) as the ith "OutputFormat" elementMimeTypeIdentificationTypeImpl. insertNewOutputFormat(int i)Inserts and returns a new empty value (as xml) as the ith "OutputFormat" elementMimeTypeReferenceTypeImpl. xgetFormat()Gets (as xml) the "Format" elementMimeTypeGetResourceByIdTypeImpl. xgetOutputFormat()Gets (as xml) the "OutputFormat" elementMimeTypeOutputFormatDocumentImpl. xgetOutputFormat()Gets (as xml) the "OutputFormat" elementMimeType[]AcceptFormatsTypeImpl. xgetOutputFormatArray()Gets (as xml) array of all "OutputFormat" elementsMimeTypeAcceptFormatsTypeImpl. xgetOutputFormatArray(int i)Gets (as xml) ith "OutputFormat" elementMimeType[]IdentificationTypeImpl. xgetOutputFormatArray()Gets (as xml) array of all "OutputFormat" elementsMimeTypeIdentificationTypeImpl. xgetOutputFormatArray(int i)Gets (as xml) ith "OutputFormat" elementMethods in net.opengis.ows.x11.impl with parameters of type MimeType Modifier and Type Method Description voidReferenceTypeImpl. xsetFormat(MimeType format)Sets (as xml) the "Format" elementvoidGetResourceByIdTypeImpl. xsetOutputFormat(MimeType outputFormat)Sets (as xml) the "OutputFormat" elementvoidOutputFormatDocumentImpl. xsetOutputFormat(MimeType outputFormat)Sets (as xml) the "OutputFormat" elementvoidAcceptFormatsTypeImpl. xsetOutputFormatArray(int i, MimeType outputFormat)Sets (as xml) ith "OutputFormat" elementvoidAcceptFormatsTypeImpl. xsetOutputFormatArray(MimeType[] outputFormatArray)Sets (as xml) array of all "OutputFormat" elementvoidIdentificationTypeImpl. xsetOutputFormatArray(int i, MimeType outputFormat)Sets (as xml) ith "OutputFormat" elementvoidIdentificationTypeImpl. xsetOutputFormatArray(MimeType[] outputFormatArray)Sets (as xml) array of all "OutputFormat" element
-