Uses of Interface
net.opengis.gml311.BSplineType
-
Packages that use BSplineType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of BSplineType in net.opengis.gml311
Subinterfaces of BSplineType in net.opengis.gml311 Modifier and Type Interface Description interface
BezierType
A representation of the model object 'Bezier Type'.Methods in net.opengis.gml311 that return BSplineType Modifier and Type Method Description BSplineType
Gml311Factory. createBSplineType()
Returns a new object of class 'BSpline Type'.BSplineType
DocumentRoot. getBSpline()
Returns the value of the 'BSpline' containment reference.Methods in net.opengis.gml311 with parameters of type BSplineType Modifier and Type Method Description void
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 BSplineType Modifier and Type Class Description class
BezierTypeImpl
An implementation of the model object 'Bezier Type'.class
BSplineTypeImpl
An implementation of the model object 'BSpline Type'.Methods in net.opengis.gml311.impl that return BSplineType Modifier and Type Method Description BSplineType
Gml311FactoryImpl. createBSplineType()
BSplineType
DocumentRootImpl. getBSpline()
Methods in net.opengis.gml311.impl with parameters of type BSplineType Modifier and Type Method Description NotificationChain
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 BSplineType Modifier and Type Method Description T
Gml311Switch. 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)
-