|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |