Uses of Interface
net.opengis.gml311.GeometryStyleType
Packages that use GeometryStyleType
-
Uses of GeometryStyleType in net.opengis.gml311
Methods in net.opengis.gml311 that return GeometryStyleTypeModifier and TypeMethodDescriptionGml311Factory.createGeometryStyleType()
Returns a new object of class 'Geometry Style Type'.GeometryStylePropertyType.getGeometryStyle()
Returns the value of the 'Geometry Style' containment reference.DocumentRoot.getGeometryStyle1()
Returns the value of the 'Geometry Style1' containment reference.Methods in net.opengis.gml311 with parameters of type GeometryStyleTypeModifier and TypeMethodDescriptionvoid
GeometryStylePropertyType.setGeometryStyle
(GeometryStyleType value) Sets the value of the 'Geometry Style
' containment reference.void
DocumentRoot.setGeometryStyle1
(GeometryStyleType value) Sets the value of the 'Geometry Style1
' containment reference. -
Uses of GeometryStyleType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement GeometryStyleTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Geometry Style Type'.Fields in net.opengis.gml311.impl declared as GeometryStyleTypeModifier and TypeFieldDescriptionprotected GeometryStyleType
GeometryStylePropertyTypeImpl.geometryStyle
The cached value of the 'Geometry Style
' containment reference.Methods in net.opengis.gml311.impl that return GeometryStyleTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createGeometryStyleType()
GeometryStylePropertyTypeImpl.getGeometryStyle()
DocumentRootImpl.getGeometryStyle1()
Methods in net.opengis.gml311.impl with parameters of type GeometryStyleTypeModifier and TypeMethodDescriptionNotificationChain
GeometryStylePropertyTypeImpl.basicSetGeometryStyle
(GeometryStyleType newGeometryStyle, NotificationChain msgs) NotificationChain
DocumentRootImpl.basicSetGeometryStyle1
(GeometryStyleType newGeometryStyle1, NotificationChain msgs) void
GeometryStylePropertyTypeImpl.setGeometryStyle
(GeometryStyleType newGeometryStyle) void
DocumentRootImpl.setGeometryStyle1
(GeometryStyleType newGeometryStyle1) -
Uses of GeometryStyleType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type GeometryStyleTypeModifier and TypeMethodDescriptionGml311Switch.caseGeometryStyleType
(GeometryStyleType object) Returns the result of interpreting the object as an instance of 'Geometry Style Type'.boolean
Gml311Validator.validateGeometryStyleType
(GeometryStyleType geometryStyleType, DiagnosticChain diagnostics, Map<Object, Object> context)