Package org.geolatte.geom
Interface Linear<P extends Position>
-
- All Known Implementing Classes:
LinearRing,LineString,MultiLineString
public interface Linear<P extends Position>An interface for linearGeometrys- Author:
- Karel Maesen, Geovise BVBA creation-date: 3/27/14
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PgetEndPosition()Returns the end position of the linearGeometryPgetStartPosition()Returns the start position of the linearGeometry
-