Uses of Interface
net.opengis.gml311.CubicSplineType
Packages that use CubicSplineType
-
Uses of CubicSplineType in net.opengis.gml311
Methods in net.opengis.gml311 that return CubicSplineTypeModifier and TypeMethodDescriptionGml311Factory.createCubicSplineType()
Returns a new object of class 'Cubic Spline Type'.DocumentRoot.getCubicSpline()
Returns the value of the 'Cubic Spline' containment reference.Methods in net.opengis.gml311 with parameters of type CubicSplineTypeModifier and TypeMethodDescriptionvoid
DocumentRoot.setCubicSpline
(CubicSplineType value) Sets the value of the 'Cubic Spline
' containment reference. -
Uses of CubicSplineType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement CubicSplineTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Cubic Spline Type'.Methods in net.opengis.gml311.impl that return CubicSplineTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createCubicSplineType()
DocumentRootImpl.getCubicSpline()
Methods in net.opengis.gml311.impl with parameters of type CubicSplineTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetCubicSpline
(CubicSplineType newCubicSpline, NotificationChain msgs) void
DocumentRootImpl.setCubicSpline
(CubicSplineType newCubicSpline) -
Uses of CubicSplineType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type CubicSplineTypeModifier and TypeMethodDescriptionGml311Switch.caseCubicSplineType
(CubicSplineType object) Returns the result of interpreting the object as an instance of 'Cubic Spline Type'.boolean
Gml311Validator.validateCubicSplineType
(CubicSplineType cubicSplineType, DiagnosticChain diagnostics, Map<Object, Object> context)