JTS Topology Suite version 1.12

com.vividsolutions.jts.algorithm
Class InteriorPointLine

java.lang.Object
  extended by com.vividsolutions.jts.algorithm.InteriorPointLine

public class InteriorPointLine
extends java.lang.Object

Computes a point in the interior of an linear geometry.

Algorithm

Version:
1.7

Constructor Summary
InteriorPointLine(Geometry g)
           
 
Method Summary
 Coordinate getInteriorPoint()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InteriorPointLine

public InteriorPointLine(Geometry g)
Method Detail

getInteriorPoint

public Coordinate getInteriorPoint()

JTS Topology Suite version 1.12