Uses of Interface
org.locationtech.jts.geom.Lineal
-
Packages that use Lineal Package Description org.locationtech.jts.geom Contains theGeometry
interface hierarchy and supporting classes.org.locationtech.jts.geom.prep Classes to perform optimized geometric operations on suitably prepared geometries. -
-
Uses of Lineal in org.locationtech.jts.geom
Classes in org.locationtech.jts.geom that implement Lineal Modifier and Type Class Description class
LinearRing
Models an OGC SFSLinearRing
.class
LineString
Models an OGC-styleLineString
.class
MultiLineString
Models a collection ofLineString
s. -
Uses of Lineal in org.locationtech.jts.geom.prep
Constructors in org.locationtech.jts.geom.prep with parameters of type Lineal Constructor Description PreparedLineString(Lineal line)
-