Uses of Interface
org.opengis.geometry.coordinate.LineSegment

Packages that use LineSegment
org.opengis.geometry.coordinate Set of geometric objects. 
 

Uses of LineSegment in org.opengis.geometry.coordinate
 

Methods in org.opengis.geometry.coordinate that return LineSegment
 LineSegment GeometryFactory.createLineSegment(Position startPoint, Position endPoint)
          Takes two positions and creates the appropriate line segment joining them.
 

Methods in org.opengis.geometry.coordinate that return types with arguments of type LineSegment
 List<LineSegment> LineString.asLineSegments()
          Decomposes a line string into an equivalent sequence of line segments.
 



Copyright © 1994-2008 Open Geospatial Consortium. All Rights Reserved.