|
deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Length | |
---|---|
org.deegree.geometry | |
org.deegree.geometry.standard.curvesegments | |
org.deegree.geometry.standard.primitive | |
org.deegree.gml.geometry |
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,
CRS 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,
CRS 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. |
Uses of Length in org.deegree.gml.geometry |
---|
Methods in org.deegree.gml.geometry that return Length | |
---|---|
protected Length |
GML3GeometryBaseReader.parseLengthType(XMLStreamReaderWrapper xmlStream)
|
|
deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official | |||||||||
PREV NEXT | FRAMES NO FRAMES |