Class TLcdGML32ArcByCenterPoint
- All Implemented Interfaces:
ILcdDataObject
,ILcdBounded
,ILcdCircularArc
,ILcdCircularArcByCenterPoint
,ILcdCurve
,ILcdShape
,ILcd2DEditableCircularArcByCenterPoint
,ILcd2DEditableShape
,ILcdCloneable
,ILcdDeepCloneable
,Serializable
,Cloneable
- Direct Known Subclasses:
TLcdGML32CircleByCenterPoint
- Since:
- 10.0
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to theendAngle
element.static final TLcdDataProperty
Data property that maps to theinterpolation
attribute.static final TLcdDataProperty
Data property that maps to thenumArc
attribute.static final TLcdDataProperty
Data property that maps to thenumDerivativeInterior
attribute.static final TLcdDataProperty
Data property that maps to thenumDerivativesAtEnd
attribute.static final TLcdDataProperty
Data property that maps to thenumDerivativesAtStart
attribute.static final TLcdDataProperty
Data property that maps to the choice between thepos
andpointProperty
andpointRep
andposList
andcoordinates
elements.static final TLcdDataProperty
Data property that maps to theradius
element.static final TLcdDataProperty
Data property that maps to thestartAngle
element.Fields inherited from interface com.luciad.shape.ILcdCurve
INTERPOLATION_CIRCLE_BY_3POINTS, INTERPOLATION_CIRCLE_BY_CENTERPOINT, INTERPOLATION_CIRCULARARC_BY_3POINTS, INTERPOLATION_CIRCULARARC_BY_BULGE, INTERPOLATION_CIRCULARARC_BY_CENTERPOINT, INTERPOLATION_ELLIPTICAL, INTERPOLATION_GEODESIC, INTERPOLATION_LINEAR, INTERPOLATION_MIXED, INTERPOLATION_RHUMB
-
Constructor Summary
ConstructorDescriptionTLcdGML32ArcByCenterPoint
(double aCenterLon, double aCenterLat, double aRadius, double aStartAngle, double aArcAngle, ILcdModelReference aModelReference) Creates a new instance with the given parameters.TLcdGML32ArcByCenterPoint
(TLcdDataType aDataType, ILcdModelReference aModelReference) Constructs a new instance and initializes its posGroup with a DirectPosition for the given model referenceTLcdGML32ArcByCenterPoint
(ILcdModelReference aModelReference) Constructs a new instance and initializes its posGroup with a DirectPosition for the given model reference -
Method Summary
Modifier and TypeMethodDescriptionclone()
Returns a deep clone of this object.Returns a deep clone of this object.void
computePointSFCT
(double aParam, ILcd3DEditablePoint aPointSFCT) Computes a point of the curve, defined by the given parameter.boolean
Adapts this arc such that its start point and end point coincide with the given start and end point.boolean
contains2D
(double aX, double aY) Checks whether thisILcdShape
contains the given point in the 2D space.boolean
contains2D
(ILcdPoint aPoint) Checks whether thisILcdShape
contains the givenILcdPoint
in the 2D space.boolean
contains3D
(double aX, double aY, double aZ) Checks whether thisILcdShape
contains the given point in the 3D space.boolean
contains3D
(ILcdPoint aPoint) Checks whether thisILcdShape
contains the givenILcdPoint
in the 3D space.double
Returns the angle over which thisILcdCircularArc
extends (in degrees).Returns theILcdBounds
by which the geometry of thisILcdBounded
object is bounded.Returns the center of thisILcdCircularArc
.Returns the value of the property that maps to theendAngle
element.Retrieves the end point of the curve.double
Returns the angle of the curve's tangent at the end point, in degrees counterclockwise from the direction at 3 o'clock.Returns the focus point of thisILcdShape
.Returns the interpolation method used by this curve.Returns the value of the property that maps to theinterpolation
attribute.double
getLength2D
(double aParam1, double aParam2) Returns the length between two points of the curve, defined by the given parameters.int
Returns the number of intersections between this curve and a line segment defined by the two specified points.long
Returns the value of the property that maps to thenumArc
attribute.long
Returns the value of the property that maps to thenumDerivativeInterior
attribute.long
Returns the value of the property that maps to thenumDerivativesAtEnd
attribute.long
Returns the value of the property that maps to thenumDerivativesAtStart
attribute.Returns the value of the property that maps to the choice between thepos
andpointProperty
andpointRep
andposList
andcoordinates
elements.double
Returns the radius of thisILcdCircularArc
.Returns the value of the property that maps to theradius
element.double
Returns the start angle of thisILcdCircularArc
(in degrees).Returns the value of the property that maps to thestartAngle
element.Retrieves the start point of the curve.double
Returns the angle of the curve's tangent at the start point, in degrees counterclockwise from the direction at 3 o'clock.double
getTangent2D
(double aParam) Returns the angle of the curve's tangent in the point defined by the given parameter, in degrees counterclockwise from the direction at 3 o'clock.void
move2D
(double aX, double aY) Moves thisILcd2DEditableShape
to the given point in the 2D space.void
Moves thisILcd2DEditableShape
to the given point in the 2D space.void
setArcAngle
(double aArcAngle) Sets the angle over which the arc extends (in degrees).void
setEndAngle
(TLcdGML32Angle aValue) Sets the value of the property that maps to theendAngle
element.void
Sets the value of the property that maps to theinterpolation
attribute.void
setNumArc
(long aValue) Sets the value of the property that maps to thenumArc
attribute.void
setNumDerivativeInterior
(long aValue) Sets the value of the property that maps to thenumDerivativeInterior
attribute.void
setNumDerivativesAtEnd
(long aValue) Sets the value of the property that maps to thenumDerivativesAtEnd
attribute.void
setNumDerivativesAtStart
(long aValue) Sets the value of the property that maps to thenumDerivativesAtStart
attribute.void
setPosGroup
(ILcdDataObject aValue) Sets the value of the property that maps to the choice between thepos
andpointProperty
andpointRep
andposList
andcoordinates
elements.void
setRadius
(double aRadius) Sets the circle's radius.void
setRadiusGML
(TLcdGML32Length aValue) Sets the value of the property that maps to theradius
element.void
setStartAngle
(double aStartAngle) Sets the start angle of the arc (in degrees).void
setStartAngleGML
(TLcdGML32Angle aValue) Sets the value of the property that maps to thestartAngle
element.void
translate2D
(double aDeltaX, double aDeltaY) Translates thisILcd2DEditableShape
from its current position over the given translation vector in the 2D space.Methods inherited from class com.luciad.datamodel.TLcdDataObject
getDataType, getValue, getValue, hasValue, hasValue, setValue, setValue, toString
-
Field Details
-
INTERPOLATION_ATTR_PROPERTY
Data property that maps to theinterpolation
attribute. The possible values for this property are instances ofELcdGML32CurveInterpolation
. -
NUM_ARC_PROPERTY
Data property that maps to thenumArc
attribute. The possible values for this property are instances oflong
. -
POS_GROUP_PROPERTY
Data property that maps to the choice between thepos
andpointProperty
andpointRep
andposList
andcoordinates
elements. The possible values for this property are instances of -
RADIUS_GML_PROPERTY
Data property that maps to theradius
element. The possible values for this property are instances ofTLcdGML32Length
. -
START_ANGLE_GML_PROPERTY
Data property that maps to thestartAngle
element. The possible values for this property are instances ofTLcdGML32Angle
. -
END_ANGLE_PROPERTY
Data property that maps to theendAngle
element. The possible values for this property are instances ofTLcdGML32Angle
. -
NUM_DERIVATIVE_INTERIOR_PROPERTY
Data property that maps to thenumDerivativeInterior
attribute. The possible values for this property are instances oflong
. -
NUM_DERIVATIVES_AT_END_PROPERTY
Data property that maps to thenumDerivativesAtEnd
attribute. The possible values for this property are instances oflong
. -
NUM_DERIVATIVES_AT_START_PROPERTY
Data property that maps to thenumDerivativesAtStart
attribute. The possible values for this property are instances oflong
.
-
-
Constructor Details
-
TLcdGML32ArcByCenterPoint
public TLcdGML32ArcByCenterPoint() -
TLcdGML32ArcByCenterPoint
-
TLcdGML32ArcByCenterPoint
Constructs a new instance and initializes its posGroup with a DirectPosition for the given model reference- Parameters:
aModelReference
- the model reference for this arc- See Also:
-
TLcdGML32ArcByCenterPoint
public TLcdGML32ArcByCenterPoint(double aCenterLon, double aCenterLat, double aRadius, double aStartAngle, double aArcAngle, ILcdModelReference aModelReference) Creates a new instance with the given parameters.- Parameters:
aCenterLon
- the longitude or x-coordinate of the center.aCenterLat
- the latitude or y-coordinate of the center.aRadius
- the radius of the circle in meters.aStartAngle
- the start angle (in degrees), counterclockwise from the direction at 3 o'clock).aArcAngle
- the arc angle (in degrees, counterclockwise from the start angle).aModelReference
- the model reference.
-
TLcdGML32ArcByCenterPoint
Constructs a new instance and initializes its posGroup with a DirectPosition for the given model reference- Parameters:
aDataType
- the data type for this arcaModelReference
- the model reference for this arc- See Also:
-
-
Method Details
-
setRadius
public void setRadius(double aRadius) Description copied from interface:ILcd2DEditableCircularArcByCenterPoint
Sets the circle's radius.- Specified by:
setRadius
in interfaceILcd2DEditableCircularArcByCenterPoint
- Parameters:
aRadius
- the new radius.
-
setStartAngle
public void setStartAngle(double aStartAngle) Description copied from interface:ILcd2DEditableCircularArcByCenterPoint
Sets the start angle of the arc (in degrees). The angle is measured from 3 o'clock position, positive counter-clockwise.- Specified by:
setStartAngle
in interfaceILcd2DEditableCircularArcByCenterPoint
- Parameters:
aStartAngle
- the new start angle.
-
setArcAngle
public void setArcAngle(double aArcAngle) Description copied from interface:ILcd2DEditableCircularArcByCenterPoint
Sets the angle over which the arc extends (in degrees). The angle is positive counter-clockwise.- Specified by:
setArcAngle
in interfaceILcd2DEditableCircularArcByCenterPoint
- Parameters:
aArcAngle
- the new arc angle.
-
getCenter
Description copied from interface:ILcdCircularArc
Returns the center of thisILcdCircularArc
.- Specified by:
getCenter
in interfaceILcdCircularArc
- Returns:
- the center of this
ILcdCircularArc
.
-
getRadius
public double getRadius()Description copied from interface:ILcdCircularArc
Returns the radius of thisILcdCircularArc
.- Specified by:
getRadius
in interfaceILcdCircularArc
- Returns:
- the radius of this
ILcdCircularArc
.
-
getStartAngle
public double getStartAngle()Description copied from interface:ILcdCircularArc
Returns the start angle of thisILcdCircularArc
(in degrees). The angle is measured from 3 o'clock position, positive counter-clockwise.- Specified by:
getStartAngle
in interfaceILcdCircularArc
- Returns:
- the start angle of the arc (in degrees). The angle is measured from 3 o'clock position, positive counter-clockwise.
-
getArcAngle
public double getArcAngle()Description copied from interface:ILcdCircularArc
Returns the angle over which thisILcdCircularArc
extends (in degrees). The angle is positive counter-clockwise.- Specified by:
getArcAngle
in interfaceILcdCircularArc
- Returns:
- the angle over which the arc extends (in degrees). The angle is positive counter-clockwise.
-
getStartPoint
Description copied from interface:ILcdCurve
Retrieves the start point of the curve.This is equivalent to
computePointSFCT(0)
.- Specified by:
getStartPoint
in interfaceILcdCurve
- Overrides:
getStartPoint
in classTLcdGML32AbstractCurveSegment
- Returns:
- the start point of the curve
-
getEndPoint
Description copied from interface:ILcdCurve
Retrieves the end point of the curve.This is equivalent to
computePointSFCT(1)
.- Specified by:
getEndPoint
in interfaceILcdCurve
- Overrides:
getEndPoint
in classTLcdGML32AbstractCurveSegment
- Returns:
- the end point of the curve
-
getStartTangent2D
public double getStartTangent2D()Description copied from interface:ILcdCurve
Returns the angle of the curve's tangent at the start point, in degrees counterclockwise from the direction at 3 o'clock.The tangent orientation is from the start point towards the rest of the shape.
This is the same as
getTangent2D(0)
.- Specified by:
getStartTangent2D
in interfaceILcdCurve
- Overrides:
getStartTangent2D
in classTLcdGML32AbstractCurveSegment
- Returns:
- the curve's angle in the start point
-
getEndTangent2D
public double getEndTangent2D()Description copied from interface:ILcdCurve
Returns the angle of the curve's tangent at the end point, in degrees counterclockwise from the direction at 3 o'clock.The tangent orientation is from the end point, away from the curve before it.
This is the same as
getTangent2D(1)
.- Specified by:
getEndTangent2D
in interfaceILcdCurve
- Overrides:
getEndTangent2D
in classTLcdGML32AbstractCurveSegment
- Returns:
- the curve's angle in the end point
-
getTangent2D
public double getTangent2D(double aParam) Description copied from interface:ILcdCurve
Returns the angle of the curve's tangent in the point defined by the given parameter, in degrees counterclockwise from the direction at 3 o'clock.The tangent orientation is from the point at parameter
aParam
towards the rest of the shape.- The tangent at parameter 0 is the same as
ILcdCurve.getStartTangent2D()
. - The tangent at parameter 1 is the same as
ILcdCurve.getEndTangent2D()
.
- Specified by:
getTangent2D
in interfaceILcdCurve
- Overrides:
getTangent2D
in classTLcdGML32AbstractCurveSegment
- Parameters:
aParam
- a value of the closed interval [0,1]- Returns:
- the curve's angle in the point defined by the given parameter
- The tangent at parameter 0 is the same as
-
getLength2D
public double getLength2D(double aParam1, double aParam2) Description copied from interface:ILcdCurve
Returns the length between two points of the curve, defined by the given parameters.- When
aParam1 == aParam2
, the length is 0. - When
aParam1 == 0 and aParam2 == 1
, the length is the whole length of the curve. - When
aParam1 > aParam2
, the length is (aParam1 to 1
) + (0 to aParam2
).
- Specified by:
getLength2D
in interfaceILcdCurve
- Overrides:
getLength2D
in classTLcdGML32AbstractCurveSegment
- Parameters:
aParam1
- a value of the closed interval [0,1]aParam2
- a value of the closed interval [0,1]- Returns:
- the length of the curve.
- When
-
computePointSFCT
Description copied from interface:ILcdCurve
Computes a point of the curve, defined by the given parameter.- At parameter 0, the point is the same as
ILcdCurve.getStartPoint()
. - At parameter 1, the point is the same as
ILcdCurve.getEndPoint()
.
- Specified by:
computePointSFCT
in interfaceILcdCurve
- Overrides:
computePointSFCT
in classTLcdGML32AbstractCurveSegment
- Parameters:
aParam
- a value of the closed interval [0,1]aPointSFCT
- the point to store the computed curve point in
- At parameter 0, the point is the same as
-
getInterpolation
Description copied from interface:ILcdCurve
Returns the interpolation method used by this curve.A set of predefined constants are defined in this interface, which are used by the default
ILcdCurve
implementations provided by LuciadLightspeed.Custom implementations can define their own constants, and use them to interpret the interpolation of the curve.
- Specified by:
getInterpolation
in interfaceILcdCircularArc
- Specified by:
getInterpolation
in interfaceILcdCircularArcByCenterPoint
- Specified by:
getInterpolation
in interfaceILcdCurve
- Overrides:
getInterpolation
in classTLcdGML32AbstractCurveSegment
- Returns:
- the interpolation method used by this curve.
-
getLineSegmentIntersectionCount
Description copied from interface:ILcdCurve
Returns the number of intersections between this curve and a line segment defined by the two specified points.This information can be used to perform containment calculations, if this curve is closed or if this curve is part of a composite closed curve. By determining the number of intersections between this curve and a line segment starting from a given point in a fixed direction, one can determine whether a point is located within the closed curve by using the even-odd rule.
- Specified by:
getLineSegmentIntersectionCount
in interfaceILcdCurve
- Overrides:
getLineSegmentIntersectionCount
in classTLcdGML32AbstractCurveSegment
- Parameters:
aP1
- the first point of the line segmentaP2
- the second point of the line segment- Returns:
- the number of intersections between the curve and the line segment
-
move2D
Description copied from interface:ILcd2DEditableShape
Moves thisILcd2DEditableShape
to the given point in the 2D space. The focus point is used as the handle by which the shape is moved. Only the first two dimensions of theILcdShape
and theILcdPoint
are considered. The third dimension is left unchanged.- Specified by:
move2D
in interfaceILcd2DEditableShape
- Parameters:
aPoint
- theILcdPoint
to move to.- See Also:
-
move2D
public void move2D(double aX, double aY) Description copied from interface:ILcd2DEditableShape
Moves thisILcd2DEditableShape
to the given point in the 2D space. The focus point is used as the handle by which the shape is moved. Only the first two dimensions of theILcdShape
are considered. The third dimension is left unchanged.- Specified by:
move2D
in interfaceILcd2DEditableShape
- Parameters:
aX
- the x coordinate of the point.aY
- the y coordinate of the point.
-
translate2D
public void translate2D(double aDeltaX, double aDeltaY) Description copied from interface:ILcd2DEditableShape
Translates thisILcd2DEditableShape
from its current position over the given translation vector in the 2D space. Only the first two dimensions of theILcdShape
are considered. The third dimension is left unchanged.- Specified by:
translate2D
in interfaceILcd2DEditableShape
- Parameters:
aDeltaX
- the x coordinate of the translation vector.aDeltaY
- the y coordinate of the translation vector.
-
getFocusPoint
Description copied from interface:ILcdShape
Returns the focus point of thisILcdShape
.- Specified by:
getFocusPoint
in interfaceILcdShape
- Overrides:
getFocusPoint
in classTLcdGML32AbstractCurveSegment
- Returns:
- the focus point of this
ILcdShape
.
-
contains2D
Description copied from interface:ILcdShape
Checks whether thisILcdShape
contains the givenILcdPoint
in the 2D space. Only the first two dimensions of theILcdShape
and theILcdPoint
are considered.- Specified by:
contains2D
in interfaceILcdShape
- Overrides:
contains2D
in classTLcdGML32AbstractCurveSegment
- Parameters:
aPoint
- theILcdPoint
to test.- Returns:
- the boolean result of the containment test.
- See Also:
-
contains2D
public boolean contains2D(double aX, double aY) Description copied from interface:ILcdShape
Checks whether thisILcdShape
contains the given point in the 2D space. Only the first two dimensions of theILcdShape
are considered.- Specified by:
contains2D
in interfaceILcdShape
- Overrides:
contains2D
in classTLcdGML32AbstractCurveSegment
- Parameters:
aX
- the x coordinate of the point.aY
- the y coordinate of the point.- Returns:
- the boolean result of the containment test.
-
contains3D
public boolean contains3D(double aX, double aY, double aZ) Description copied from interface:ILcdShape
Checks whether thisILcdShape
contains the given point in the 3D space.- Specified by:
contains3D
in interfaceILcdShape
- Overrides:
contains3D
in classTLcdGML32AbstractCurveSegment
- Parameters:
aX
- the x coordinate of the point.aY
- the y coordinate of the point.aZ
- the z coordinate of the point.- Returns:
- the boolean result of the containment test.
-
contains3D
Description copied from interface:ILcdShape
Checks whether thisILcdShape
contains the givenILcdPoint
in the 3D space.- Specified by:
contains3D
in interfaceILcdShape
- Overrides:
contains3D
in classTLcdGML32AbstractCurveSegment
- Parameters:
aPoint
- theILcdPoint
to test.- Returns:
- the boolean result of the containment test.
- See Also:
-
clone
Description copied from class:TLcdDataObject
Returns a deep clone of this object. This method delegates toTLcdDataObject.clone(Map)
.- Specified by:
clone
in interfaceILcdCloneable
- Overrides:
clone
in classTLcdDataObject
- Returns:
- a deep clone of this object
- See Also:
-
clone
Description copied from class:TLcdDataObject
Returns a deep clone of this object. If the clone is not already present in the dictionary, a new instance if created as follows:- First, a new instance is created using Java's clone() mechanism.
- Then, all properties of this object are cloned and set on the newly created
instance. A property is cloned as follows:
- If the property value is an
ILcdDataObject
, the value is cloned by first creating a new instance via thevalue.getDataType().newInstance()
method, and then cloning its properties one by one. - If the value implements
ILcdDeepCloneable
orILcdCloneable
then this interface is used to clone the value. - Otherwise, the property value is copied by reference.
- If the property value is an
- Specified by:
clone
in interfaceILcdDeepCloneable
- Overrides:
clone
in classTLcdDataObject
- Parameters:
aObjectDictionary
- the Object dictionary that keeps track of the objects for which a clone has already been made, and their corresponding clone Object.- Returns:
- a deep clone of this object
-
connect
Adapts this arc such that its start point and end point coincide with the given start and end point. Note that this modification is only observable when this object is accessed through the
ILcd2DEditableCircularArcByCenterPoint
interface. When accessed using the GML or the ILcdDataObject API, the original state is used.This method should be used for arcs that are part of an
ILcdCompositeCurve
and that have inaccurate coordinates. Drawing such arcs directly may result in exceptions being thrown while painting because theILcdCompositeCurve
contract is not observed. TheILcdCompositeCurve
contract explicitly states that the end point of a curve member should coincide with the start point of the next curve member.In case the difference between the computed start/end point and the given start/end point is too large,
false
is returned. In that case, no adaptation is done. Otherwise,true
is returned.- Parameters:
aStart
- the start point that this curve should have (seegetStartPoint()
)aEnd
- the end point that this curve should have (seegetEndPoint()
)- Returns:
- true if the curve is adapted to have its start and end point coincide with the given points
-
getBounds
Description copied from interface:ILcdBounded
Returns theILcdBounds
by which the geometry of thisILcdBounded
object is bounded.If the geometry does not allow retrieving valid bounds (for example a polyline with 0 points) the return value is unspecified. It is highly recommended to return an
undefined
bounds. You can create undefined bounds using the default constructors ofTLcdLonLatBounds
orTLcdXYBounds
.- Specified by:
getBounds
in interfaceILcdBounded
- Overrides:
getBounds
in classTLcdGML32AbstractCurveSegment
- Returns:
- the
ILcdBounds
by which the geometry of thisILcdBounded
object is bounded.
-
getInterpolationAttr
Returns the value of the property that maps to theinterpolation
attribute.- Returns:
- the value of the
INTERPOLATION_ATTR_PROPERTY
property.
-
setInterpolationAttr
Sets the value of the property that maps to theinterpolation
attribute.- Parameters:
aValue
- the value to set for theINTERPOLATION_ATTR_PROPERTY
property.
-
getNumArc
public long getNumArc()Returns the value of the property that maps to thenumArc
attribute.- Returns:
- the value of the
NUM_ARC_PROPERTY
property.
-
setNumArc
public void setNumArc(long aValue) Sets the value of the property that maps to thenumArc
attribute.- Parameters:
aValue
- the value to set for theNUM_ARC_PROPERTY
property.
-
getPosGroup
Returns the value of the property that maps to the choice between thepos
andpointProperty
andpointRep
andposList
andcoordinates
elements.The possible values for this property are instances of
- Returns:
- the value of the
POS_GROUP_PROPERTY
property.
-
setPosGroup
Sets the value of the property that maps to the choice between thepos
andpointProperty
andpointRep
andposList
andcoordinates
elements.The possible values for this property are instances of
- Parameters:
aValue
- the value to set for thePOS_GROUP_PROPERTY
property.
-
getRadiusGML
Returns the value of the property that maps to theradius
element.- Returns:
- the value of the
RADIUS_GML_PROPERTY
property.
-
setRadiusGML
Sets the value of the property that maps to theradius
element.- Parameters:
aValue
- the value to set for theRADIUS_GML_PROPERTY
property.
-
getStartAngleGML
Returns the value of the property that maps to thestartAngle
element.- Returns:
- the value of the
START_ANGLE_GML_PROPERTY
property.
-
setStartAngleGML
Sets the value of the property that maps to thestartAngle
element.- Parameters:
aValue
- the value to set for theSTART_ANGLE_GML_PROPERTY
property.
-
getEndAngle
Returns the value of the property that maps to theendAngle
element.- Returns:
- the value of the
END_ANGLE_PROPERTY
property.
-
setEndAngle
Sets the value of the property that maps to theendAngle
element.- Parameters:
aValue
- the value to set for theEND_ANGLE_PROPERTY
property.
-
getNumDerivativeInterior
public long getNumDerivativeInterior()Returns the value of the property that maps to thenumDerivativeInterior
attribute.- Returns:
- the value of the
NUM_DERIVATIVE_INTERIOR_PROPERTY
property.
-
setNumDerivativeInterior
public void setNumDerivativeInterior(long aValue) Sets the value of the property that maps to thenumDerivativeInterior
attribute.- Parameters:
aValue
- the value to set for theNUM_DERIVATIVE_INTERIOR_PROPERTY
property.
-
getNumDerivativesAtEnd
public long getNumDerivativesAtEnd()Returns the value of the property that maps to thenumDerivativesAtEnd
attribute.- Returns:
- the value of the
NUM_DERIVATIVES_AT_END_PROPERTY
property.
-
setNumDerivativesAtEnd
public void setNumDerivativesAtEnd(long aValue) Sets the value of the property that maps to thenumDerivativesAtEnd
attribute.- Parameters:
aValue
- the value to set for theNUM_DERIVATIVES_AT_END_PROPERTY
property.
-
getNumDerivativesAtStart
public long getNumDerivativesAtStart()Returns the value of the property that maps to thenumDerivativesAtStart
attribute.- Returns:
- the value of the
NUM_DERIVATIVES_AT_START_PROPERTY
property.
-
setNumDerivativesAtStart
public void setNumDerivativesAtStart(long aValue) Sets the value of the property that maps to thenumDerivativesAtStart
attribute.- Parameters:
aValue
- the value to set for theNUM_DERIVATIVES_AT_START_PROPERTY
property.
-