Uses of Interface
net.opengis.gml311.LabelStylePropertyType
Packages that use LabelStylePropertyType
-
Uses of LabelStylePropertyType in net.opengis.gml311
Methods in net.opengis.gml311 that return LabelStylePropertyTypeModifier and TypeMethodDescriptionGml311Factory.createLabelStylePropertyType()
Returns a new object of class 'Label Style Property Type'.DocumentRoot.getLabelStyle()
Returns the value of the 'Label Style' containment reference.FeatureStyleType.getLabelStyle()
Returns the value of the 'Label Style' containment reference.GeometryStyleType.getLabelStyle()
Returns the value of the 'Label Style' containment reference.TopologyStyleType.getLabelStyle()
Returns the value of the 'Label Style' containment reference.Methods in net.opengis.gml311 with parameters of type LabelStylePropertyTypeModifier and TypeMethodDescriptionvoid
DocumentRoot.setLabelStyle
(LabelStylePropertyType value) Sets the value of the 'Label Style
' containment reference.void
FeatureStyleType.setLabelStyle
(LabelStylePropertyType value) Sets the value of the 'Label Style
' containment reference.void
GeometryStyleType.setLabelStyle
(LabelStylePropertyType value) Sets the value of the 'Label Style
' containment reference.void
TopologyStyleType.setLabelStyle
(LabelStylePropertyType value) Sets the value of the 'Label Style
' containment reference. -
Uses of LabelStylePropertyType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement LabelStylePropertyTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Label Style Property Type'.Fields in net.opengis.gml311.impl declared as LabelStylePropertyTypeModifier and TypeFieldDescriptionprotected LabelStylePropertyType
FeatureStyleTypeImpl.labelStyle
The cached value of the 'Label Style
' containment reference.protected LabelStylePropertyType
GeometryStyleTypeImpl.labelStyle
The cached value of the 'Label Style
' containment reference.protected LabelStylePropertyType
TopologyStyleTypeImpl.labelStyle
The cached value of the 'Label Style
' containment reference.Methods in net.opengis.gml311.impl that return LabelStylePropertyTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createLabelStylePropertyType()
DocumentRootImpl.getLabelStyle()
FeatureStyleTypeImpl.getLabelStyle()
GeometryStyleTypeImpl.getLabelStyle()
TopologyStyleTypeImpl.getLabelStyle()
Methods in net.opengis.gml311.impl with parameters of type LabelStylePropertyTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetLabelStyle
(LabelStylePropertyType newLabelStyle, NotificationChain msgs) NotificationChain
FeatureStyleTypeImpl.basicSetLabelStyle
(LabelStylePropertyType newLabelStyle, NotificationChain msgs) NotificationChain
GeometryStyleTypeImpl.basicSetLabelStyle
(LabelStylePropertyType newLabelStyle, NotificationChain msgs) NotificationChain
TopologyStyleTypeImpl.basicSetLabelStyle
(LabelStylePropertyType newLabelStyle, NotificationChain msgs) void
DocumentRootImpl.setLabelStyle
(LabelStylePropertyType newLabelStyle) void
FeatureStyleTypeImpl.setLabelStyle
(LabelStylePropertyType newLabelStyle) void
GeometryStyleTypeImpl.setLabelStyle
(LabelStylePropertyType newLabelStyle) void
TopologyStyleTypeImpl.setLabelStyle
(LabelStylePropertyType newLabelStyle) -
Uses of LabelStylePropertyType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type LabelStylePropertyTypeModifier and TypeMethodDescriptionGml311Switch.caseLabelStylePropertyType
(LabelStylePropertyType object) Returns the result of interpreting the object as an instance of 'Label Style Property Type'.boolean
Gml311Validator.validateLabelStylePropertyType
(LabelStylePropertyType labelStylePropertyType, DiagnosticChain diagnostics, Map<Object, Object> context)