Uses of Interface
net.opengis.gml311.SymbolType
Packages that use SymbolType
-
Uses of SymbolType in net.opengis.gml311
Methods in net.opengis.gml311 that return SymbolTypeModifier and TypeMethodDescriptionGml311Factory.createSymbolType()
Returns a new object of class 'Symbol Type'.DocumentRoot.getSymbol()
Returns the value of the 'Symbol' containment reference.GeometryStyleType.getSymbol()
Returns the value of the 'Symbol' containment reference.TopologyStyleType.getSymbol()
Returns the value of the 'Symbol' containment reference.Methods in net.opengis.gml311 with parameters of type SymbolTypeModifier and TypeMethodDescriptionvoid
DocumentRoot.setSymbol
(SymbolType value) Sets the value of the 'Symbol
' containment reference.void
GeometryStyleType.setSymbol
(SymbolType value) Sets the value of the 'Symbol
' containment reference.void
TopologyStyleType.setSymbol
(SymbolType value) Sets the value of the 'Symbol
' containment reference. -
Uses of SymbolType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement SymbolTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Symbol Type'.Fields in net.opengis.gml311.impl declared as SymbolTypeModifier and TypeFieldDescriptionprotected SymbolType
GeometryStyleTypeImpl.symbol
The cached value of the 'Symbol
' containment reference.protected SymbolType
TopologyStyleTypeImpl.symbol
The cached value of the 'Symbol
' containment reference.Methods in net.opengis.gml311.impl that return SymbolTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createSymbolType()
DocumentRootImpl.getSymbol()
GeometryStyleTypeImpl.getSymbol()
TopologyStyleTypeImpl.getSymbol()
Methods in net.opengis.gml311.impl with parameters of type SymbolTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetSymbol
(SymbolType newSymbol, NotificationChain msgs) NotificationChain
GeometryStyleTypeImpl.basicSetSymbol
(SymbolType newSymbol, NotificationChain msgs) NotificationChain
TopologyStyleTypeImpl.basicSetSymbol
(SymbolType newSymbol, NotificationChain msgs) void
DocumentRootImpl.setSymbol
(SymbolType newSymbol) void
GeometryStyleTypeImpl.setSymbol
(SymbolType newSymbol) void
TopologyStyleTypeImpl.setSymbol
(SymbolType newSymbol) -
Uses of SymbolType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type SymbolTypeModifier and TypeMethodDescriptionGml311Switch.caseSymbolType
(SymbolType object) Returns the result of interpreting the object as an instance of 'Symbol Type'.boolean
Gml311Validator.validateSymbolType
(SymbolType symbolType, DiagnosticChain diagnostics, Map<Object, Object> context)