Uses of Interface
net.opengis.gml311.DefaultStylePropertyType
Packages that use DefaultStylePropertyType
-
Uses of DefaultStylePropertyType in net.opengis.gml311
Methods in net.opengis.gml311 that return DefaultStylePropertyTypeModifier and TypeMethodDescriptionGml311Factory.createDefaultStylePropertyType()
Returns a new object of class 'Default Style Property Type'.DocumentRoot.getDefaultStyle()
Returns the value of the 'Default Style' containment reference.Methods in net.opengis.gml311 with parameters of type DefaultStylePropertyTypeModifier and TypeMethodDescriptionvoid
DocumentRoot.setDefaultStyle
(DefaultStylePropertyType value) Sets the value of the 'Default Style
' containment reference. -
Uses of DefaultStylePropertyType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement DefaultStylePropertyTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Default Style Property Type'.Methods in net.opengis.gml311.impl that return DefaultStylePropertyTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createDefaultStylePropertyType()
DocumentRootImpl.getDefaultStyle()
Methods in net.opengis.gml311.impl with parameters of type DefaultStylePropertyTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetDefaultStyle
(DefaultStylePropertyType newDefaultStyle, NotificationChain msgs) void
DocumentRootImpl.setDefaultStyle
(DefaultStylePropertyType newDefaultStyle) -
Uses of DefaultStylePropertyType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type DefaultStylePropertyTypeModifier and TypeMethodDescriptionGml311Switch.caseDefaultStylePropertyType
(DefaultStylePropertyType object) Returns the result of interpreting the object as an instance of 'Default Style Property Type'.boolean
Gml311Validator.validateDefaultStylePropertyType
(DefaultStylePropertyType defaultStylePropertyType, DiagnosticChain diagnostics, Map<Object, Object> context)