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.gml311Methods in net.opengis.gml311 that return LabelStyleType Modifier and Type Method Description LabelStyleTypeGml311Factory. createLabelStyleType()Returns a new object of class 'Label Style Type'.LabelStyleTypeLabelStylePropertyType. getLabelStyle()Returns the value of the 'Label Style' containment reference.LabelStyleTypeDocumentRoot. 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 voidLabelStylePropertyType. setLabelStyle(LabelStyleType value)Sets the value of the 'Label Style' containment reference.voidDocumentRoot. setLabelStyle1(LabelStyleType value)Sets the value of the 'Label Style1' containment reference.
- 
Uses of LabelStyleType in net.opengis.gml311.implClasses in net.opengis.gml311.impl that implement LabelStyleType Modifier and Type Class Description classLabelStyleTypeImplAn implementation of the model object 'Label Style Type'.Fields in net.opengis.gml311.impl declared as LabelStyleType Modifier and Type Field Description protected LabelStyleTypeLabelStylePropertyTypeImpl. labelStyleThe cached value of the 'Label Style' containment reference.Methods in net.opengis.gml311.impl that return LabelStyleType Modifier and Type Method Description LabelStyleTypeGml311FactoryImpl. createLabelStyleType()LabelStyleTypeLabelStylePropertyTypeImpl. getLabelStyle()LabelStyleTypeDocumentRootImpl. getLabelStyle1()Methods in net.opengis.gml311.impl with parameters of type LabelStyleType Modifier and Type Method Description NotificationChainLabelStylePropertyTypeImpl. basicSetLabelStyle(LabelStyleType newLabelStyle, NotificationChain msgs)NotificationChainDocumentRootImpl. basicSetLabelStyle1(LabelStyleType newLabelStyle1, NotificationChain msgs)voidLabelStylePropertyTypeImpl. setLabelStyle(LabelStyleType newLabelStyle)voidDocumentRootImpl. setLabelStyle1(LabelStyleType newLabelStyle1)
- 
Uses of LabelStyleType in net.opengis.gml311.utilMethods in net.opengis.gml311.util with parameters of type LabelStyleType Modifier and Type Method Description TGml311Switch. caseLabelStyleType(LabelStyleType object)Returns the result of interpreting the object as an instance of 'Label Style Type'.booleanGml311Validator. validateLabelStyleType(LabelStyleType labelStyleType, DiagnosticChain diagnostics, Map<Object,Object> context)
 
-