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 TopologyStyleTypeGml311Factory. createTopologyStyleType()Returns a new object of class 'Topology Style Type'.TopologyStyleTypeTopologyStylePropertyType. getTopologyStyle()Returns the value of the 'Topology Style' containment reference.TopologyStyleTypeDocumentRoot. 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 voidTopologyStylePropertyType. setTopologyStyle(TopologyStyleType value)Sets the value of the 'Topology Style' containment reference.voidDocumentRoot. 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 classTopologyStyleTypeImplAn implementation of the model object 'Topology Style Type'.Fields in net.opengis.gml311.impl declared as TopologyStyleType Modifier and Type Field Description protected TopologyStyleTypeTopologyStylePropertyTypeImpl. topologyStyleThe cached value of the 'Topology Style' containment reference.Methods in net.opengis.gml311.impl that return TopologyStyleType Modifier and Type Method Description TopologyStyleTypeGml311FactoryImpl. createTopologyStyleType()TopologyStyleTypeTopologyStylePropertyTypeImpl. getTopologyStyle()TopologyStyleTypeDocumentRootImpl. getTopologyStyle1()Methods in net.opengis.gml311.impl with parameters of type TopologyStyleType Modifier and Type Method Description NotificationChainTopologyStylePropertyTypeImpl. basicSetTopologyStyle(TopologyStyleType newTopologyStyle, NotificationChain msgs)NotificationChainDocumentRootImpl. basicSetTopologyStyle1(TopologyStyleType newTopologyStyle1, NotificationChain msgs)voidTopologyStylePropertyTypeImpl. setTopologyStyle(TopologyStyleType newTopologyStyle)voidDocumentRootImpl. 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 TGml311Switch. caseTopologyStyleType(TopologyStyleType object)Returns the result of interpreting the object as an instance of 'Topology Style Type'.booleanGml311Validator. validateTopologyStyleType(TopologyStyleType topologyStyleType, DiagnosticChain diagnostics, Map<Object,Object> context)
-