| SemanticJTS.TemporalCoordinateSequence.TemporalCoordinateSequence |
( |
TemporalCoordinate[] |
coordinates | ) |
|
Copy constructor – simply aliases the input array, for better performance.
| SemanticJTS.TemporalCoordinateSequence.TemporalCoordinateSequence |
( |
Coordinate[] |
copyCoords | ) |
|
Constructor that makes a copy of an array of Coordinates. Always makes a copy of the input array, since the actual class of the Coordinates in the input array may be different from ExtendedCoordinate.
| SemanticJTS.TemporalCoordinateSequence.TemporalCoordinateSequence |
( |
CoordinateSequence |
coordSeq | ) |
|
Constructor that makes a copy of a CoordinateSequence.
| SemanticJTS.TemporalCoordinateSequence.TemporalCoordinateSequence |
( |
int |
size | ) |
|
Constructs a sequence of a given size.
- Parameters
-
| size | the size of the sequence to create |
| Object SemanticJTS.TemporalCoordinateSequence.clone |
( |
| ) |
|
| static TemporalCoordinate [] SemanticJTS.TemporalCoordinateSequence.copy |
( |
Coordinate[] |
coordinates | ) |
|
|
static |
| static TemporalCoordinate [] SemanticJTS.TemporalCoordinateSequence.copy |
( |
CoordinateSequence |
coordSeq | ) |
|
|
static |
| Envelope SemanticJTS.TemporalCoordinateSequence.expandEnvelope |
( |
Envelope |
env | ) |
|
| Coordinate SemanticJTS.TemporalCoordinateSequence.getCoordinate |
( |
int |
i | ) |
|
| void SemanticJTS.TemporalCoordinateSequence.getCoordinate |
( |
int |
index, |
|
|
Coordinate |
coord |
|
) |
| |
| Coordinate SemanticJTS.TemporalCoordinateSequence.getCoordinateCopy |
( |
int |
index | ) |
|
| int SemanticJTS.TemporalCoordinateSequence.getDimension |
( |
| ) |
|
| String SemanticJTS.TemporalCoordinateSequence.getEpisode |
( |
int |
index | ) |
|
| String SemanticJTS.TemporalCoordinateSequence.getObjectID |
( |
int |
index | ) |
|
| double SemanticJTS.TemporalCoordinateSequence.getOrdinate |
( |
int |
index, |
|
|
int |
ordinateIndex |
|
) |
| |
| String SemanticJTS.TemporalCoordinateSequence.getSubTrajectoryID |
( |
int |
index | ) |
|
| String SemanticJTS.TemporalCoordinateSequence.getTag1 |
( |
int |
index | ) |
|
| String SemanticJTS.TemporalCoordinateSequence.getTag2 |
( |
int |
index | ) |
|
| void SemanticJTS.TemporalCoordinateSequence.getTemporalCoordinate |
( |
int |
index, |
|
|
TemporalCoordinate |
coord |
|
) |
| |
| Coordinate SemanticJTS.TemporalCoordinateSequence.getTemporalCoordinateCopy |
( |
int |
index | ) |
|
| Long SemanticJTS.TemporalCoordinateSequence.getTimestamp |
( |
int |
index | ) |
|
| String SemanticJTS.TemporalCoordinateSequence.getTrajectoryID |
( |
int |
index | ) |
|
| double SemanticJTS.TemporalCoordinateSequence.getX |
( |
int |
index | ) |
|
| double SemanticJTS.TemporalCoordinateSequence.getY |
( |
int |
index | ) |
|
| void SemanticJTS.TemporalCoordinateSequence.setOrdinate |
( |
int |
index, |
|
|
int |
ordinateIndex, |
|
|
double |
value |
|
) |
| |
| int SemanticJTS.TemporalCoordinateSequence.size |
( |
| ) |
|
| Coordinate [] SemanticJTS.TemporalCoordinateSequence.toCoordinateArray |
( |
| ) |
|
| String SemanticJTS.TemporalCoordinateSequence.toString |
( |
| ) |
|
The documentation for this class was generated from the following file: