Class LinearRefExample
- java.lang.Object
-
- com.vividsolutions.jtsexample.linearref.LinearRefExample
-
public class LinearRefExample extends java.lang.ObjectExamples of Linear Referencing- Version:
- 1.7
-
-
Constructor Summary
Constructors Constructor Description LinearRefExample()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidmain(java.lang.String[] args)voidrun()voidrunExtractedLine(java.lang.String wkt, double start, double end)
-
-
-
Method Detail
-
main
public static void main(java.lang.String[] args) throws java.lang.Exception- Throws:
java.lang.Exception
-
run
public void run() throws java.lang.Exception- Throws:
java.lang.Exception
-
runExtractedLine
public void runExtractedLine(java.lang.String wkt, double start, double end) throws ParseException- Throws:
ParseException
-
-