Uses of Interface
net.opengis.gml311.LabelStyleType
-
Packages that use LabelStyleType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of LabelStyleType in net.opengis.gml311
Methods in net.opengis.gml311 that return LabelStyleType Modifier and Type Method Description LabelStyleType
Gml311Factory. createLabelStyleType()
Returns a new object of class 'Label Style Type'.LabelStyleType
LabelStylePropertyType. getLabelStyle()
Returns the value of the 'Label Style' containment reference.LabelStyleType
DocumentRoot. getLabelStyle1()
Returns the value of the 'Label Style1' containment reference.Methods in net.opengis.gml311 with parameters of type LabelStyleType Modifier and Type Method Description void
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 LabelStyleType Modifier and Type Class Description class
LabelStyleTypeImpl
An implementation of the model object 'Label Style Type'.Fields in net.opengis.gml311.impl declared as LabelStyleType Modifier and Type Field Description protected LabelStyleType
LabelStylePropertyTypeImpl. labelStyle
The cached value of the 'Label Style
' containment reference.Methods in net.opengis.gml311.impl that return LabelStyleType Modifier and Type Method Description LabelStyleType
Gml311FactoryImpl. createLabelStyleType()
LabelStyleType
LabelStylePropertyTypeImpl. getLabelStyle()
LabelStyleType
DocumentRootImpl. getLabelStyle1()
Methods in net.opengis.gml311.impl with parameters of type LabelStyleType Modifier and Type Method Description NotificationChain
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 LabelStyleType Modifier and Type Method Description T
Gml311Switch. 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)
-