Uses of Interface
net.opengis.gml311.StyleType
-
Packages that use StyleType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of StyleType in net.opengis.gml311
Methods in net.opengis.gml311 that return StyleType Modifier and Type Method Description StyleType
Gml311Factory. createStyleType()
Returns a new object of class 'Style Type'.StyleType
DocumentRoot. getStyle1()
Returns the value of the 'Style1' containment reference.Methods in net.opengis.gml311 with parameters of type StyleType Modifier and Type Method Description void
DocumentRoot. setStyle1(StyleType value)
Sets the value of the 'Style1
' containment reference. -
Uses of StyleType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement StyleType Modifier and Type Class Description class
StyleTypeImpl
An implementation of the model object 'Style Type'.Methods in net.opengis.gml311.impl that return StyleType Modifier and Type Method Description StyleType
Gml311FactoryImpl. createStyleType()
StyleType
DocumentRootImpl. getStyle1()
Methods in net.opengis.gml311.impl with parameters of type StyleType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetStyle1(StyleType newStyle1, NotificationChain msgs)
void
DocumentRootImpl. setStyle1(StyleType newStyle1)
-
Uses of StyleType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type StyleType Modifier and Type Method Description T
Gml311Switch. caseStyleType(StyleType object)
Returns the result of interpreting the object as an instance of 'Style Type'.boolean
Gml311Validator. validateStyleType(StyleType styleType, DiagnosticChain diagnostics, Map<Object,Object> context)
-