Uses of Interface
net.opengis.gml311.FeatureStylePropertyType
-
Packages that use FeatureStylePropertyType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of FeatureStylePropertyType in net.opengis.gml311
Methods in net.opengis.gml311 that return FeatureStylePropertyType Modifier and Type Method Description FeatureStylePropertyType
Gml311Factory. createFeatureStylePropertyType()
Returns a new object of class 'Feature Style Property Type'.FeatureStylePropertyType
DocumentRoot. getFeatureStyle()
Returns the value of the 'Feature Style' containment reference.Methods in net.opengis.gml311 that return types with arguments of type FeatureStylePropertyType Modifier and Type Method Description EList<FeatureStylePropertyType>
StyleType. getFeatureStyle()
Returns the value of the 'Feature Style' containment reference list.Methods in net.opengis.gml311 with parameters of type FeatureStylePropertyType Modifier and Type Method Description void
DocumentRoot. setFeatureStyle(FeatureStylePropertyType value)
Sets the value of the 'Feature Style
' containment reference. -
Uses of FeatureStylePropertyType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement FeatureStylePropertyType Modifier and Type Class Description class
FeatureStylePropertyTypeImpl
An implementation of the model object 'Feature Style Property Type'.Fields in net.opengis.gml311.impl with type parameters of type FeatureStylePropertyType Modifier and Type Field Description protected EList<FeatureStylePropertyType>
StyleTypeImpl. featureStyle
The cached value of the 'Feature Style
' containment reference list.Methods in net.opengis.gml311.impl that return FeatureStylePropertyType Modifier and Type Method Description FeatureStylePropertyType
Gml311FactoryImpl. createFeatureStylePropertyType()
FeatureStylePropertyType
DocumentRootImpl. getFeatureStyle()
Methods in net.opengis.gml311.impl that return types with arguments of type FeatureStylePropertyType Modifier and Type Method Description EList<FeatureStylePropertyType>
StyleTypeImpl. getFeatureStyle()
Methods in net.opengis.gml311.impl with parameters of type FeatureStylePropertyType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetFeatureStyle(FeatureStylePropertyType newFeatureStyle, NotificationChain msgs)
void
DocumentRootImpl. setFeatureStyle(FeatureStylePropertyType newFeatureStyle)
-
Uses of FeatureStylePropertyType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type FeatureStylePropertyType Modifier and Type Method Description T
Gml311Switch. caseFeatureStylePropertyType(FeatureStylePropertyType object)
Returns the result of interpreting the object as an instance of 'Feature Style Property Type'.boolean
Gml311Validator. validateFeatureStylePropertyType(FeatureStylePropertyType featureStylePropertyType, DiagnosticChain diagnostics, Map<Object,Object> context)
-