Uses of Interface
net.opengis.gml311.SymbolType
-
Packages that use SymbolType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of SymbolType in net.opengis.gml311
Methods in net.opengis.gml311 that return SymbolType Modifier and Type Method Description SymbolType
Gml311Factory. createSymbolType()
Returns a new object of class 'Symbol Type'.SymbolType
DocumentRoot. getSymbol()
Returns the value of the 'Symbol' containment reference.SymbolType
GeometryStyleType. getSymbol()
Returns the value of the 'Symbol' containment reference.SymbolType
TopologyStyleType. getSymbol()
Returns the value of the 'Symbol' containment reference.Methods in net.opengis.gml311 with parameters of type SymbolType Modifier and Type Method Description void
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 SymbolType Modifier and Type Class Description class
SymbolTypeImpl
An implementation of the model object 'Symbol Type'.Fields in net.opengis.gml311.impl declared as SymbolType Modifier and Type Field Description protected 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 SymbolType Modifier and Type Method Description SymbolType
Gml311FactoryImpl. createSymbolType()
SymbolType
DocumentRootImpl. getSymbol()
SymbolType
GeometryStyleTypeImpl. getSymbol()
SymbolType
TopologyStyleTypeImpl. getSymbol()
Methods in net.opengis.gml311.impl with parameters of type SymbolType Modifier and Type Method Description NotificationChain
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 SymbolType Modifier and Type Method Description T
Gml311Switch. 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)
-