Package net.opengis.gml311
Interface BSplineType
- 
- All Superinterfaces:
- AbstractCurveSegmentType,- EObject,- Notifier
 - All Known Subinterfaces:
- BezierType
 - All Known Implementing Classes:
- BezierTypeImpl,- BSplineTypeImpl
 
 public interface BSplineType extends AbstractCurveSegmentType A representation of the model object 'BSpline Type'. A B-Spline is a piecewise parametric polynomial or rational curve described in terms of control points and basis functions. Knots are breakpoints on the curve that connect its pieces. They are given as a non-decreasing sequence of real numbers. If the weights in the knots are equal then it is a polynomial spline. The degree is the algebraic degree of the basis functions.The following features are supported: - See Also:
- Gml311Package.getBSplineType()
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description CoordinatesTypegetCoordinates()Returns the value of the 'Coordinates' containment reference.BigIntegergetDegree()Returns the value of the 'Degree' attribute.FeatureMapgetGroup()Returns the value of the 'Group' attribute list.CurveInterpolationTypegetInterpolation()Returns the value of the 'Interpolation' attribute.EList<KnotPropertyType>getKnot()Returns the value of the 'Knot' containment reference list.KnotTypesTypegetKnotType()Returns the value of the 'Knot Type' attribute.EList<PointPropertyType>getPointProperty()Returns the value of the 'Point Property' containment reference list.EList<PointPropertyType>getPointRep()Returns the value of the 'Point Rep' containment reference list.EList<DirectPositionType>getPos()Returns the value of the 'Pos' containment reference list.DirectPositionListTypegetPosList()Returns the value of the 'Pos List' containment reference.booleanisIsPolynomial()Returns the value of the 'Is Polynomial' attribute.booleanisSetInterpolation()Returns whether the value of the 'Interpolation' attribute is set.booleanisSetIsPolynomial()Returns whether the value of the 'Is Polynomial' attribute is set.booleanisSetKnotType()Returns whether the value of the 'Knot Type' attribute is set.voidsetCoordinates(CoordinatesType value)Sets the value of the 'Coordinates' containment reference.voidsetDegree(BigInteger value)Sets the value of the 'Degree' attribute.voidsetInterpolation(CurveInterpolationType value)Sets the value of the 'Interpolation' attribute.voidsetIsPolynomial(boolean value)Sets the value of the 'Is Polynomial' attribute.voidsetKnotType(KnotTypesType value)Sets the value of the 'Knot Type' attribute.voidsetPosList(DirectPositionListType value)Sets the value of the 'Pos List' containment reference.voidunsetInterpolation()Unsets the value of the 'Interpolation' attribute.voidunsetIsPolynomial()Unsets the value of the 'Is Polynomial' attribute.voidunsetKnotType()Unsets the value of the 'Knot Type' attribute.- 
Methods inherited from interface AbstractCurveSegmentTypegetNumDerivativeInterior, getNumDerivativesAtEnd, getNumDerivativesAtStart, isSetNumDerivativeInterior, isSetNumDerivativesAtEnd, isSetNumDerivativesAtStart, setNumDerivativeInterior, setNumDerivativesAtEnd, setNumDerivativesAtStart, unsetNumDerivativeInterior, unsetNumDerivativesAtEnd, unsetNumDerivativesAtStart
 
- 
 
- 
- 
- 
Method Detail- 
getGroupFeatureMap getGroup() Returns the value of the 'Group' attribute list. The list contents are of typeFeatureMap.Entry.If the meaning of the 'Group' attribute list isn't clear, there really should be more of a description here... - Returns:
- the value of the 'Group' attribute list.
- See Also:
- Gml311Package.getBSplineType_Group()
 
 - 
getPosEList<DirectPositionType> getPos() Returns the value of the 'Pos' containment reference list. The list contents are of typeDirectPositionType.If the meaning of the 'Pos' containment reference list isn't clear, there really should be more of a description here... - Returns:
- the value of the 'Pos' containment reference list.
- See Also:
- Gml311Package.getBSplineType_Pos()
 
 - 
getPointPropertyEList<PointPropertyType> getPointProperty() Returns the value of the 'Point Property' containment reference list. The list contents are of typePointPropertyType. This property element either references a point via the XLink-attributes or contains the point element. pointProperty is the predefined property which can be used by GML Application Schemas whenever a GML Feature has a property with a value that is substitutable for Point.- Returns:
- the value of the 'Point Property' containment reference list.
- See Also:
- Gml311Package.getBSplineType_PointProperty()
 
 - 
getPointRepEList<PointPropertyType> getPointRep() Returns the value of the 'Point Rep' containment reference list. The list contents are of typePointPropertyType. Deprecated with GML version 3.1.0. Use "pointProperty" instead. Included for backwards compatibility with GML 3.0.0.- Returns:
- the value of the 'Point Rep' containment reference list.
- See Also:
- Gml311Package.getBSplineType_PointRep()
 
 - 
getPosListDirectPositionListType getPosList() Returns the value of the 'Pos List' containment reference.If the meaning of the 'Pos List' containment reference isn't clear, there really should be more of a description here... - Returns:
- the value of the 'Pos List' containment reference.
- See Also:
- setPosList(DirectPositionListType),- Gml311Package.getBSplineType_PosList()
 
 - 
setPosListvoid setPosList(DirectPositionListType value) Sets the value of the 'Pos List' containment reference.- Parameters:
- value- the new value of the 'Pos List' containment reference.
- See Also:
- getPosList()
 
 - 
getCoordinatesCoordinatesType getCoordinates() Returns the value of the 'Coordinates' containment reference. Deprecated with GML version 3.1.0. Use "posList" instead.- Returns:
- the value of the 'Coordinates' containment reference.
- See Also:
- setCoordinates(CoordinatesType),- Gml311Package.getBSplineType_Coordinates()
 
 - 
setCoordinatesvoid setCoordinates(CoordinatesType value) Sets the value of the 'Coordinates' containment reference.- Parameters:
- value- the new value of the 'Coordinates' containment reference.
- See Also:
- getCoordinates()
 
 - 
getDegreeBigInteger getDegree() Returns the value of the 'Degree' attribute. The attribute "degree" shall be the degree of the polynomial used for interpolation in this spline.- Returns:
- the value of the 'Degree' attribute.
- See Also:
- setDegree(BigInteger),- Gml311Package.getBSplineType_Degree()
 
 - 
setDegreevoid setDegree(BigInteger value) Sets the value of the 'Degree' attribute.- Parameters:
- value- the new value of the 'Degree' attribute.
- See Also:
- getDegree()
 
 - 
getKnotEList<KnotPropertyType> getKnot() Returns the value of the 'Knot' containment reference list. The list contents are of typeKnotPropertyType. The property "knot" shall be the sequence of distinct knots used to define the spline basis functions.- Returns:
- the value of the 'Knot' containment reference list.
- See Also:
- Gml311Package.getBSplineType_Knot()
 
 - 
getInterpolationCurveInterpolationType getInterpolation() Returns the value of the 'Interpolation' attribute. The default value is"polynomialSpline". The literals are from the enumerationCurveInterpolationType. The attribute "interpolation" specifies the curve interpolation mechanism used for this segment. This mechanism uses the control points and control parameters to determine the position of this curve segment. For a BSpline the interpolation can be either "polynomialSpline" or "rationalSpline", default is "polynomialSpline".- Returns:
- the value of the 'Interpolation' attribute.
- See Also:
- CurveInterpolationType,- isSetInterpolation(),- unsetInterpolation(),- setInterpolation(CurveInterpolationType),- Gml311Package.getBSplineType_Interpolation()
 
 - 
setInterpolationvoid setInterpolation(CurveInterpolationType value) Sets the value of the 'Interpolation' attribute.- Parameters:
- value- the new value of the 'Interpolation' attribute.
- See Also:
- CurveInterpolationType,- isSetInterpolation(),- unsetInterpolation(),- getInterpolation()
 
 - 
unsetInterpolationvoid unsetInterpolation() Unsets the value of the 'Interpolation' attribute.
 - 
isSetInterpolationboolean isSetInterpolation() Returns whether the value of the 'Interpolation' attribute is set.- Returns:
- whether the value of the 'Interpolation' attribute is set.
- See Also:
- unsetInterpolation(),- getInterpolation(),- setInterpolation(CurveInterpolationType)
 
 - 
isIsPolynomialboolean isIsPolynomial() Returns the value of the 'Is Polynomial' attribute. The attribute isPolynomial is set to true if this is a polynomial spline.- Returns:
- the value of the 'Is Polynomial' attribute.
- See Also:
- isSetIsPolynomial(),- unsetIsPolynomial(),- setIsPolynomial(boolean),- Gml311Package.getBSplineType_IsPolynomial()
 
 - 
setIsPolynomialvoid setIsPolynomial(boolean value) Sets the value of the 'Is Polynomial' attribute.- Parameters:
- value- the new value of the 'Is Polynomial' attribute.
- See Also:
- isSetIsPolynomial(),- unsetIsPolynomial(),- isIsPolynomial()
 
 - 
unsetIsPolynomialvoid unsetIsPolynomial() Unsets the value of the 'Is Polynomial' attribute.
 - 
isSetIsPolynomialboolean isSetIsPolynomial() Returns whether the value of the 'Is Polynomial' attribute is set.- Returns:
- whether the value of the 'Is Polynomial' attribute is set.
- See Also:
- unsetIsPolynomial(),- isIsPolynomial(),- setIsPolynomial(boolean)
 
 - 
getKnotTypeKnotTypesType getKnotType() Returns the value of the 'Knot Type' attribute. The literals are from the enumerationKnotTypesType. The attribute "knotType" gives the type of knot distribution used in defining this spline. This is for information only and is set according to the different construction-functions.- Returns:
- the value of the 'Knot Type' attribute.
- See Also:
- KnotTypesType,- isSetKnotType(),- unsetKnotType(),- setKnotType(KnotTypesType),- Gml311Package.getBSplineType_KnotType()
 
 - 
setKnotTypevoid setKnotType(KnotTypesType value) Sets the value of the 'Knot Type' attribute.- Parameters:
- value- the new value of the 'Knot Type' attribute.
- See Also:
- KnotTypesType,- isSetKnotType(),- unsetKnotType(),- getKnotType()
 
 - 
unsetKnotTypevoid unsetKnotType() Unsets the value of the 'Knot Type' attribute.- See Also:
- isSetKnotType(),- getKnotType(),- setKnotType(KnotTypesType)
 
 - 
isSetKnotTypeboolean isSetKnotType() Returns whether the value of the 'Knot Type' attribute is set.- Returns:
- whether the value of the 'Knot Type' attribute is set.
- See Also:
- unsetKnotType(),- getKnotType(),- setKnotType(KnotTypesType)
 
 
- 
 
-