Uses of Interface
net.opengis.gml311.FeatureStyleType
-
Packages that use FeatureStyleType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of FeatureStyleType in net.opengis.gml311
Methods in net.opengis.gml311 that return FeatureStyleType Modifier and Type Method Description FeatureStyleType
Gml311Factory. createFeatureStyleType()
Returns a new object of class 'Feature Style Type'.FeatureStyleType
FeatureStylePropertyType. getFeatureStyle()
Returns the value of the 'Feature Style' containment reference.FeatureStyleType
DocumentRoot. getFeatureStyle1()
Returns the value of the 'Feature Style1' containment reference.Methods in net.opengis.gml311 with parameters of type FeatureStyleType Modifier and Type Method Description void
FeatureStylePropertyType. setFeatureStyle(FeatureStyleType value)
Sets the value of the 'Feature Style
' containment reference.void
DocumentRoot. setFeatureStyle1(FeatureStyleType value)
Sets the value of the 'Feature Style1
' containment reference. -
Uses of FeatureStyleType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement FeatureStyleType Modifier and Type Class Description class
FeatureStyleTypeImpl
An implementation of the model object 'Feature Style Type'.Fields in net.opengis.gml311.impl declared as FeatureStyleType Modifier and Type Field Description protected FeatureStyleType
FeatureStylePropertyTypeImpl. featureStyle
The cached value of the 'Feature Style
' containment reference.Methods in net.opengis.gml311.impl that return FeatureStyleType Modifier and Type Method Description FeatureStyleType
Gml311FactoryImpl. createFeatureStyleType()
FeatureStyleType
FeatureStylePropertyTypeImpl. getFeatureStyle()
FeatureStyleType
DocumentRootImpl. getFeatureStyle1()
Methods in net.opengis.gml311.impl with parameters of type FeatureStyleType Modifier and Type Method Description NotificationChain
FeatureStylePropertyTypeImpl. basicSetFeatureStyle(FeatureStyleType newFeatureStyle, NotificationChain msgs)
NotificationChain
DocumentRootImpl. basicSetFeatureStyle1(FeatureStyleType newFeatureStyle1, NotificationChain msgs)
void
FeatureStylePropertyTypeImpl. setFeatureStyle(FeatureStyleType newFeatureStyle)
void
DocumentRootImpl. setFeatureStyle1(FeatureStyleType newFeatureStyle1)
-
Uses of FeatureStyleType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type FeatureStyleType Modifier and Type Method Description T
Gml311Switch. caseFeatureStyleType(FeatureStyleType object)
Returns the result of interpreting the object as an instance of 'Feature Style Type'.boolean
Gml311Validator. validateFeatureStyleType(FeatureStyleType featureStyleType, DiagnosticChain diagnostics, Map<Object,Object> context)
-