|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.geotools.geometry.iso.operation.Merger
public class Merger
Merges curves at end points
Constructor Summary | |
---|---|
Merger(org.opengis.referencing.crs.CoordinateReferenceSystem crs)
|
Method Summary | |
---|---|
CurveImpl |
merge(CurveImpl curve1,
CurveImpl curve2)
Constructs a new Curve by merging this Curve with another Curve The two input curves will not be modified. |
CurveImpl |
merge(java.util.List<CurveImpl> curves)
Merges a list of continuous curves into a new single curve. |
CurveImpl |
merge(java.util.Set<CurveImpl> curves)
Merges a set of curves into a new single curve. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Merger(org.opengis.referencing.crs.CoordinateReferenceSystem crs)
Method Detail |
---|
public CurveImpl merge(java.util.List<CurveImpl> curves)
curves
-
public CurveImpl merge(java.util.Set<CurveImpl> curves)
curves
-
public CurveImpl merge(CurveImpl curve1, CurveImpl curve2)
curve1
- curve2
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |