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 FeatureStylePropertyTypeGml311Factory. createFeatureStylePropertyType()Returns a new object of class 'Feature Style Property Type'.FeatureStylePropertyTypeDocumentRoot. 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 voidDocumentRoot. 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 classFeatureStylePropertyTypeImplAn 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. featureStyleThe cached value of the 'Feature Style' containment reference list.Methods in net.opengis.gml311.impl that return FeatureStylePropertyType Modifier and Type Method Description FeatureStylePropertyTypeGml311FactoryImpl. createFeatureStylePropertyType()FeatureStylePropertyTypeDocumentRootImpl. 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 NotificationChainDocumentRootImpl. basicSetFeatureStyle(FeatureStylePropertyType newFeatureStyle, NotificationChain msgs)voidDocumentRootImpl. 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 TGml311Switch. caseFeatureStylePropertyType(FeatureStylePropertyType object)Returns the result of interpreting the object as an instance of 'Feature Style Property Type'.booleanGml311Validator. validateFeatureStylePropertyType(FeatureStylePropertyType featureStylePropertyType, DiagnosticChain diagnostics, Map<Object,Object> context)
-