Uses of Interface
net.opengis.gml.SymbolType
-
Packages that use SymbolType Package Description net.opengis.gml net.opengis.gml.impl -
-
Uses of SymbolType in net.opengis.gml
Methods in net.opengis.gml that return SymbolType Modifier and Type Method Description SymbolTypeGeometryStyleType. addNewSymbol()Appends and returns a new empty "symbol" elementSymbolTypeSymbolDocument. addNewSymbol()Appends and returns a new empty "symbol" elementSymbolTypeTopologyStyleType. addNewSymbol()Appends and returns a new empty "symbol" elementSymbolTypeGeometryStyleType. getSymbol()Gets the "symbol" elementSymbolTypeSymbolDocument. getSymbol()Gets the "symbol" elementSymbolTypeTopologyStyleType. getSymbol()Gets the "symbol" elementstatic SymbolTypeSymbolType.Factory. newInstance()static SymbolTypeSymbolType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static SymbolTypeSymbolType.Factory. parse(File file)static SymbolTypeSymbolType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static SymbolTypeSymbolType.Factory. parse(InputStream is)static SymbolTypeSymbolType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static SymbolTypeSymbolType.Factory. parse(Reader r)static SymbolTypeSymbolType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static SymbolTypeSymbolType.Factory. parse(String xmlAsString)static SymbolTypeSymbolType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static SymbolTypeSymbolType.Factory. parse(URL u)static SymbolTypeSymbolType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static SymbolTypeSymbolType.Factory. parse(XMLStreamReader sr)static SymbolTypeSymbolType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static SymbolTypeSymbolType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic SymbolTypeSymbolType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic SymbolTypeSymbolType.Factory. parse(Node node)static SymbolTypeSymbolType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.gml with parameters of type SymbolType Modifier and Type Method Description voidGeometryStyleType. setSymbol(SymbolType symbol)Sets the "symbol" elementvoidSymbolDocument. setSymbol(SymbolType symbol)Sets the "symbol" elementvoidTopologyStyleType. setSymbol(SymbolType symbol)Sets the "symbol" element -
Uses of SymbolType in net.opengis.gml.impl
Classes in net.opengis.gml.impl that implement SymbolType Modifier and Type Class Description classSymbolTypeImplAn XML SymbolType(@http://www.opengis.net/gml).Methods in net.opengis.gml.impl that return SymbolType Modifier and Type Method Description SymbolTypeGeometryStyleTypeImpl. addNewSymbol()Appends and returns a new empty "symbol" elementSymbolTypeSymbolDocumentImpl. addNewSymbol()Appends and returns a new empty "symbol" elementSymbolTypeTopologyStyleTypeImpl. addNewSymbol()Appends and returns a new empty "symbol" elementSymbolTypeGeometryStyleTypeImpl. getSymbol()Gets the "symbol" elementSymbolTypeSymbolDocumentImpl. getSymbol()Gets the "symbol" elementSymbolTypeTopologyStyleTypeImpl. getSymbol()Gets the "symbol" elementMethods in net.opengis.gml.impl with parameters of type SymbolType Modifier and Type Method Description voidGeometryStyleTypeImpl. setSymbol(SymbolType symbol)Sets the "symbol" elementvoidSymbolDocumentImpl. setSymbol(SymbolType symbol)Sets the "symbol" elementvoidTopologyStyleTypeImpl. setSymbol(SymbolType symbol)Sets the "symbol" element
-