API GeographicLocation
Number of APIs: 10
TMF API Reference : TMF675 - Geographic Location
Release : 19.5
A GeographicLocation is a pure-virtual super-class to the GeoJSON-aligned sub-types of Point (addresses and locations), MultiPoint, LineString (streets, highways and boundaries), MultiLineString and Polygon (countries, provinces, tracts of land). Use the @type attribute to specify which of these is being specified by the geometry attribute.
-
geographic Location - Creates a GeographicLocation POST {{baseUrl}}/geographicLocation
-
hub - Register a listener POST {{baseUrl}}/hub
-
listener - Client listener for entity GeographicLocationCreateEvent POST {{baseUrl}}/listener/geographicLocationCreateEvent
-
listener - Client listener for entity GeographicLocationDeleteEvent POST {{baseUrl}}/listener/geographicLocationDeleteEvent
-
listener - Client listener for entity GeographicLocationAttributeValueChangeEvent POST {{baseUrl}}/listener/geographicLocationAttributeValueChangeEvent
-
geographic Location-{id} - Updates partially a GeographicLocation PATCH {{baseUrl}}/geographicLocation/:id
-
geographic Location-{id} - Deletes a GeographicLocation DELETE {{baseUrl}}/geographicLocation/:id
-
geographic Location - List or find GeographicLocation objects GET {{baseUrl}}/geographicLocation?fields=ad&offset=-53557827&limit=-53557827
-
hub - Unregister a listener DELETE {{baseUrl}}/hub/:id
-
geographic Location-{id} - Retrieves a GeographicLocation by ID GET {{baseUrl}}/geographicLocation/:id?fields=ad