Uses of Interface
net.opengis.gml311.GraphStyleType
-
Packages that use GraphStyleType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of GraphStyleType in net.opengis.gml311
Methods in net.opengis.gml311 that return GraphStyleType Modifier and Type Method Description GraphStyleType
Gml311Factory. createGraphStyleType()
Returns a new object of class 'Graph Style Type'.GraphStyleType
GraphStylePropertyType. getGraphStyle()
Returns the value of the 'Graph Style' containment reference.GraphStyleType
DocumentRoot. getGraphStyle1()
Returns the value of the 'Graph Style1' containment reference.Methods in net.opengis.gml311 with parameters of type GraphStyleType Modifier and Type Method Description void
GraphStylePropertyType. setGraphStyle(GraphStyleType value)
Sets the value of the 'Graph Style
' containment reference.void
DocumentRoot. setGraphStyle1(GraphStyleType value)
Sets the value of the 'Graph Style1
' containment reference. -
Uses of GraphStyleType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement GraphStyleType Modifier and Type Class Description class
GraphStyleTypeImpl
An implementation of the model object 'Graph Style Type'.Fields in net.opengis.gml311.impl declared as GraphStyleType Modifier and Type Field Description protected GraphStyleType
GraphStylePropertyTypeImpl. graphStyle
The cached value of the 'Graph Style
' containment reference.Methods in net.opengis.gml311.impl that return GraphStyleType Modifier and Type Method Description GraphStyleType
Gml311FactoryImpl. createGraphStyleType()
GraphStyleType
GraphStylePropertyTypeImpl. getGraphStyle()
GraphStyleType
DocumentRootImpl. getGraphStyle1()
Methods in net.opengis.gml311.impl with parameters of type GraphStyleType Modifier and Type Method Description NotificationChain
GraphStylePropertyTypeImpl. basicSetGraphStyle(GraphStyleType newGraphStyle, NotificationChain msgs)
NotificationChain
DocumentRootImpl. basicSetGraphStyle1(GraphStyleType newGraphStyle1, NotificationChain msgs)
void
GraphStylePropertyTypeImpl. setGraphStyle(GraphStyleType newGraphStyle)
void
DocumentRootImpl. setGraphStyle1(GraphStyleType newGraphStyle1)
-
Uses of GraphStyleType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type GraphStyleType Modifier and Type Method Description T
Gml311Switch. caseGraphStyleType(GraphStyleType object)
Returns the result of interpreting the object as an instance of 'Graph Style Type'.boolean
Gml311Validator. validateGraphStyleType(GraphStyleType graphStyleType, DiagnosticChain diagnostics, Map<Object,Object> context)
-