Method is used to obtain graph (within the current sublocation)
with the specified identifier or null if no such graph.
tag graph tag.
Returns found graph or nullGraph.
Method returns the venue (within the current sublocation)
with the specified identifier or null if no such venue exists.
id venue unique identifier.
Returns found venue object or nullVenue.
Method returns the zone (within the current sublocation)
with the specified identifier or null if no such zone exists.
id zone unique identifier.
Returns found zone object or nullZone.
Method is used for converting the global geographic coordinates (latitude and longitude) to the local sublocation coordinates (x and y)
using the geographic binding of the sublocation
globalPoint point in WGS84 coordinates GlobalPoint
Returns point in metrics coordinates LocationPoint.
Method is used for converting the local sublocation coordinates to the global geographic coordinates (latitude and longitude)
using the geographic binding of the sublocation.
localPoint point in metrics coordinates LocationPoint
Returns point in WGS84 coordinates GlobalPoint.