public class OccupancyForPosition extends Object
| Modifier and Type | Field and Description |
|---|---|
org.locationtech.jts.geom.Point |
position |
Timestamp |
time
Deprecated.
|
Timestamp |
timestamp |
float |
value |
| Constructor and Description |
|---|
OccupancyForPosition() |
OccupancyForPosition(org.locationtech.jts.geom.Point position,
Timestamp timestamp,
float value) |
| Modifier and Type | Method and Description |
|---|---|
org.locationtech.jts.geom.Point |
getPosition() |
Timestamp |
getTime()
Deprecated.
|
Timestamp |
getTimestamp() |
float |
getValue() |
void |
setPosition(org.locationtech.jts.geom.Point position) |
void |
setTime(Timestamp time)
Deprecated.
|
void |
setTimestamp(Timestamp timestamp) |
void |
setValue(float value) |
public org.locationtech.jts.geom.Point position
@Deprecated public Timestamp time
public Timestamp timestamp
public float value
public OccupancyForPosition()
public OccupancyForPosition(org.locationtech.jts.geom.Point position,
Timestamp timestamp,
float value)
public org.locationtech.jts.geom.Point getPosition()
public void setPosition(org.locationtech.jts.geom.Point position)
@Deprecated public Timestamp getTime()
@Deprecated public void setTime(Timestamp time)
public Timestamp getTimestamp()
public void setTimestamp(Timestamp timestamp)
public float getValue()
public void setValue(float value)
Copyright © 2019. All rights reserved.