Uses of Interface
net.opengis.gml311.BSplineType
Packages that use BSplineType
-
Uses of BSplineType in net.opengis.gml311
Subinterfaces of BSplineType in net.opengis.gml311Modifier and TypeInterfaceDescriptioninterface
A representation of the model object 'Bezier Type'.Methods in net.opengis.gml311 that return BSplineTypeModifier and TypeMethodDescriptionGml311Factory.createBSplineType()
Returns a new object of class 'BSpline Type'.DocumentRoot.getBSpline()
Returns the value of the 'BSpline' containment reference.Methods in net.opengis.gml311 with parameters of type BSplineTypeModifier and TypeMethodDescriptionvoid
DocumentRoot.setBSpline
(BSplineType value) Sets the value of the 'BSpline
' containment reference. -
Uses of BSplineType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement BSplineTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Bezier Type'.class
An implementation of the model object 'BSpline Type'.Methods in net.opengis.gml311.impl that return BSplineTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createBSplineType()
DocumentRootImpl.getBSpline()
Methods in net.opengis.gml311.impl with parameters of type BSplineTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetBSpline
(BSplineType newBSpline, NotificationChain msgs) void
DocumentRootImpl.setBSpline
(BSplineType newBSpline) -
Uses of BSplineType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type BSplineTypeModifier and TypeMethodDescriptionGml311Switch.caseBSplineType
(BSplineType object) Returns the result of interpreting the object as an instance of 'BSpline Type'.boolean
Gml311Validator.validateBSplineType
(BSplineType bSplineType, DiagnosticChain diagnostics, Map<Object, Object> context)