Uses of Interface
org.deegree.geometry.primitive.segments.LineStringSegment

Packages that use LineStringSegment
org.deegree.geometry   
org.deegree.geometry.linearization   
org.deegree.geometry.primitive   
org.deegree.geometry.standard.curvesegments   
org.deegree.geometry.standard.primitive   
 

Uses of LineStringSegment in org.deegree.geometry
 

Methods in org.deegree.geometry that return LineStringSegment
 LineStringSegment GeometryFactory.createLineStringSegment(Points points)
          Creates a LineStringSegment curve segment.
 

Method parameters in org.deegree.geometry with type arguments of type LineStringSegment
 Tin GeometryFactory.createTin(String id, ICRS crs, List<List<LineStringSegment>> stopLines, List<List<LineStringSegment>> breakLines, Length maxLength, Points controlPoints, List<Triangle> patches)
          Creates a Tin.
 Tin GeometryFactory.createTin(String id, ICRS crs, List<List<LineStringSegment>> stopLines, List<List<LineStringSegment>> breakLines, Length maxLength, Points controlPoints, List<Triangle> patches)
          Creates a Tin.
 

Uses of LineStringSegment in org.deegree.geometry.linearization
 

Methods in org.deegree.geometry.linearization that return LineStringSegment
 LineStringSegment CurveLinearizer.linearize(CurveSegment segment, LinearizationCriterion crit)
          Returns a linearized version (i.e. a LineStringSegment) of the given CurveSegment.
 LineStringSegment CurveLinearizer.linearizeArc(Arc arc, LinearizationCriterion crit)
          Returns a linearized version (i.e. a LineStringSegment) of the given Arc.
 LineStringSegment CurveLinearizer.linearizeArcString(ArcString arcString, LinearizationCriterion crit)
          Returns a linearized version (i.e. a LineStringSegment) of the given ArcString.
 LineStringSegment CurveLinearizer.linearizeCubicSpline(CubicSpline spline, LinearizationCriterion crit)
          Returns a linearized version (i.e. a LineStringSegment) of the given CubicSpline.
 

Uses of LineStringSegment in org.deegree.geometry.primitive
 

Methods in org.deegree.geometry.primitive that return types with arguments of type LineStringSegment
 List<List<LineStringSegment>> Tin.getBreakLines()
          Returns the break lines that must be respected by the triangulation.
 List<List<LineStringSegment>> Tin.getStopLines()
          Returns the stop lines that must be respected by the triangulation.
 

Uses of LineStringSegment in org.deegree.geometry.standard.curvesegments
 

Classes in org.deegree.geometry.standard.curvesegments that implement LineStringSegment
 class DefaultLineStringSegment
          Default implementation of LineStringSegment segments.
 

Uses of LineStringSegment in org.deegree.geometry.standard.primitive
 

Methods in org.deegree.geometry.standard.primitive that return types with arguments of type LineStringSegment
 List<List<LineStringSegment>> DefaultTin.getBreakLines()
           
 List<List<LineStringSegment>> DefaultTin.getStopLines()
           
 

Constructors in org.deegree.geometry.standard.primitive with parameters of type LineStringSegment
DefaultRing(String id, ICRS crs, PrecisionModel pm, LineStringSegment segment)
          Creates a new DefaultRing instance from the given parameters.
 

Constructor parameters in org.deegree.geometry.standard.primitive with type arguments of type LineStringSegment
DefaultTin(String id, ICRS crs, PrecisionModel pm, List<List<LineStringSegment>> stopLines, List<List<LineStringSegment>> breakLines, Length maxLength, Points controlPoints, List<Triangle> patches)
          Creates a new DefaultTin instance from the given parameters.
DefaultTin(String id, ICRS crs, PrecisionModel pm, List<List<LineStringSegment>> stopLines, List<List<LineStringSegment>> breakLines, Length maxLength, Points controlPoints, List<Triangle> patches)
          Creates a new DefaultTin instance from the given parameters.
 



Copyright © 2011. All Rights Reserved.