|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
com.vividsolutions.jts.geom.CoordinateSequence |
end()
Stops the coordinate sequence building and returns the result |
int |
getDimension()
Returns the dimension of the coordinate sequence we are building, -1 if there is none |
double |
getOrdinate(int ordinateIndex,
int coordinateIndex)
Gets an ordinate in the specified coordinate |
int |
getSize()
Returns the size of the coordinate sequence we are building, -1 if there is none |
void |
setOrdinate(com.vividsolutions.jts.geom.CoordinateSequence sequence,
double value,
int ordinateIndex,
int coordinateIndex)
Utility method that allows to set an ordinate in an already built coordinate sequence Needed because the CoordinateSequence interface does not expose it |
void |
setOrdinate(double value,
int ordinateIndex,
int coordinateIndex)
Sets and ordinate in the specified coordinate |
void |
start(int size,
int dimensions)
Starts the building of a new coordinate sequence |
Method Detail |
public void start(int size, int dimensions)
size
- - the number of coordinates in the coordinate sequencedimensions
- - the dimension of the coordinates in the coordinate sequence,
may be ignored if the coordinate sequence does not support variabile dimensionspublic com.vividsolutions.jts.geom.CoordinateSequence end()
public void setOrdinate(double value, int ordinateIndex, int coordinateIndex)
value
- ordinateIndex
- coordinateIndex
- public void setOrdinate(com.vividsolutions.jts.geom.CoordinateSequence sequence, double value, int ordinateIndex, int coordinateIndex)
sequence
- value
- ordinateIndex
- coordinateIndex
- public double getOrdinate(int ordinateIndex, int coordinateIndex)
ordinateIndex
- coordinateIndex
- public int getSize()
public int getDimension()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |