Uses of Interface
net.opengis.gml311.DefaultStylePropertyType
-
Packages that use DefaultStylePropertyType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of DefaultStylePropertyType in net.opengis.gml311
Methods in net.opengis.gml311 that return DefaultStylePropertyType Modifier and Type Method Description DefaultStylePropertyType
Gml311Factory. createDefaultStylePropertyType()
Returns a new object of class 'Default Style Property Type'.DefaultStylePropertyType
DocumentRoot. getDefaultStyle()
Returns the value of the 'Default Style' containment reference.Methods in net.opengis.gml311 with parameters of type DefaultStylePropertyType Modifier and Type Method Description void
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 DefaultStylePropertyType Modifier and Type Class Description class
DefaultStylePropertyTypeImpl
An implementation of the model object 'Default Style Property Type'.Methods in net.opengis.gml311.impl that return DefaultStylePropertyType Modifier and Type Method Description DefaultStylePropertyType
Gml311FactoryImpl. createDefaultStylePropertyType()
DefaultStylePropertyType
DocumentRootImpl. getDefaultStyle()
Methods in net.opengis.gml311.impl with parameters of type DefaultStylePropertyType Modifier and Type Method Description NotificationChain
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 DefaultStylePropertyType Modifier and Type Method Description T
Gml311Switch. 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)
-