Hermes@Neo4j
SemanticJTS.TemporalCoordinate Class Reference
Inheritance diagram for SemanticJTS.TemporalCoordinate:

Public Member Functions

 TemporalCoordinate ()
 
 TemporalCoordinate (double x, double y, String timestamp)
 
 TemporalCoordinate (double x, double y, double timestamp)
 
 TemporalCoordinate (double x, double y, long timestamp)
 
 TemporalCoordinate (double x, double y, String timestamp, String objectID, String trajectoryID, String subTrajectoryID, String flag, String tag1, String tag2)
 
 TemporalCoordinate (double x, double y, Long timestamp, String objectID, String trajectoryID, String subTrajectoryID, String episode, String tag1, String tag2)
 
 TemporalCoordinate (Coordinate coord)
 
 TemporalCoordinate (TemporalCoordinate coord)
 
String getTimestampFormat ()
 
Long getTimestamp ()
 
void setTimestamp (String timestamp)
 
void setTimestamp (Long timestamp)
 
String toString ()
 
String getObjectID ()
 
void setObjectID (String objectID)
 
String getNextID ()
 
void setNextID (String nextID)
 
String getTrajectoryID ()
 
void setTrajectoryID (String trajectoryID)
 
String getSubTrajectoryID ()
 
void setSubTrajectoryID (String subTrajectoryID)
 
String getEpisode ()
 
void setEpisode (String episode)
 
String getTag1 ()
 
void setTag1 (String tag1)
 
String getTag2 ()
 
void setTag2 (String tag2)
 
String getTags ()
 
void setTags (String tags)
 
String getFlag ()
 
void setFlag (String flag)
 
boolean isNumeric (String str)
 

Static Public Member Functions

static String convertTimestampLongToString (Long timestamp)
 
static Long convertTimestampStringToLong (String timestamp)
 
static Double convertTimestampStringToDouble (String timestamp)
 

Public Attributes

long timestamp
 
String objectID
 
String trajectoryID
 
String subTrajectoryID
 
String episode
 
String tag1
 
String tag2
 
String tags
 
String nextID
 
String flag
 

Detailed Description

Basic class for defining coordinates with semantic information (trajectory id, subtrajectory id, tags, flag).

Constructor & Destructor Documentation

SemanticJTS.TemporalCoordinate.TemporalCoordinate ( )
SemanticJTS.TemporalCoordinate.TemporalCoordinate ( double  x,
double  y,
String  timestamp 
)
SemanticJTS.TemporalCoordinate.TemporalCoordinate ( double  x,
double  y,
double  timestamp 
)
SemanticJTS.TemporalCoordinate.TemporalCoordinate ( double  x,
double  y,
long  timestamp 
)
SemanticJTS.TemporalCoordinate.TemporalCoordinate ( double  x,
double  y,
String  timestamp,
String  objectID,
String  trajectoryID,
String  subTrajectoryID,
String  flag,
String  tag1,
String  tag2 
)
SemanticJTS.TemporalCoordinate.TemporalCoordinate ( double  x,
double  y,
Long  timestamp,
String  objectID,
String  trajectoryID,
String  subTrajectoryID,
String  episode,
String  tag1,
String  tag2 
)
SemanticJTS.TemporalCoordinate.TemporalCoordinate ( Coordinate  coord)
SemanticJTS.TemporalCoordinate.TemporalCoordinate ( TemporalCoordinate  coord)

Member Function Documentation

static String SemanticJTS.TemporalCoordinate.convertTimestampLongToString ( Long  timestamp)
static
static Double SemanticJTS.TemporalCoordinate.convertTimestampStringToDouble ( String  timestamp)
static
static Long SemanticJTS.TemporalCoordinate.convertTimestampStringToLong ( String  timestamp)
static
String SemanticJTS.TemporalCoordinate.getEpisode ( )
String SemanticJTS.TemporalCoordinate.getFlag ( )
String SemanticJTS.TemporalCoordinate.getNextID ( )
String SemanticJTS.TemporalCoordinate.getObjectID ( )
String SemanticJTS.TemporalCoordinate.getSubTrajectoryID ( )
String SemanticJTS.TemporalCoordinate.getTag1 ( )
String SemanticJTS.TemporalCoordinate.getTag2 ( )
String SemanticJTS.TemporalCoordinate.getTags ( )
Long SemanticJTS.TemporalCoordinate.getTimestamp ( )
String SemanticJTS.TemporalCoordinate.getTimestampFormat ( )
String SemanticJTS.TemporalCoordinate.getTrajectoryID ( )
boolean SemanticJTS.TemporalCoordinate.isNumeric ( String  str)
void SemanticJTS.TemporalCoordinate.setEpisode ( String  episode)
void SemanticJTS.TemporalCoordinate.setFlag ( String  flag)
void SemanticJTS.TemporalCoordinate.setNextID ( String  nextID)
void SemanticJTS.TemporalCoordinate.setObjectID ( String  objectID)
void SemanticJTS.TemporalCoordinate.setSubTrajectoryID ( String  subTrajectoryID)
void SemanticJTS.TemporalCoordinate.setTag1 ( String  tag1)
void SemanticJTS.TemporalCoordinate.setTag2 ( String  tag2)
void SemanticJTS.TemporalCoordinate.setTags ( String  tags)
void SemanticJTS.TemporalCoordinate.setTimestamp ( String  timestamp)
void SemanticJTS.TemporalCoordinate.setTimestamp ( Long  timestamp)
void SemanticJTS.TemporalCoordinate.setTrajectoryID ( String  trajectoryID)
String SemanticJTS.TemporalCoordinate.toString ( )

Member Data Documentation

String SemanticJTS.TemporalCoordinate.episode
String SemanticJTS.TemporalCoordinate.flag
String SemanticJTS.TemporalCoordinate.nextID
String SemanticJTS.TemporalCoordinate.objectID
String SemanticJTS.TemporalCoordinate.subTrajectoryID
String SemanticJTS.TemporalCoordinate.tag1
String SemanticJTS.TemporalCoordinate.tag2
String SemanticJTS.TemporalCoordinate.tags
long SemanticJTS.TemporalCoordinate.timestamp
String SemanticJTS.TemporalCoordinate.trajectoryID

The documentation for this class was generated from the following file: