Uses of Interface
net.opengis.gml311.FeatureStyleType
Packages that use FeatureStyleType
-
Uses of FeatureStyleType in net.opengis.gml311
Methods in net.opengis.gml311 that return FeatureStyleTypeModifier and TypeMethodDescriptionGml311Factory.createFeatureStyleType()
Returns a new object of class 'Feature Style Type'.FeatureStylePropertyType.getFeatureStyle()
Returns the value of the 'Feature Style' containment reference.DocumentRoot.getFeatureStyle1()
Returns the value of the 'Feature Style1' containment reference.Methods in net.opengis.gml311 with parameters of type FeatureStyleTypeModifier and TypeMethodDescriptionvoid
FeatureStylePropertyType.setFeatureStyle
(FeatureStyleType value) Sets the value of the 'Feature Style
' containment reference.void
DocumentRoot.setFeatureStyle1
(FeatureStyleType value) Sets the value of the 'Feature Style1
' containment reference. -
Uses of FeatureStyleType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement FeatureStyleTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Feature Style Type'.Fields in net.opengis.gml311.impl declared as FeatureStyleTypeModifier and TypeFieldDescriptionprotected FeatureStyleType
FeatureStylePropertyTypeImpl.featureStyle
The cached value of the 'Feature Style
' containment reference.Methods in net.opengis.gml311.impl that return FeatureStyleTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createFeatureStyleType()
FeatureStylePropertyTypeImpl.getFeatureStyle()
DocumentRootImpl.getFeatureStyle1()
Methods in net.opengis.gml311.impl with parameters of type FeatureStyleTypeModifier and TypeMethodDescriptionNotificationChain
FeatureStylePropertyTypeImpl.basicSetFeatureStyle
(FeatureStyleType newFeatureStyle, NotificationChain msgs) NotificationChain
DocumentRootImpl.basicSetFeatureStyle1
(FeatureStyleType newFeatureStyle1, NotificationChain msgs) void
FeatureStylePropertyTypeImpl.setFeatureStyle
(FeatureStyleType newFeatureStyle) void
DocumentRootImpl.setFeatureStyle1
(FeatureStyleType newFeatureStyle1) -
Uses of FeatureStyleType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type FeatureStyleTypeModifier and TypeMethodDescriptionGml311Switch.caseFeatureStyleType
(FeatureStyleType object) Returns the result of interpreting the object as an instance of 'Feature Style Type'.boolean
Gml311Validator.validateFeatureStyleType
(FeatureStyleType featureStyleType, DiagnosticChain diagnostics, Map<Object, Object> context)