|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CollectionFactory
A CollectionFactory creates lists of different GM_Objects or Coordinates. The original objective of this encapsulating is the possibility of persistence support, that is that the returned lists are backed by a type of database to relieve the system memory in cases of large geometries.
Method Summary | |
---|---|
java.util.List<TriangleImpl> |
createTriangleList()
Creates a list of Triangles |
java.util.List<CurveImpl> |
getCurveList()
Creates a list of Curves |
java.util.List<CurveSegmentImpl> |
getCurveSegmentList()
Creates a list of CurveSegments |
java.util.List<PositionImpl> |
getPositionList()
Creates a list of Positions |
Method Detail |
---|
java.util.List<CurveImpl> getCurveList()
java.util.List<CurveSegmentImpl> getCurveSegmentList()
java.util.List<PositionImpl> getPositionList()
java.util.List<TriangleImpl> createTriangleList()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |