Uses of Interface
net.opengis.gml311.GraphStylePropertyType
-
Packages that use GraphStylePropertyType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of GraphStylePropertyType in net.opengis.gml311
Methods in net.opengis.gml311 that return GraphStylePropertyType Modifier and Type Method Description GraphStylePropertyTypeGml311Factory. createGraphStylePropertyType()Returns a new object of class 'Graph Style Property Type'.GraphStylePropertyTypeDocumentRoot. getGraphStyle()Returns the value of the 'Graph Style' containment reference.GraphStylePropertyTypeStyleType. getGraphStyle()Returns the value of the 'Graph Style' containment reference.Methods in net.opengis.gml311 with parameters of type GraphStylePropertyType Modifier and Type Method Description voidDocumentRoot. setGraphStyle(GraphStylePropertyType value)Sets the value of the 'Graph Style' containment reference.voidStyleType. setGraphStyle(GraphStylePropertyType value)Sets the value of the 'Graph Style' containment reference. -
Uses of GraphStylePropertyType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement GraphStylePropertyType Modifier and Type Class Description classGraphStylePropertyTypeImplAn implementation of the model object 'Graph Style Property Type'.Fields in net.opengis.gml311.impl declared as GraphStylePropertyType Modifier and Type Field Description protected GraphStylePropertyTypeStyleTypeImpl. graphStyleThe cached value of the 'Graph Style' containment reference.Methods in net.opengis.gml311.impl that return GraphStylePropertyType Modifier and Type Method Description GraphStylePropertyTypeGml311FactoryImpl. createGraphStylePropertyType()GraphStylePropertyTypeDocumentRootImpl. getGraphStyle()GraphStylePropertyTypeStyleTypeImpl. getGraphStyle()Methods in net.opengis.gml311.impl with parameters of type GraphStylePropertyType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetGraphStyle(GraphStylePropertyType newGraphStyle, NotificationChain msgs)NotificationChainStyleTypeImpl. basicSetGraphStyle(GraphStylePropertyType newGraphStyle, NotificationChain msgs)voidDocumentRootImpl. setGraphStyle(GraphStylePropertyType newGraphStyle)voidStyleTypeImpl. setGraphStyle(GraphStylePropertyType newGraphStyle) -
Uses of GraphStylePropertyType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type GraphStylePropertyType Modifier and Type Method Description TGml311Switch. caseGraphStylePropertyType(GraphStylePropertyType object)Returns the result of interpreting the object as an instance of 'Graph Style Property Type'.booleanGml311Validator. validateGraphStylePropertyType(GraphStylePropertyType graphStylePropertyType, DiagnosticChain diagnostics, Map<Object,Object> context)
-