Uses of Interface
com.vividsolutions.jts.geom.Lineal

Packages that use Lineal
com.vividsolutions.jts.geom Contains the Geometry interface hierarchy and supporting classes. 
com.vividsolutions.jts.geom.prep Classes to perform optimized geometric operations on suitably prepared geometries. 
 

Uses of Lineal in com.vividsolutions.jts.geom
 

Classes in com.vividsolutions.jts.geom that implement Lineal
 class LinearRing
          Models an OGC SFS LinearRing.
 class LineString
          Models an OGC-style LineString.
 class MultiLineString
          Models a collection of (@link LineString}s.
 

Uses of Lineal in com.vividsolutions.jts.geom.prep
 

Constructors in com.vividsolutions.jts.geom.prep with parameters of type Lineal
PreparedLineString(Lineal line)
           
 



Copyright © 2012. All Rights Reserved.