Uses of Interface
net.opengis.gml311.TopologyStyleType
Packages that use TopologyStyleType
-
Uses of TopologyStyleType in net.opengis.gml311
Methods in net.opengis.gml311 that return TopologyStyleTypeModifier and TypeMethodDescriptionGml311Factory.createTopologyStyleType()
Returns a new object of class 'Topology Style Type'.TopologyStylePropertyType.getTopologyStyle()
Returns the value of the 'Topology Style' containment reference.DocumentRoot.getTopologyStyle1()
Returns the value of the 'Topology Style1' containment reference.Methods in net.opengis.gml311 with parameters of type TopologyStyleTypeModifier and TypeMethodDescriptionvoid
TopologyStylePropertyType.setTopologyStyle
(TopologyStyleType value) Sets the value of the 'Topology Style
' containment reference.void
DocumentRoot.setTopologyStyle1
(TopologyStyleType value) Sets the value of the 'Topology Style1
' containment reference. -
Uses of TopologyStyleType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement TopologyStyleTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Topology Style Type'.Fields in net.opengis.gml311.impl declared as TopologyStyleTypeModifier and TypeFieldDescriptionprotected TopologyStyleType
TopologyStylePropertyTypeImpl.topologyStyle
The cached value of the 'Topology Style
' containment reference.Methods in net.opengis.gml311.impl that return TopologyStyleTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createTopologyStyleType()
TopologyStylePropertyTypeImpl.getTopologyStyle()
DocumentRootImpl.getTopologyStyle1()
Methods in net.opengis.gml311.impl with parameters of type TopologyStyleTypeModifier and TypeMethodDescriptionNotificationChain
TopologyStylePropertyTypeImpl.basicSetTopologyStyle
(TopologyStyleType newTopologyStyle, NotificationChain msgs) NotificationChain
DocumentRootImpl.basicSetTopologyStyle1
(TopologyStyleType newTopologyStyle1, NotificationChain msgs) void
TopologyStylePropertyTypeImpl.setTopologyStyle
(TopologyStyleType newTopologyStyle) void
DocumentRootImpl.setTopologyStyle1
(TopologyStyleType newTopologyStyle1) -
Uses of TopologyStyleType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type TopologyStyleTypeModifier and TypeMethodDescriptionGml311Switch.caseTopologyStyleType
(TopologyStyleType object) Returns the result of interpreting the object as an instance of 'Topology Style Type'.boolean
Gml311Validator.validateTopologyStyleType
(TopologyStyleType topologyStyleType, DiagnosticChain diagnostics, Map<Object, Object> context)