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 LabelTypeGml311Factory. createLabelType()Returns a new object of class 'Label Type'.LabelTypeLabelStyleType. getLabel()Returns the value of the 'Label' containment reference.Methods in net.opengis.gml311 with parameters of type LabelType Modifier and Type Method Description voidLabelStyleType. 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 classLabelTypeImplAn implementation of the model object 'Label Type'.Fields in net.opengis.gml311.impl declared as LabelType Modifier and Type Field Description protected LabelTypeLabelStyleTypeImpl. labelThe cached value of the 'Label' containment reference.Methods in net.opengis.gml311.impl that return LabelType Modifier and Type Method Description LabelTypeGml311FactoryImpl. createLabelType()LabelTypeLabelStyleTypeImpl. getLabel()Methods in net.opengis.gml311.impl with parameters of type LabelType Modifier and Type Method Description NotificationChainLabelStyleTypeImpl. basicSetLabel(LabelType newLabel, NotificationChain msgs)voidLabelStyleTypeImpl. 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 TGml311Switch. caseLabelType(LabelType object)Returns the result of interpreting the object as an instance of 'Label Type'.booleanGml311Validator. validateLabelType(LabelType labelType, DiagnosticChain diagnostics, Map<Object,Object> context)
-