|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ComplexFactory
A factory of complex geometric objects.
All complexes created through this interface will use the
factory's coordinate reference system.
Creating complexes in a different CRS may requires a different instance of
ComplexFactory.
| Method Summary | |
|---|---|
CompositeCurve |
createCompositeCurve(List<OrientableCurve> generator)
Creates a composite curve from a list of orientable curves. |
CompositePoint |
createCompositePoint(Point generator)
Creates a composite point from a point. |
CompositeSurface |
createCompositeSurface(List<OrientableSurface> generator)
Creates a composite surface from a list of orientable surfaces. |
| Method Detail |
|---|
CompositePoint createCompositePoint(Point generator)
generator - a point.
CompositeCurve createCompositeCurve(List<OrientableCurve> generator)
generator - a list of orientable curves.
CompositeSurface createCompositeSurface(List<OrientableSurface> generator)
generator - a list of orientable surface.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||