Uses of Interface
net.opengis.gml311.AbstractStyleType
-
Packages that use AbstractStyleType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of AbstractStyleType in net.opengis.gml311
Subinterfaces of AbstractStyleType in net.opengis.gml311 Modifier and Type Interface Description interface
StyleType
A representation of the model object 'Style Type'.Methods in net.opengis.gml311 that return AbstractStyleType Modifier and Type Method Description AbstractStyleType
DefaultStylePropertyType. getStyle()
Returns the value of the 'Style' containment reference.AbstractStyleType
DocumentRoot. getStyle()
Returns the value of the 'Style' containment reference. -
Uses of AbstractStyleType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement AbstractStyleType Modifier and Type Class Description class
AbstractStyleTypeImpl
An implementation of the model object 'Abstract Style Type'.class
StyleTypeImpl
An implementation of the model object 'Style Type'.Methods in net.opengis.gml311.impl that return AbstractStyleType Modifier and Type Method Description AbstractStyleType
DefaultStylePropertyTypeImpl. getStyle()
AbstractStyleType
DocumentRootImpl. getStyle()
Methods in net.opengis.gml311.impl with parameters of type AbstractStyleType Modifier and Type Method Description NotificationChain
DefaultStylePropertyTypeImpl. basicSetStyle(AbstractStyleType newStyle, NotificationChain msgs)
NotificationChain
DocumentRootImpl. basicSetStyle(AbstractStyleType newStyle, NotificationChain msgs)
-
Uses of AbstractStyleType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type AbstractStyleType Modifier and Type Method Description T
Gml311Switch. caseAbstractStyleType(AbstractStyleType object)
Returns the result of interpreting the object as an instance of 'Abstract Style Type'.boolean
Gml311Validator. validateAbstractStyleType(AbstractStyleType abstractStyleType, DiagnosticChain diagnostics, Map<Object,Object> context)
-