|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.vividsolutions.jtsexample.geom.ExtendedCoordinateSequenceFactory
public class ExtendedCoordinateSequenceFactory
Creates ExtendedCoordinateSequenceFactory internally represented
as an array of ExtendedCoordinates.
| Method Summary | |
|---|---|
CoordinateSequence |
create(Coordinate[] coordinates)
Returns an ExtendedCoordinateSequence based on the given array -- the array is used directly if it is an instance of ExtendedCoordinate[]; otherwise it is copied. |
CoordinateSequence |
create(CoordinateSequence coordSeq)
Creates a CoordinateSequence which is a copy
of the given CoordinateSequence. |
CoordinateSequence |
create(int size,
int dimension)
Creates a CoordinateSequence of the specified size and dimension. |
static ExtendedCoordinateSequenceFactory |
instance()
Returns the singleton instance of ExtendedCoordinateSequenceFactory |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static ExtendedCoordinateSequenceFactory instance()
public CoordinateSequence create(Coordinate[] coordinates)
create in interface CoordinateSequenceFactorycoordinates - the coordinatespublic CoordinateSequence create(CoordinateSequence coordSeq)
CoordinateSequenceFactoryCoordinateSequence which is a copy
of the given CoordinateSequence.
This method must handle null arguments by creating an empty sequence.
create in interface CoordinateSequenceFactorycoordSeq - the coordinate sequence to copy
public CoordinateSequence create(int size,
int dimension)
CoordinateSequenceFactoryCoordinateSequence of the specified size and dimension.
For this to be useful, the CoordinateSequence implementation must
be mutable.
create in interface CoordinateSequenceFactorysize - the number of coordinates in the sequencedimension - the dimension of the coordinates in the sequence (if user-specifiable,
otherwise ignored)CoordinateSequenceFactory.create(int, int)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||