Uses of Class
org.geotools.geometry.iso.coordinate.LineSegmentImpl

Packages that use LineSegmentImpl
org.geotools.geometry.iso.coordinate An implementation of GeoAPI Geometry interfaces from ISO 19107. 
 

Uses of LineSegmentImpl in org.geotools.geometry.iso.coordinate
 

Methods in org.geotools.geometry.iso.coordinate that return LineSegmentImpl
 LineSegmentImpl GeometryFactoryImpl.createLineSegment(double[] fromPosition, double[] toPosition, double startPar)
          Creates a line segment between fromPosition and toPosition.
 LineSegmentImpl GeometryFactoryImpl.createLineSegment(org.opengis.geometry.coordinate.Position p0, org.opengis.geometry.coordinate.Position p1, double startPar)
          Creates a LineSegment with a given value as startParam
 LineSegmentImpl PointArrayImpl.LineSegmentsSequence.get(int arg0)
           
 LineSegmentImpl PointArrayImpl.LineSegmentsSequence.next()
           
 

Constructors in org.geotools.geometry.iso.coordinate with parameters of type LineSegmentImpl
LineSegmentImpl(LineSegmentImpl other)
          A LineSegment consists of two distinct DirectPositions (the startPoint and endPoint) joined by a straight line.
 



Copyright © 1996-2010 Geotools. All Rights Reserved.