Uses of Interface
net.opengis.gml311.BezierType
Packages that use BezierType
-
Uses of BezierType in net.opengis.gml311
Methods in net.opengis.gml311 that return BezierTypeModifier and TypeMethodDescriptionGml311Factory.createBezierType()
Returns a new object of class 'Bezier Type'.DocumentRoot.getBezier()
Returns the value of the 'Bezier' containment reference.Methods in net.opengis.gml311 with parameters of type BezierTypeModifier and TypeMethodDescriptionvoid
DocumentRoot.setBezier
(BezierType value) Sets the value of the 'Bezier
' containment reference. -
Uses of BezierType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement BezierTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Bezier Type'.Methods in net.opengis.gml311.impl that return BezierTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createBezierType()
DocumentRootImpl.getBezier()
Methods in net.opengis.gml311.impl with parameters of type BezierTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetBezier
(BezierType newBezier, NotificationChain msgs) void
DocumentRootImpl.setBezier
(BezierType newBezier) -
Uses of BezierType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type BezierTypeModifier and TypeMethodDescriptionGml311Switch.caseBezierType
(BezierType object) Returns the result of interpreting the object as an instance of 'Bezier Type'.boolean
Gml311Validator.validateBezierType
(BezierType bezierType, DiagnosticChain diagnostics, Map<Object, Object> context)