Package net.opengis.gml311
Interface AbstractCurveSegmentType
- All Superinterfaces:
EObject
,Notifier
- All Known Subinterfaces:
ArcByBulgeType
,ArcByCenterPointType
,ArcStringByBulgeType
,ArcStringType
,ArcType
,BezierType
,BSplineType
,CircleByCenterPointType
,CircleType
,ClothoidType
,CubicSplineType
,GeodesicStringType
,GeodesicType
,LineStringSegmentType
,OffsetCurveType
- All Known Implementing Classes:
AbstractCurveSegmentTypeImpl
,ArcByBulgeTypeImpl
,ArcByCenterPointTypeImpl
,ArcStringByBulgeTypeImpl
,ArcStringTypeImpl
,ArcTypeImpl
,BezierTypeImpl
,BSplineTypeImpl
,CircleByCenterPointTypeImpl
,CircleTypeImpl
,ClothoidTypeImpl
,CubicSplineTypeImpl
,GeodesicStringTypeImpl
,GeodesicTypeImpl
,LineStringSegmentTypeImpl
,OffsetCurveTypeImpl
public interface AbstractCurveSegmentType
extends EObject
A representation of the model object 'Abstract Curve Segment Type'.
Curve segment defines a homogeneous segment of a curve.
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Num Derivative Interior' attribute.Returns the value of the 'Num Derivatives At End' attribute.Returns the value of the 'Num Derivatives At Start' attribute.boolean
Returns whether the value of the 'Num Derivative Interior
' attribute is set.boolean
Returns whether the value of the 'Num Derivatives At End
' attribute is set.boolean
Returns whether the value of the 'Num Derivatives At Start
' attribute is set.void
Sets the value of the 'Num Derivative Interior
' attribute.void
setNumDerivativesAtEnd
(BigInteger value) Sets the value of the 'Num Derivatives At End
' attribute.void
Sets the value of the 'Num Derivatives At Start
' attribute.void
Unsets the value of the 'Num Derivative Interior
' attribute.void
Unsets the value of the 'Num Derivatives At End
' attribute.void
Unsets the value of the 'Num Derivatives At Start
' attribute.Methods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getNumDerivativeInterior
BigInteger getNumDerivativeInterior()Returns the value of the 'Num Derivative Interior' attribute. The default value is"0"
. The attribute "numDerivativesInterior" specifies the type of continuity that is guaranteed interior to the curve. The default value of "0" means simple continuity, which is a mandatory minimum level of continuity. This level is referred to as "C 0 " in mathematical texts. A value of 1 means that the function and its first derivative are continuous at the appropriate end point: "C 1 " continuity. A value of "n" for any integer means the function and its first n derivatives are continuous: "C n " continuity. NOTE: Use of these values is only appropriate when the basic curve definition is an underdetermined system. For example, line string segments cannot support continuity above C 0 , since there is no spare control parameter to adjust the incoming angle at the end points of the segment. Spline functions on the other hand often have extra degrees of freedom on end segments that allow them to adjust the values of the derivatives to support C 1 or higher continuity.- Returns:
- the value of the 'Num Derivative Interior' attribute.
- See Also:
-
setNumDerivativeInterior
Sets the value of the 'Num Derivative Interior
' attribute.- Parameters:
value
- the new value of the 'Num Derivative Interior' attribute.- See Also:
-
unsetNumDerivativeInterior
void unsetNumDerivativeInterior()Unsets the value of the 'Num Derivative Interior
' attribute. -
isSetNumDerivativeInterior
boolean isSetNumDerivativeInterior()Returns whether the value of the 'Num Derivative Interior
' attribute is set.- Returns:
- whether the value of the 'Num Derivative Interior' attribute is set.
- See Also:
-
getNumDerivativesAtEnd
BigInteger getNumDerivativesAtEnd()Returns the value of the 'Num Derivatives At End' attribute. The default value is"0"
. The attribute "numDerivativesAtEnd" specifies the type of continuity between this curve segment and its successor. If this is the last curve segment in the curve, one of these values, as appropriate, is ignored. The default value of "0" means simple continuity, which is a mandatory minimum level of continuity. This level is referred to as "C 0 " in mathematical texts. A value of 1 means that the function and its first derivative are continuous at the appropriate end point: "C 1 " continuity. A value of "n" for any integer means the function and its first n derivatives are continuous: "C n " continuity. NOTE: Use of these values is only appropriate when the basic curve definition is an underdetermined system. For example, line string segments cannot support continuity above C 0 , since there is no spare control parameter to adjust the incoming angle at the end points of the segment. Spline functions on the other hand often have extra degrees of freedom on end segments that allow them to adjust the values of the derivatives to support C 1 or higher continuity.- Returns:
- the value of the 'Num Derivatives At End' attribute.
- See Also:
-
setNumDerivativesAtEnd
Sets the value of the 'Num Derivatives At End
' attribute.- Parameters:
value
- the new value of the 'Num Derivatives At End' attribute.- See Also:
-
unsetNumDerivativesAtEnd
void unsetNumDerivativesAtEnd()Unsets the value of the 'Num Derivatives At End
' attribute. -
isSetNumDerivativesAtEnd
boolean isSetNumDerivativesAtEnd()Returns whether the value of the 'Num Derivatives At End
' attribute is set.- Returns:
- whether the value of the 'Num Derivatives At End' attribute is set.
- See Also:
-
getNumDerivativesAtStart
BigInteger getNumDerivativesAtStart()Returns the value of the 'Num Derivatives At Start' attribute. The default value is"0"
. The attribute "numDerivativesAtStart" specifies the type of continuity between this curve segment and its predecessor. If this is the first curve segment in the curve, one of these values, as appropriate, is ignored. The default value of "0" means simple continuity, which is a mandatory minimum level of continuity. This level is referred to as "C 0 " in mathematical texts. A value of 1 means that the function and its first derivative are continuous at the appropriate end point: "C 1 " continuity. A value of "n" for any integer means the function and its first n derivatives are continuous: "C n " continuity. NOTE: Use of these values is only appropriate when the basic curve definition is an underdetermined system. For example, line string segments cannot support continuity above C 0 , since there is no spare control parameter to adjust the incoming angle at the end points of the segment. Spline functions on the other hand often have extra degrees of freedom on end segments that allow them to adjust the values of the derivatives to support C 1 or higher continuity.- Returns:
- the value of the 'Num Derivatives At Start' attribute.
- See Also:
-
setNumDerivativesAtStart
Sets the value of the 'Num Derivatives At Start
' attribute.- Parameters:
value
- the new value of the 'Num Derivatives At Start' attribute.- See Also:
-
unsetNumDerivativesAtStart
void unsetNumDerivativesAtStart()Unsets the value of the 'Num Derivatives At Start
' attribute. -
isSetNumDerivativesAtStart
boolean isSetNumDerivativesAtStart()Returns whether the value of the 'Num Derivatives At Start
' attribute is set.- Returns:
- whether the value of the 'Num Derivatives At Start' attribute is set.
- See Also:
-