Uses of Interface
net.opengis.gml311.TopologyStyleType
-
Packages that use TopologyStyleType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of TopologyStyleType in net.opengis.gml311
Methods in net.opengis.gml311 that return TopologyStyleType Modifier and Type Method Description TopologyStyleType
Gml311Factory. createTopologyStyleType()
Returns a new object of class 'Topology Style Type'.TopologyStyleType
TopologyStylePropertyType. getTopologyStyle()
Returns the value of the 'Topology Style' containment reference.TopologyStyleType
DocumentRoot. getTopologyStyle1()
Returns the value of the 'Topology Style1' containment reference.Methods in net.opengis.gml311 with parameters of type TopologyStyleType Modifier and Type Method Description void
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 TopologyStyleType Modifier and Type Class Description class
TopologyStyleTypeImpl
An implementation of the model object 'Topology Style Type'.Fields in net.opengis.gml311.impl declared as TopologyStyleType Modifier and Type Field Description protected TopologyStyleType
TopologyStylePropertyTypeImpl. topologyStyle
The cached value of the 'Topology Style
' containment reference.Methods in net.opengis.gml311.impl that return TopologyStyleType Modifier and Type Method Description TopologyStyleType
Gml311FactoryImpl. createTopologyStyleType()
TopologyStyleType
TopologyStylePropertyTypeImpl. getTopologyStyle()
TopologyStyleType
DocumentRootImpl. getTopologyStyle1()
Methods in net.opengis.gml311.impl with parameters of type TopologyStyleType Modifier and Type Method Description NotificationChain
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 TopologyStyleType Modifier and Type Method Description T
Gml311Switch. 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)
-