Package org.opentrafficsim.core.geometry
Class BufferingTests
java.lang.Object
org.opentrafficsim.core.geometry.BufferingTests
Test the alternative offset line classes.
- Author:
- Peter Knoppers
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidTest the offsetLine method that takes relative fraction and offsets arrays.static voidvoidTest some very simple cases of offset line.
-
Constructor Details
-
BufferingTests
public BufferingTests()
-
-
Method Details
-
testVariousBufferings
Test some very simple cases of offset line.- Throws:
OtsGeometryException- if that happens uncaught; this test has failed
-
fractionalOffsetLineTest
Test the offsetLine method that takes relative fraction and offsets arrays.- Throws:
OtsGeometryException- if that happens uncaught; this test has failed
-
main
- Parameters:
args- String[]; args- Throws:
NetworkException- on errorOtsGeometryException- on error
-