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 FeatureStyleTypeGml311Factory. createFeatureStyleType()Returns a new object of class 'Feature Style Type'.FeatureStyleTypeFeatureStylePropertyType. getFeatureStyle()Returns the value of the 'Feature Style' containment reference.FeatureStyleTypeDocumentRoot. 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 voidFeatureStylePropertyType. setFeatureStyle(FeatureStyleType value)Sets the value of the 'Feature Style' containment reference.voidDocumentRoot. 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 classFeatureStyleTypeImplAn implementation of the model object 'Feature Style Type'.Fields in net.opengis.gml311.impl declared as FeatureStyleType Modifier and Type Field Description protected FeatureStyleTypeFeatureStylePropertyTypeImpl. featureStyleThe cached value of the 'Feature Style' containment reference.Methods in net.opengis.gml311.impl that return FeatureStyleType Modifier and Type Method Description FeatureStyleTypeGml311FactoryImpl. createFeatureStyleType()FeatureStyleTypeFeatureStylePropertyTypeImpl. getFeatureStyle()FeatureStyleTypeDocumentRootImpl. getFeatureStyle1()Methods in net.opengis.gml311.impl with parameters of type FeatureStyleType Modifier and Type Method Description NotificationChainFeatureStylePropertyTypeImpl. basicSetFeatureStyle(FeatureStyleType newFeatureStyle, NotificationChain msgs)NotificationChainDocumentRootImpl. basicSetFeatureStyle1(FeatureStyleType newFeatureStyle1, NotificationChain msgs)voidFeatureStylePropertyTypeImpl. setFeatureStyle(FeatureStyleType newFeatureStyle)voidDocumentRootImpl. 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 TGml311Switch. caseFeatureStyleType(FeatureStyleType object)Returns the result of interpreting the object as an instance of 'Feature Style Type'.booleanGml311Validator. validateFeatureStyleType(FeatureStyleType featureStyleType, DiagnosticChain diagnostics, Map<Object,Object> context)
-