Uses of Interface
net.opengis.gml.StyleType
-
Packages that use StyleType Package Description net.opengis.gml net.opengis.gml.impl -
-
Uses of StyleType in net.opengis.gml
Methods in net.opengis.gml that return StyleType Modifier and Type Method Description StyleTypeStyleDocument2. addNewStyle2()Appends and returns a new empty "Style" elementStyleTypeStyleDocument2. getStyle2()Gets the "Style" elementstatic StyleTypeStyleType.Factory. newInstance()static StyleTypeStyleType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static StyleTypeStyleType.Factory. parse(File file)static StyleTypeStyleType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static StyleTypeStyleType.Factory. parse(InputStream is)static StyleTypeStyleType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static StyleTypeStyleType.Factory. parse(Reader r)static StyleTypeStyleType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static StyleTypeStyleType.Factory. parse(String xmlAsString)static StyleTypeStyleType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static StyleTypeStyleType.Factory. parse(URL u)static StyleTypeStyleType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static StyleTypeStyleType.Factory. parse(XMLStreamReader sr)static StyleTypeStyleType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static StyleTypeStyleType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic StyleTypeStyleType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic StyleTypeStyleType.Factory. parse(Node node)static StyleTypeStyleType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.gml with parameters of type StyleType Modifier and Type Method Description voidStyleDocument2. setStyle2(StyleType style2)Sets the "Style" element -
Uses of StyleType in net.opengis.gml.impl
Classes in net.opengis.gml.impl that implement StyleType Modifier and Type Class Description classStyleTypeImplAn XML StyleType(@http://www.opengis.net/gml).Methods in net.opengis.gml.impl that return StyleType Modifier and Type Method Description StyleTypeStyleDocument2Impl. addNewStyle2()Appends and returns a new empty "Style" elementStyleTypeStyleDocument2Impl. getStyle2()Gets the "Style" elementMethods in net.opengis.gml.impl with parameters of type StyleType Modifier and Type Method Description voidStyleDocument2Impl. setStyle2(StyleType style2)Sets the "Style" element
-