|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OffsetCurve
A CurveSegment
that is defined by a base Curve
and an offset vector.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.deegree.geometry.primitive.segments.CurveSegment |
---|
CurveSegment.CurveSegmentType |
Method Summary | |
---|---|
Curve |
getBaseCurve()
Returns the Curve that the curve segment's definition is based on. |
Point |
getDirection()
Returns the direction of the offset from the base Curve . |
Measure |
getDistance(Unit uom)
Returns the distance from the base Curve . |
Methods inherited from interface org.deegree.geometry.primitive.segments.CurveSegment |
---|
getCoordinateDimension, getEndPoint, getSegmentType, getStartPoint |
Method Detail |
---|
Curve getBaseCurve()
Curve
that the curve segment's definition is based on.
Curve
used as the base geometryMeasure getDistance(Unit uom)
Curve
.
uom
- units-of-measure that the distance shall be expressed as, or null for units of the underlying
coordinate system
Point getDirection()
Curve
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |