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 interfaceStyleTypeA representation of the model object 'Style Type'.Methods in net.opengis.gml311 that return AbstractStyleType Modifier and Type Method Description AbstractStyleTypeDefaultStylePropertyType. getStyle()Returns the value of the 'Style' containment reference.AbstractStyleTypeDocumentRoot. 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 classAbstractStyleTypeImplAn implementation of the model object 'Abstract Style Type'.classStyleTypeImplAn implementation of the model object 'Style Type'.Methods in net.opengis.gml311.impl that return AbstractStyleType Modifier and Type Method Description AbstractStyleTypeDefaultStylePropertyTypeImpl. getStyle()AbstractStyleTypeDocumentRootImpl. getStyle()Methods in net.opengis.gml311.impl with parameters of type AbstractStyleType Modifier and Type Method Description NotificationChainDefaultStylePropertyTypeImpl. basicSetStyle(AbstractStyleType newStyle, NotificationChain msgs)NotificationChainDocumentRootImpl. 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 TGml311Switch. caseAbstractStyleType(AbstractStyleType object)Returns the result of interpreting the object as an instance of 'Abstract Style Type'.booleanGml311Validator. validateAbstractStyleType(AbstractStyleType abstractStyleType, DiagnosticChain diagnostics, Map<Object,Object> context)
-