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 LabelStylePropertyTypeGml311Factory. createLabelStylePropertyType()Returns a new object of class 'Label Style Property Type'.LabelStylePropertyTypeDocumentRoot. getLabelStyle()Returns the value of the 'Label Style' containment reference.LabelStylePropertyTypeFeatureStyleType. getLabelStyle()Returns the value of the 'Label Style' containment reference.LabelStylePropertyTypeGeometryStyleType. getLabelStyle()Returns the value of the 'Label Style' containment reference.LabelStylePropertyTypeTopologyStyleType. 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 voidDocumentRoot. setLabelStyle(LabelStylePropertyType value)Sets the value of the 'Label Style' containment reference.voidFeatureStyleType. setLabelStyle(LabelStylePropertyType value)Sets the value of the 'Label Style' containment reference.voidGeometryStyleType. setLabelStyle(LabelStylePropertyType value)Sets the value of the 'Label Style' containment reference.voidTopologyStyleType. 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 classLabelStylePropertyTypeImplAn implementation of the model object 'Label Style Property Type'.Fields in net.opengis.gml311.impl declared as LabelStylePropertyType Modifier and Type Field Description protected LabelStylePropertyTypeFeatureStyleTypeImpl. labelStyleThe cached value of the 'Label Style' containment reference.protected LabelStylePropertyTypeGeometryStyleTypeImpl. labelStyleThe cached value of the 'Label Style' containment reference.protected LabelStylePropertyTypeTopologyStyleTypeImpl. labelStyleThe cached value of the 'Label Style' containment reference.Methods in net.opengis.gml311.impl that return LabelStylePropertyType Modifier and Type Method Description LabelStylePropertyTypeGml311FactoryImpl. createLabelStylePropertyType()LabelStylePropertyTypeDocumentRootImpl. getLabelStyle()LabelStylePropertyTypeFeatureStyleTypeImpl. getLabelStyle()LabelStylePropertyTypeGeometryStyleTypeImpl. getLabelStyle()LabelStylePropertyTypeTopologyStyleTypeImpl. getLabelStyle()Methods in net.opengis.gml311.impl with parameters of type LabelStylePropertyType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetLabelStyle(LabelStylePropertyType newLabelStyle, NotificationChain msgs)NotificationChainFeatureStyleTypeImpl. basicSetLabelStyle(LabelStylePropertyType newLabelStyle, NotificationChain msgs)NotificationChainGeometryStyleTypeImpl. basicSetLabelStyle(LabelStylePropertyType newLabelStyle, NotificationChain msgs)NotificationChainTopologyStyleTypeImpl. basicSetLabelStyle(LabelStylePropertyType newLabelStyle, NotificationChain msgs)voidDocumentRootImpl. setLabelStyle(LabelStylePropertyType newLabelStyle)voidFeatureStyleTypeImpl. setLabelStyle(LabelStylePropertyType newLabelStyle)voidGeometryStyleTypeImpl. setLabelStyle(LabelStylePropertyType newLabelStyle)voidTopologyStyleTypeImpl. 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 TGml311Switch. caseLabelStylePropertyType(LabelStylePropertyType object)Returns the result of interpreting the object as an instance of 'Label Style Property Type'.booleanGml311Validator. validateLabelStylePropertyType(LabelStylePropertyType labelStylePropertyType, DiagnosticChain diagnostics, Map<Object,Object> context)
-