Uses of Interface
net.opengis.gml.AbstractStyleType
-
Packages that use AbstractStyleType Package Description net.opengis.gml net.opengis.gml.impl -
-
Uses of AbstractStyleType in net.opengis.gml
Subinterfaces of AbstractStyleType in net.opengis.gml Modifier and Type Interface Description interfaceStyleTypeAn XML StyleType(@http://www.opengis.net/gml).Methods in net.opengis.gml that return AbstractStyleType Modifier and Type Method Description AbstractStyleTypeDefaultStylePropertyType. addNewStyle()Appends and returns a new empty "_Style" elementAbstractStyleTypeStyleDocument. addNewStyle()Appends and returns a new empty "_Style" elementAbstractStyleTypeDefaultStylePropertyType. getStyle()Gets the "_Style" elementAbstractStyleTypeStyleDocument. getStyle()Gets the "_Style" elementstatic AbstractStyleTypeAbstractStyleType.Factory. newInstance()Deprecated.No need to be able to create instances of abstract typesstatic AbstractStyleTypeAbstractStyleType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)Deprecated.No need to be able to create instances of abstract typesstatic AbstractStyleTypeAbstractStyleType.Factory. parse(File file)static AbstractStyleTypeAbstractStyleType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static AbstractStyleTypeAbstractStyleType.Factory. parse(InputStream is)static AbstractStyleTypeAbstractStyleType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static AbstractStyleTypeAbstractStyleType.Factory. parse(Reader r)static AbstractStyleTypeAbstractStyleType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static AbstractStyleTypeAbstractStyleType.Factory. parse(String xmlAsString)static AbstractStyleTypeAbstractStyleType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static AbstractStyleTypeAbstractStyleType.Factory. parse(URL u)static AbstractStyleTypeAbstractStyleType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static AbstractStyleTypeAbstractStyleType.Factory. parse(XMLStreamReader sr)static AbstractStyleTypeAbstractStyleType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static AbstractStyleTypeAbstractStyleType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic AbstractStyleTypeAbstractStyleType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic AbstractStyleTypeAbstractStyleType.Factory. parse(Node node)static AbstractStyleTypeAbstractStyleType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.gml with parameters of type AbstractStyleType Modifier and Type Method Description voidDefaultStylePropertyType. setStyle(AbstractStyleType style)Sets the "_Style" elementvoidStyleDocument. setStyle(AbstractStyleType style)Sets the "_Style" element -
Uses of AbstractStyleType in net.opengis.gml.impl
Classes in net.opengis.gml.impl that implement AbstractStyleType Modifier and Type Class Description classAbstractStyleTypeImplAn XML AbstractStyleType(@http://www.opengis.net/gml).classStyleTypeImplAn XML StyleType(@http://www.opengis.net/gml).Methods in net.opengis.gml.impl that return AbstractStyleType Modifier and Type Method Description AbstractStyleTypeDefaultStylePropertyTypeImpl. addNewStyle()Appends and returns a new empty "_Style" elementAbstractStyleTypeStyleDocumentImpl. addNewStyle()Appends and returns a new empty "_Style" elementAbstractStyleTypeDefaultStylePropertyTypeImpl. getStyle()Gets the "_Style" elementAbstractStyleTypeStyleDocumentImpl. getStyle()Gets the "_Style" elementMethods in net.opengis.gml.impl with parameters of type AbstractStyleType Modifier and Type Method Description voidDefaultStylePropertyTypeImpl. setStyle(AbstractStyleType style)Sets the "_Style" elementvoidStyleDocumentImpl. setStyle(AbstractStyleType style)Sets the "_Style" element
-