Package org.gvsig.symbology
Interface PathLength
public interface PathLength
-
Method Summary
Modifier and TypeMethodDescriptionfloatangleAtLength(float length) Returns the slope of the path at the specified length.floatReturns the length of the path used by this PathLength object.pointAtLength(float length) Returns the point that is at the given length along the path.
-
Method Details
-
angleAtLength
float angleAtLength(float length) Returns the slope of the path at the specified length. -
lengthOfPath
float lengthOfPath()Returns the length of the path used by this PathLength object.- Returns:
- The length of the path.
-
pointAtLength
Returns the point that is at the given length along the path.- Parameters:
length- The length along the path- Returns:
- The point at the given length
-