|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ArcString | |
---|---|
org.deegree.geometry | |
org.deegree.geometry.linearization | |
org.deegree.geometry.primitive.segments | |
org.deegree.geometry.standard.curvesegments |
Uses of ArcString in org.deegree.geometry |
---|
Methods in org.deegree.geometry that return ArcString | |
---|---|
ArcString |
GeometryFactory.createArcString(Points points)
Creates an ArcString curve segment. |
Uses of ArcString in org.deegree.geometry.linearization |
---|
Methods in org.deegree.geometry.linearization with parameters of type ArcString | |
---|---|
LineStringSegment |
CurveLinearizer.linearizeArcString(ArcString arcString,
LinearizationCriterion crit)
Returns a linearized version (i.e. a LineStringSegment ) of the given ArcString . |
Uses of ArcString in org.deegree.geometry.primitive.segments |
---|
Subinterfaces of ArcString in org.deegree.geometry.primitive.segments | |
---|---|
interface |
Arc
An ArcString that consists of a single arc only. |
interface |
Circle
An Arc whose ends coincide to form a simple closed loop. |
Uses of ArcString in org.deegree.geometry.standard.curvesegments |
---|
Classes in org.deegree.geometry.standard.curvesegments that implement ArcString | |
---|---|
class |
DefaultArc
Default implementation of Arc segments. |
class |
DefaultArcString
Default implementation of ArcString segments. |
class |
DefaultCircle
Default implementation of Circle segments. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |