Uses of Interface
net.opengis.gml311.LabelType
-
Packages that use LabelType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of LabelType in net.opengis.gml311
Methods in net.opengis.gml311 that return LabelType Modifier and Type Method Description LabelType
Gml311Factory. createLabelType()
Returns a new object of class 'Label Type'.LabelType
LabelStyleType. getLabel()
Returns the value of the 'Label' containment reference.Methods in net.opengis.gml311 with parameters of type LabelType Modifier and Type Method Description void
LabelStyleType. setLabel(LabelType value)
Sets the value of the 'Label
' containment reference. -
Uses of LabelType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement LabelType Modifier and Type Class Description class
LabelTypeImpl
An implementation of the model object 'Label Type'.Fields in net.opengis.gml311.impl declared as LabelType Modifier and Type Field Description protected LabelType
LabelStyleTypeImpl. label
The cached value of the 'Label
' containment reference.Methods in net.opengis.gml311.impl that return LabelType Modifier and Type Method Description LabelType
Gml311FactoryImpl. createLabelType()
LabelType
LabelStyleTypeImpl. getLabel()
Methods in net.opengis.gml311.impl with parameters of type LabelType Modifier and Type Method Description NotificationChain
LabelStyleTypeImpl. basicSetLabel(LabelType newLabel, NotificationChain msgs)
void
LabelStyleTypeImpl. setLabel(LabelType newLabel)
-
Uses of LabelType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type LabelType Modifier and Type Method Description T
Gml311Switch. caseLabelType(LabelType object)
Returns the result of interpreting the object as an instance of 'Label Type'.boolean
Gml311Validator. validateLabelType(LabelType labelType, DiagnosticChain diagnostics, Map<Object,Object> context)
-