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 DefaultStylePropertyTypeGml311Factory. createDefaultStylePropertyType()Returns a new object of class 'Default Style Property Type'.DefaultStylePropertyTypeDocumentRoot. 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 voidDocumentRoot. 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 classDefaultStylePropertyTypeImplAn implementation of the model object 'Default Style Property Type'.Methods in net.opengis.gml311.impl that return DefaultStylePropertyType Modifier and Type Method Description DefaultStylePropertyTypeGml311FactoryImpl. createDefaultStylePropertyType()DefaultStylePropertyTypeDocumentRootImpl. getDefaultStyle()Methods in net.opengis.gml311.impl with parameters of type DefaultStylePropertyType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetDefaultStyle(DefaultStylePropertyType newDefaultStyle, NotificationChain msgs)voidDocumentRootImpl. 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 TGml311Switch. caseDefaultStylePropertyType(DefaultStylePropertyType object)Returns the result of interpreting the object as an instance of 'Default Style Property Type'.booleanGml311Validator. validateDefaultStylePropertyType(DefaultStylePropertyType defaultStylePropertyType, DiagnosticChain diagnostics, Map<Object,Object> context)
-