Uses of Interface
net.opengis.gml.GraphStyleType
-
Packages that use GraphStyleType Package Description net.opengis.gml net.opengis.gml.impl -
-
Uses of GraphStyleType in net.opengis.gml
Methods in net.opengis.gml that return GraphStyleType Modifier and Type Method Description GraphStyleTypeGraphStyleDocument2. addNewGraphStyle()Appends and returns a new empty "GraphStyle" elementGraphStyleTypeGraphStylePropertyType. addNewGraphStyle()Appends and returns a new empty "GraphStyle" elementGraphStyleTypeGraphStyleDocument2. getGraphStyle()Gets the "GraphStyle" elementGraphStyleTypeGraphStylePropertyType. getGraphStyle()Gets the "GraphStyle" elementstatic GraphStyleTypeGraphStyleType.Factory. newInstance()static GraphStyleTypeGraphStyleType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static GraphStyleTypeGraphStyleType.Factory. parse(File file)static GraphStyleTypeGraphStyleType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static GraphStyleTypeGraphStyleType.Factory. parse(InputStream is)static GraphStyleTypeGraphStyleType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static GraphStyleTypeGraphStyleType.Factory. parse(Reader r)static GraphStyleTypeGraphStyleType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static GraphStyleTypeGraphStyleType.Factory. parse(String xmlAsString)static GraphStyleTypeGraphStyleType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static GraphStyleTypeGraphStyleType.Factory. parse(URL u)static GraphStyleTypeGraphStyleType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static GraphStyleTypeGraphStyleType.Factory. parse(XMLStreamReader sr)static GraphStyleTypeGraphStyleType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static GraphStyleTypeGraphStyleType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic GraphStyleTypeGraphStyleType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic GraphStyleTypeGraphStyleType.Factory. parse(Node node)static GraphStyleTypeGraphStyleType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.gml with parameters of type GraphStyleType Modifier and Type Method Description voidGraphStyleDocument2. setGraphStyle(GraphStyleType graphStyle)Sets the "GraphStyle" elementvoidGraphStylePropertyType. setGraphStyle(GraphStyleType graphStyle)Sets the "GraphStyle" element -
Uses of GraphStyleType in net.opengis.gml.impl
Classes in net.opengis.gml.impl that implement GraphStyleType Modifier and Type Class Description classGraphStyleTypeImplAn XML GraphStyleType(@http://www.opengis.net/gml).Methods in net.opengis.gml.impl that return GraphStyleType Modifier and Type Method Description GraphStyleTypeGraphStyleDocument2Impl. addNewGraphStyle()Appends and returns a new empty "GraphStyle" elementGraphStyleTypeGraphStylePropertyTypeImpl. addNewGraphStyle()Appends and returns a new empty "GraphStyle" elementGraphStyleTypeGraphStyleDocument2Impl. getGraphStyle()Gets the "GraphStyle" elementGraphStyleTypeGraphStylePropertyTypeImpl. getGraphStyle()Gets the "GraphStyle" elementMethods in net.opengis.gml.impl with parameters of type GraphStyleType Modifier and Type Method Description voidGraphStyleDocument2Impl. setGraphStyle(GraphStyleType graphStyle)Sets the "GraphStyle" elementvoidGraphStylePropertyTypeImpl. setGraphStyle(GraphStyleType graphStyle)Sets the "GraphStyle" element
-