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 SymbolTypeGml311Factory. createSymbolType()Returns a new object of class 'Symbol Type'.SymbolTypeDocumentRoot. getSymbol()Returns the value of the 'Symbol' containment reference.SymbolTypeGeometryStyleType. getSymbol()Returns the value of the 'Symbol' containment reference.SymbolTypeTopologyStyleType. getSymbol()Returns the value of the 'Symbol' containment reference.Methods in net.opengis.gml311 with parameters of type SymbolType Modifier and Type Method Description voidDocumentRoot. setSymbol(SymbolType value)Sets the value of the 'Symbol' containment reference.voidGeometryStyleType. setSymbol(SymbolType value)Sets the value of the 'Symbol' containment reference.voidTopologyStyleType. 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 classSymbolTypeImplAn implementation of the model object 'Symbol Type'.Fields in net.opengis.gml311.impl declared as SymbolType Modifier and Type Field Description protected SymbolTypeGeometryStyleTypeImpl. symbolThe cached value of the 'Symbol' containment reference.protected SymbolTypeTopologyStyleTypeImpl. symbolThe cached value of the 'Symbol' containment reference.Methods in net.opengis.gml311.impl that return SymbolType Modifier and Type Method Description SymbolTypeGml311FactoryImpl. createSymbolType()SymbolTypeDocumentRootImpl. getSymbol()SymbolTypeGeometryStyleTypeImpl. getSymbol()SymbolTypeTopologyStyleTypeImpl. getSymbol()Methods in net.opengis.gml311.impl with parameters of type SymbolType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetSymbol(SymbolType newSymbol, NotificationChain msgs)NotificationChainGeometryStyleTypeImpl. basicSetSymbol(SymbolType newSymbol, NotificationChain msgs)NotificationChainTopologyStyleTypeImpl. basicSetSymbol(SymbolType newSymbol, NotificationChain msgs)voidDocumentRootImpl. setSymbol(SymbolType newSymbol)voidGeometryStyleTypeImpl. setSymbol(SymbolType newSymbol)voidTopologyStyleTypeImpl. 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 TGml311Switch. caseSymbolType(SymbolType object)Returns the result of interpreting the object as an instance of 'Symbol Type'.booleanGml311Validator. validateSymbolType(SymbolType symbolType, DiagnosticChain diagnostics, Map<Object,Object> context)
-