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