Constructor and Description |
---|
Point(long time) |
Point(Object trackId,
Object pointId,
double x,
double y,
long time) |
Point(Object trackId,
Object pointId,
float x,
float y,
long time) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Object |
getId() |
Object |
getPointId() |
long |
getTime() |
static Comparator<Point> |
getTimeComparator() |
Object |
getTrackId() |
float |
getX() |
float |
getY() |
int |
hashCode() |
void |
loadIntoBuffer(FloatBuffer buffer) |
String |
toString() |
float |
x() |
float |
y() |
public void loadIntoBuffer(FloatBuffer buffer)
public float getX()
public float getY()
public Object getPointId()
public Object getTrackId()
public long getTime()
public Object getId()
public static Comparator<Point> getTimeComparator()
Copyright © 2016 Metron, Inc.. All rights reserved.