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