Uses of Interface
net.opengis.gml311.TopologyStylePropertyType
-
Packages that use TopologyStylePropertyType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of TopologyStylePropertyType in net.opengis.gml311
Methods in net.opengis.gml311 that return TopologyStylePropertyType Modifier and Type Method Description TopologyStylePropertyTypeGml311Factory. createTopologyStylePropertyType()Returns a new object of class 'Topology Style Property Type'.TopologyStylePropertyTypeDocumentRoot. getTopologyStyle()Returns the value of the 'Topology Style' containment reference.Methods in net.opengis.gml311 that return types with arguments of type TopologyStylePropertyType Modifier and Type Method Description EList<TopologyStylePropertyType>FeatureStyleType. getTopologyStyle()Returns the value of the 'Topology Style' containment reference list.Methods in net.opengis.gml311 with parameters of type TopologyStylePropertyType Modifier and Type Method Description voidDocumentRoot. setTopologyStyle(TopologyStylePropertyType value)Sets the value of the 'Topology Style' containment reference. -
Uses of TopologyStylePropertyType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement TopologyStylePropertyType Modifier and Type Class Description classTopologyStylePropertyTypeImplAn implementation of the model object 'Topology Style Property Type'.Fields in net.opengis.gml311.impl with type parameters of type TopologyStylePropertyType Modifier and Type Field Description protected EList<TopologyStylePropertyType>FeatureStyleTypeImpl. topologyStyleThe cached value of the 'Topology Style' containment reference list.Methods in net.opengis.gml311.impl that return TopologyStylePropertyType Modifier and Type Method Description TopologyStylePropertyTypeGml311FactoryImpl. createTopologyStylePropertyType()TopologyStylePropertyTypeDocumentRootImpl. getTopologyStyle()Methods in net.opengis.gml311.impl that return types with arguments of type TopologyStylePropertyType Modifier and Type Method Description EList<TopologyStylePropertyType>FeatureStyleTypeImpl. getTopologyStyle()Methods in net.opengis.gml311.impl with parameters of type TopologyStylePropertyType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetTopologyStyle(TopologyStylePropertyType newTopologyStyle, NotificationChain msgs)voidDocumentRootImpl. setTopologyStyle(TopologyStylePropertyType newTopologyStyle) -
Uses of TopologyStylePropertyType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type TopologyStylePropertyType Modifier and Type Method Description TGml311Switch. caseTopologyStylePropertyType(TopologyStylePropertyType object)Returns the result of interpreting the object as an instance of 'Topology Style Property Type'.booleanGml311Validator. validateTopologyStylePropertyType(TopologyStylePropertyType topologyStylePropertyType, DiagnosticChain diagnostics, Map<Object,Object> context)
-