|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CurveSegmentImpl | |
---|---|
org.geotools.geometry.iso.coordinate | An implementation of GeoAPI Geometry interfaces from ISO 19107. |
org.geotools.geometry.iso.io | An implementation of GeoAPI Geometry interfaces from ISO 19107. |
org.geotools.geometry.iso.primitive | An implementation of GeoAPI Geometry interfaces from ISO 19107. |
Uses of CurveSegmentImpl in org.geotools.geometry.iso.coordinate |
---|
Subclasses of CurveSegmentImpl in org.geotools.geometry.iso.coordinate | |
---|---|
class |
LineSegmentImpl
Thus its interpolation attribute shall be "linear". |
class |
LineStringImpl
A LineString consists of sequence of line segments, each having a parameterization like the one for LineSegment. |
Methods in org.geotools.geometry.iso.coordinate that return CurveSegmentImpl | |
---|---|
CurveSegmentImpl |
LineStringImpl.reverse()
|
Constructors in org.geotools.geometry.iso.coordinate with parameters of type CurveSegmentImpl | |
---|---|
CurveSegmentImpl(CurveSegmentImpl other)
|
Uses of CurveSegmentImpl in org.geotools.geometry.iso.io |
---|
Methods in org.geotools.geometry.iso.io that return types with arguments of type CurveSegmentImpl | |
---|---|
java.util.List<CurveSegmentImpl> |
CollectionFactoryMemoryImpl.getCurveSegmentList()
|
java.util.List<CurveSegmentImpl> |
CollectionFactory.getCurveSegmentList()
Creates a list of CurveSegments |
Uses of CurveSegmentImpl in org.geotools.geometry.iso.primitive |
---|
Methods in org.geotools.geometry.iso.primitive that return CurveSegmentImpl | |
---|---|
protected CurveSegmentImpl |
CurveImpl.getSegmentAt(double dist)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |