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