Uses of Interface
net.opengis.gml311.GraphStyleType
Packages that use GraphStyleType
-
Uses of GraphStyleType in net.opengis.gml311
Methods in net.opengis.gml311 that return GraphStyleTypeModifier and TypeMethodDescriptionGml311Factory.createGraphStyleType()
Returns a new object of class 'Graph Style Type'.GraphStylePropertyType.getGraphStyle()
Returns the value of the 'Graph Style' containment reference.DocumentRoot.getGraphStyle1()
Returns the value of the 'Graph Style1' containment reference.Methods in net.opengis.gml311 with parameters of type GraphStyleTypeModifier and TypeMethodDescriptionvoid
GraphStylePropertyType.setGraphStyle
(GraphStyleType value) Sets the value of the 'Graph Style
' containment reference.void
DocumentRoot.setGraphStyle1
(GraphStyleType value) Sets the value of the 'Graph Style1
' containment reference. -
Uses of GraphStyleType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement GraphStyleTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Graph Style Type'.Fields in net.opengis.gml311.impl declared as GraphStyleTypeModifier and TypeFieldDescriptionprotected GraphStyleType
GraphStylePropertyTypeImpl.graphStyle
The cached value of the 'Graph Style
' containment reference.Methods in net.opengis.gml311.impl that return GraphStyleTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createGraphStyleType()
GraphStylePropertyTypeImpl.getGraphStyle()
DocumentRootImpl.getGraphStyle1()
Methods in net.opengis.gml311.impl with parameters of type GraphStyleTypeModifier and TypeMethodDescriptionNotificationChain
GraphStylePropertyTypeImpl.basicSetGraphStyle
(GraphStyleType newGraphStyle, NotificationChain msgs) NotificationChain
DocumentRootImpl.basicSetGraphStyle1
(GraphStyleType newGraphStyle1, NotificationChain msgs) void
GraphStylePropertyTypeImpl.setGraphStyle
(GraphStyleType newGraphStyle) void
DocumentRootImpl.setGraphStyle1
(GraphStyleType newGraphStyle1) -
Uses of GraphStyleType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type GraphStyleTypeModifier and TypeMethodDescriptionGml311Switch.caseGraphStyleType
(GraphStyleType object) Returns the result of interpreting the object as an instance of 'Graph Style Type'.boolean
Gml311Validator.validateGraphStyleType
(GraphStyleType graphStyleType, DiagnosticChain diagnostics, Map<Object, Object> context)