Uses of Interface
net.opengis.gml311.LabelStyleType
Packages that use LabelStyleType
-
Uses of LabelStyleType in net.opengis.gml311
Methods in net.opengis.gml311 that return LabelStyleTypeModifier and TypeMethodDescriptionGml311Factory.createLabelStyleType()
Returns a new object of class 'Label Style Type'.LabelStylePropertyType.getLabelStyle()
Returns the value of the 'Label Style' containment reference.DocumentRoot.getLabelStyle1()
Returns the value of the 'Label Style1' containment reference.Methods in net.opengis.gml311 with parameters of type LabelStyleTypeModifier and TypeMethodDescriptionvoid
LabelStylePropertyType.setLabelStyle
(LabelStyleType value) Sets the value of the 'Label Style
' containment reference.void
DocumentRoot.setLabelStyle1
(LabelStyleType value) Sets the value of the 'Label Style1
' containment reference. -
Uses of LabelStyleType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement LabelStyleTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Label Style Type'.Fields in net.opengis.gml311.impl declared as LabelStyleTypeModifier and TypeFieldDescriptionprotected LabelStyleType
LabelStylePropertyTypeImpl.labelStyle
The cached value of the 'Label Style
' containment reference.Methods in net.opengis.gml311.impl that return LabelStyleTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createLabelStyleType()
LabelStylePropertyTypeImpl.getLabelStyle()
DocumentRootImpl.getLabelStyle1()
Methods in net.opengis.gml311.impl with parameters of type LabelStyleTypeModifier and TypeMethodDescriptionNotificationChain
LabelStylePropertyTypeImpl.basicSetLabelStyle
(LabelStyleType newLabelStyle, NotificationChain msgs) NotificationChain
DocumentRootImpl.basicSetLabelStyle1
(LabelStyleType newLabelStyle1, NotificationChain msgs) void
LabelStylePropertyTypeImpl.setLabelStyle
(LabelStyleType newLabelStyle) void
DocumentRootImpl.setLabelStyle1
(LabelStyleType newLabelStyle1) -
Uses of LabelStyleType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type LabelStyleTypeModifier and TypeMethodDescriptionGml311Switch.caseLabelStyleType
(LabelStyleType object) Returns the result of interpreting the object as an instance of 'Label Style Type'.boolean
Gml311Validator.validateLabelStyleType
(LabelStyleType labelStyleType, DiagnosticChain diagnostics, Map<Object, Object> context)