|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.vividsolutions.jts.geom.DefaultCoordinateSequenceFactory
Creates CoordinateSequences internally represented as an array of x's and an array of y's.
Method Summary | |
CoordinateSequence |
create(Coordinate[] coordinates)
Returns a DefaultCoordinateSequence based on the given array (the array is not copied). |
static DefaultCoordinateSequenceFactory |
instance()
Returns the singleton instance of DefaultCoordinateSequenceFactory |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static DefaultCoordinateSequenceFactory instance()
public CoordinateSequence create(Coordinate[] coordinates)
create
in interface CoordinateSequenceFactory
coordinates
- the coordinates, which may not be null nor contain null
elements
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |