Uses of Class
org.deegree.commons.uom.Length

Packages that use Length
org.deegree.geometry   
org.deegree.geometry.standard.curvesegments   
org.deegree.geometry.standard.primitive   
 

Uses of Length in org.deegree.geometry
 

Methods in org.deegree.geometry with parameters of type Length
 ArcByCenterPoint GeometryFactory.createArcByCenterPoint(Point midPoint, Length radius, Angle startAngle, Angle endAngle)
          Creates an ArcByCenterPoint curve segment.
 CircleByCenterPoint GeometryFactory.createCircleByCenterPoint(Point midPoint, Length radius, Angle startAngle)
          Creates an CircleByCenterPoint curve segment.
 OffsetCurve GeometryFactory.createOffsetCurve(Curve baseCurve, Point direction, Length distance)
          Creates an OffsetCurve curve segment.
 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 Length in org.deegree.geometry.standard.curvesegments
 

Constructors in org.deegree.geometry.standard.curvesegments with parameters of type Length
DefaultCircleByCenterPoint(Point midPoint, Length radius, Angle startAngle)
          Creates a new DefaultCircleByCenterPoint instance from the given parameters.
 

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

Constructors in org.deegree.geometry.standard.primitive with parameters of type Length
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.