public class JsonPosition extends JsonLPObject
[2013-03-15] Slightly modified by Malte Kantak for CheckStyle compatibility[2013-03-15] JavaDocs added by Malte Kantak| Modifier and Type | Field and Description | 
|---|---|
double | 
X
X-position of the Ubisense tag. 
 | 
double | 
Y
Y-position of the Ubisense tag. 
 | 
double | 
Z
Z-position of the Ubisense tag. 
 | 
Id, Ontology, Version| Constructor and Description | 
|---|
JsonPosition()
Public default constructor without class field initialization. 
 | 
JsonPosition(double x,
            double y,
            double z)
Public constructor will set the internal coordinates of the class instance. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
toString()
Generates and returns the  
String representation of this JSON object. | 
public double X
public double Y
public double Z
public JsonPosition(double x,
            double y,
            double z)
x - The x-position of the Ubisense tag.y - The y-position of the Ubisense tag.z - The z-position of the Ubisense tag.public JsonPosition()
public final java.lang.String toString()
String representation of this JSON object.toString in class JsonLPObjectString representation of this JSON object.