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 CubicSplineTypeGml311Factory. createCubicSplineType()Returns a new object of class 'Cubic Spline Type'.CubicSplineTypeDocumentRoot. 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 voidDocumentRoot. 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 classCubicSplineTypeImplAn implementation of the model object 'Cubic Spline Type'.Methods in net.opengis.gml311.impl that return CubicSplineType Modifier and Type Method Description CubicSplineTypeGml311FactoryImpl. createCubicSplineType()CubicSplineTypeDocumentRootImpl. getCubicSpline()Methods in net.opengis.gml311.impl with parameters of type CubicSplineType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetCubicSpline(CubicSplineType newCubicSpline, NotificationChain msgs)voidDocumentRootImpl. 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 TGml311Switch. caseCubicSplineType(CubicSplineType object)Returns the result of interpreting the object as an instance of 'Cubic Spline Type'.booleanGml311Validator. validateCubicSplineType(CubicSplineType cubicSplineType, DiagnosticChain diagnostics, Map<Object,Object> context)
-