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 BezierTypeGml311Factory. createBezierType()Returns a new object of class 'Bezier Type'.BezierTypeDocumentRoot. getBezier()Returns the value of the 'Bezier' containment reference.Methods in net.opengis.gml311 with parameters of type BezierType Modifier and Type Method Description voidDocumentRoot. 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 classBezierTypeImplAn implementation of the model object 'Bezier Type'.Methods in net.opengis.gml311.impl that return BezierType Modifier and Type Method Description BezierTypeGml311FactoryImpl. createBezierType()BezierTypeDocumentRootImpl. getBezier()Methods in net.opengis.gml311.impl with parameters of type BezierType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetBezier(BezierType newBezier, NotificationChain msgs)voidDocumentRootImpl. 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 TGml311Switch. caseBezierType(BezierType object)Returns the result of interpreting the object as an instance of 'Bezier Type'.booleanGml311Validator. validateBezierType(BezierType bezierType, DiagnosticChain diagnostics, Map<Object,Object> context)
-