|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.geotools.geometry.iso.io.CollectionFactoryMemoryImpl
public class CollectionFactoryMemoryImpl
This implementation of the CollectionFactory generates collections holded in the system memory. Hence, the lists are not backed by any type of persistence.
Constructor Summary | |
---|---|
CollectionFactoryMemoryImpl()
|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CollectionFactoryMemoryImpl()
Method Detail |
---|
public java.util.List<CurveImpl> getCurveList()
CollectionFactory
getCurveList
in interface CollectionFactory
public java.util.List<CurveSegmentImpl> getCurveSegmentList()
CollectionFactory
getCurveSegmentList
in interface CollectionFactory
public java.util.List<PositionImpl> getPositionList()
CollectionFactory
getPositionList
in interface CollectionFactory
public java.util.List<TriangleImpl> createTriangleList()
CollectionFactory
createTriangleList
in interface CollectionFactory
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |