A vector source of all image currently loaded for this collection in mercator. The id is the image name. The feature has a "viewDirection" property.
All currently loaded images
Indicates, that this collection has been loaded
A vector source of all tiles available to this collection in mercator. The feature have a "state" property, the id is the string tile coordinate "z/x/y" of the tile
Static classPrivate _addAdds an oblique data set to this collection.
Private _createPrivate _createPrivate _getPrivate _loadPrivate _loadOptional tileCoordinate: stringAdds an oblique data set to this collection.
Returns a list of viewDirections which a currently available in this collection
Returns an image by its name, if it has been loaded
Returns the closest image for the given location and direction (location and image extent must not overlap). Returns undefined, if there are no images for the given direction
coordinate in web mercator
the preferred direction if no image in that direction can be found, other direction will be queried
Checks, if an image exists for a given coordinated
coordinate in web mercator
Loads the image adjacent to a given image in a certain direction from the provided image. Returns undefined if there are no images in that direction or there are no images for the direction of the provided image.
0 = east, PI / 2 = north, PI = west and PI * 1.5 = south
Optional deviation: number = ...Loads all data for a location and then returns the closest image for the given location and direction (location and image extent must not overlap). Returns undefined, if there are no images for the given direction
coordinate in web mercator
Static getOptional [modulePrivate _dataMaps urls to general infos & cameras
Private _destroyedPrivate _directionMaps each direction to an RTree
Private _imagePrivate _imagesMaps image name to image
Private _loadedPrivate _loadingPrivate _tileOptional datasourceOptional Id to synchronize with the vcPublisher Datasources. This can also be used to track a connection to other sources of data.
Event raised when images are loaded. Is passed an Array of ObliqueImages as its only argument.
Readonly nameunique Name
Generated using TypeDoc
baseclass for all Objects