Oracle Beehive
  Oracle® Beehive RESTful Web Services API Reference
  Release 2 (2.0.1.7)
  E16658-04

Contents

Overview

This is the GPS coordinates of an object in space.

Members

Name Type Required Description

altitude

float

Return the Altitude, null if not set.

latitude

float

Return the latitude.

longitude

float

Return the longitude

Hierarchy

Applied Markers

Examples

Below are examples in JSON and XML formats. All examples are shown with all inherited members. Quoting when required is part of the examples, but you must obviously populate with your own data.

XML Example

(show inherited members)

<obh:coordinates xsi:type="obh:coordinates" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <obh:altitude>your_float_0</obh:altitude>
        <obh:latitude>your_float_0</obh:latitude>
        <obh:longitude>your_float_0</obh:longitude>
</obh:coordinates>

JSON Example

(show inherited members)

{
    "beeType":"coordinates",
        "altitude":your_{http://www.oracle.com/beehive}altitude_as_float0,
        "latitude":your_{http://www.oracle.com/beehive}latitude_as_float0,
        "longitude":your_{http://www.oracle.com/beehive}longitude_as_float0
}

XML Schema


<xs:complexType final="extension restriction" name="coordinates">
    <xs:sequence>
        <xs:element minOccurs="0" name="altitude" type="xs:float"/>
        <xs:element name="latitude" type="xs:float"/>
        <xs:element name="longitude" type="xs:float"/>
    </xs:sequence>
</xs:complexType>

        

References

The following data represents the references to coordinates

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions