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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BigInteger
getNumDerivativeInterior()
Returns the value of the 'Num Derivative Interior' attribute.BigInteger
getNumDerivativesAtEnd()
Returns the value of the 'Num Derivatives At End' attribute.BigInteger
getNumDerivativesAtStart()
Returns the value of the 'Num Derivatives At Start' attribute.boolean
isSetNumDerivativeInterior()
Returns whether the value of the 'Num Derivative Interior
' attribute is set.boolean
isSetNumDerivativesAtEnd()
Returns whether the value of the 'Num Derivatives At End
' attribute is set.boolean
isSetNumDerivativesAtStart()
Returns whether the value of the 'Num Derivatives At Start
' attribute is set.void
setNumDerivativeInterior(BigInteger value)
Sets the value of the 'Num Derivative Interior
' attribute.void
setNumDerivativesAtEnd(BigInteger value)
Sets the value of the 'Num Derivatives At End
' attribute.void
setNumDerivativesAtStart(BigInteger value)
Sets the value of the 'Num Derivatives At Start
' attribute.void
unsetNumDerivativeInterior()
Unsets the value of the 'Num Derivative Interior
' attribute.void
unsetNumDerivativesAtEnd()
Unsets the value of the 'Num Derivatives At End
' attribute.void
unsetNumDerivativesAtStart()
Unsets the value of the 'Num Derivatives At Start
' attribute.
-
-
-
Method Detail
-
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:
isSetNumDerivativeInterior()
,unsetNumDerivativeInterior()
,setNumDerivativeInterior(BigInteger)
,Gml311Package.getAbstractCurveSegmentType_NumDerivativeInterior()
-
setNumDerivativeInterior
void setNumDerivativeInterior(BigInteger value)
Sets the value of the 'Num Derivative Interior
' attribute.- Parameters:
value
- the new value of the 'Num Derivative Interior' attribute.- See Also:
isSetNumDerivativeInterior()
,unsetNumDerivativeInterior()
,getNumDerivativeInterior()
-
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:
unsetNumDerivativeInterior()
,getNumDerivativeInterior()
,setNumDerivativeInterior(BigInteger)
-
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:
isSetNumDerivativesAtEnd()
,unsetNumDerivativesAtEnd()
,setNumDerivativesAtEnd(BigInteger)
,Gml311Package.getAbstractCurveSegmentType_NumDerivativesAtEnd()
-
setNumDerivativesAtEnd
void setNumDerivativesAtEnd(BigInteger value)
Sets the value of the 'Num Derivatives At End
' attribute.- Parameters:
value
- the new value of the 'Num Derivatives At End' attribute.- See Also:
isSetNumDerivativesAtEnd()
,unsetNumDerivativesAtEnd()
,getNumDerivativesAtEnd()
-
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:
unsetNumDerivativesAtEnd()
,getNumDerivativesAtEnd()
,setNumDerivativesAtEnd(BigInteger)
-
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:
isSetNumDerivativesAtStart()
,unsetNumDerivativesAtStart()
,setNumDerivativesAtStart(BigInteger)
,Gml311Package.getAbstractCurveSegmentType_NumDerivativesAtStart()
-
setNumDerivativesAtStart
void setNumDerivativesAtStart(BigInteger value)
Sets the value of the 'Num Derivatives At Start
' attribute.- Parameters:
value
- the new value of the 'Num Derivatives At Start' attribute.- See Also:
isSetNumDerivativesAtStart()
,unsetNumDerivativesAtStart()
,getNumDerivativesAtStart()
-
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:
unsetNumDerivativesAtStart()
,getNumDerivativesAtStart()
,setNumDerivativesAtStart(BigInteger)
-
-