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 StyleTypeGml311Factory. createStyleType()Returns a new object of class 'Style Type'.StyleTypeDocumentRoot. getStyle1()Returns the value of the 'Style1' containment reference.Methods in net.opengis.gml311 with parameters of type StyleType Modifier and Type Method Description voidDocumentRoot. 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 classStyleTypeImplAn implementation of the model object 'Style Type'.Methods in net.opengis.gml311.impl that return StyleType Modifier and Type Method Description StyleTypeGml311FactoryImpl. createStyleType()StyleTypeDocumentRootImpl. getStyle1()Methods in net.opengis.gml311.impl with parameters of type StyleType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetStyle1(StyleType newStyle1, NotificationChain msgs)voidDocumentRootImpl. 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 TGml311Switch. caseStyleType(StyleType object)Returns the result of interpreting the object as an instance of 'Style Type'.booleanGml311Validator. validateStyleType(StyleType styleType, DiagnosticChain diagnostics, Map<Object,Object> context)
-