Uses of Interface
net.opengis.ows.x11.KeywordsType
-
Packages that use KeywordsType Package Description net.opengis.ows.x11 net.opengis.ows.x11.impl -
-
Uses of KeywordsType in net.opengis.ows.x11
Methods in net.opengis.ows.x11 that return KeywordsType Modifier and Type Method Description KeywordsTypeDescriptionType. addNewKeywords()Appends and returns a new empty value (as xml) as the last "Keywords" elementKeywordsTypeKeywordsDocument. addNewKeywords()Appends and returns a new empty "Keywords" elementKeywordsTypeKeywordsDocument. getKeywords()Gets the "Keywords" elementKeywordsType[]DescriptionType. getKeywordsArray()Gets array of all "Keywords" elementsKeywordsTypeDescriptionType. getKeywordsArray(int i)Gets ith "Keywords" elementKeywordsTypeDescriptionType. insertNewKeywords(int i)Inserts and returns a new empty value (as xml) as the ith "Keywords" elementstatic KeywordsTypeKeywordsType.Factory. newInstance()static KeywordsTypeKeywordsType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static KeywordsTypeKeywordsType.Factory. parse(File file)static KeywordsTypeKeywordsType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static KeywordsTypeKeywordsType.Factory. parse(InputStream is)static KeywordsTypeKeywordsType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static KeywordsTypeKeywordsType.Factory. parse(Reader r)static KeywordsTypeKeywordsType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static KeywordsTypeKeywordsType.Factory. parse(String xmlAsString)static KeywordsTypeKeywordsType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static KeywordsTypeKeywordsType.Factory. parse(URL u)static KeywordsTypeKeywordsType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static KeywordsTypeKeywordsType.Factory. parse(XMLStreamReader sr)static KeywordsTypeKeywordsType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static KeywordsTypeKeywordsType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic KeywordsTypeKeywordsType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic KeywordsTypeKeywordsType.Factory. parse(Node node)static KeywordsTypeKeywordsType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.ows.x11 with parameters of type KeywordsType Modifier and Type Method Description voidKeywordsDocument. setKeywords(KeywordsType keywords)Sets the "Keywords" elementvoidDescriptionType. setKeywordsArray(int i, KeywordsType keywords)Sets ith "Keywords" elementvoidDescriptionType. setKeywordsArray(KeywordsType[] keywordsArray)Sets array of all "Keywords" element -
Uses of KeywordsType in net.opengis.ows.x11.impl
Classes in net.opengis.ows.x11.impl that implement KeywordsType Modifier and Type Class Description classKeywordsTypeImplAn XML KeywordsType(@http://www.opengis.net/ows/1.1).Methods in net.opengis.ows.x11.impl that return KeywordsType Modifier and Type Method Description KeywordsTypeDescriptionTypeImpl. addNewKeywords()Appends and returns a new empty value (as xml) as the last "Keywords" elementKeywordsTypeKeywordsDocumentImpl. addNewKeywords()Appends and returns a new empty "Keywords" elementKeywordsTypeKeywordsDocumentImpl. getKeywords()Gets the "Keywords" elementKeywordsType[]DescriptionTypeImpl. getKeywordsArray()Gets array of all "Keywords" elementsKeywordsTypeDescriptionTypeImpl. getKeywordsArray(int i)Gets ith "Keywords" elementKeywordsTypeDescriptionTypeImpl. insertNewKeywords(int i)Inserts and returns a new empty value (as xml) as the ith "Keywords" elementMethods in net.opengis.ows.x11.impl with parameters of type KeywordsType Modifier and Type Method Description voidKeywordsDocumentImpl. setKeywords(KeywordsType keywords)Sets the "Keywords" elementvoidDescriptionTypeImpl. setKeywordsArray(int i, KeywordsType keywords)Sets ith "Keywords" elementvoidDescriptionTypeImpl. setKeywordsArray(KeywordsType[] keywordsArray)Sets array of all "Keywords" element
-