package com.vividsolutions.jts.geom; /** * Identifies {@link Geometry} subclasses which * are 1-dimensional and have components which are {@link LineString}s. * * @author Martin Davis * */ public interface Lineal { }