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 TopologyStylePropertyType
Gml311Factory. createTopologyStylePropertyType()
Returns a new object of class 'Topology Style Property Type'.TopologyStylePropertyType
DocumentRoot. 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 void
DocumentRoot. 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 class
TopologyStylePropertyTypeImpl
An 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. topologyStyle
The cached value of the 'Topology Style
' containment reference list.Methods in net.opengis.gml311.impl that return TopologyStylePropertyType Modifier and Type Method Description TopologyStylePropertyType
Gml311FactoryImpl. createTopologyStylePropertyType()
TopologyStylePropertyType
DocumentRootImpl. 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 NotificationChain
DocumentRootImpl. basicSetTopologyStyle(TopologyStylePropertyType newTopologyStyle, NotificationChain msgs)
void
DocumentRootImpl. 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 T
Gml311Switch. caseTopologyStylePropertyType(TopologyStylePropertyType object)
Returns the result of interpreting the object as an instance of 'Topology Style Property Type'.boolean
Gml311Validator. validateTopologyStylePropertyType(TopologyStylePropertyType topologyStylePropertyType, DiagnosticChain diagnostics, Map<Object,Object> context)
-