- fetchBuildingInfo(Building, Handler<BuildingInfo>) - Method in interface es.situm.sdk.communication.CommunicationManager
-
Download all the building data for the selected building.
- fetchBuildingInfo(Building, Map<String, Object>, Handler<BuildingInfo>) - Method in interface es.situm.sdk.communication.CommunicationManager
-
Download all the building data from the selected building.
- fetchBuildings(Handler<Collection<Building>>) - Method in interface es.situm.sdk.communication.CommunicationManager
-
Download all the buildings for the current user
- fetchBuildings(Map<String, Object>, Handler<Collection<Building>>) - Method in interface es.situm.sdk.communication.CommunicationManager
-
Download all the buildings for the current user
- fetchCalibratedArea(Building, Floor, Handler<Collection<CalibrationArea>>) - Method in interface es.situm.sdk.communication.CommunicationManager
-
- fetchCalibrationBleScans(Building, Floor, Handler<Scans>) - Method in interface es.situm.sdk.communication.CommunicationManager
-
- fetchCalibrationWifiScans(Building, Floor, Handler<Scans>) - Method in interface es.situm.sdk.communication.CommunicationManager
-
- fetchEventsFromBuilding(Building, Handler<Collection<SitumEvent>>) - Method in interface es.situm.sdk.communication.CommunicationManager
-
Download the events of a building
- fetchEventsFromBuilding(Building, Map<String, Object>, Handler<Collection<SitumEvent>>) - Method in interface es.situm.sdk.communication.CommunicationManager
-
Download the events of a building
- fetchFloorsFromBuilding(Building, Handler<Collection<Floor>>) - Method in interface es.situm.sdk.communication.CommunicationManager
-
Download all the floors of a building
- fetchFloorsFromBuilding(Building, Map<String, Object>, Handler<Collection<Floor>>) - Method in interface es.situm.sdk.communication.CommunicationManager
-
Download all the floors of a building
- fetchIndoorPOIsFromBuilding(Building, Handler<Collection<Poi>>) - Method in interface es.situm.sdk.communication.CommunicationManager
-
Download the indoor POIs of a building
- fetchIndoorPOIsFromBuilding(Building, Map<String, Object>, Handler<Collection<Poi>>) - Method in interface es.situm.sdk.communication.CommunicationManager
-
Download the indoor POIs of a building
- fetchMapFromFloor(Floor, Handler<Bitmap>) - Method in interface es.situm.sdk.communication.CommunicationManager
-
Download the map image of a floor
- fetchMapFromFloor(Floor, Map<String, Object>, Handler<Bitmap>) - Method in interface es.situm.sdk.communication.CommunicationManager
-
Download the map image of a floor
- fetchOrganizationTheme(Handler<OrganizationTheme>) - Method in interface es.situm.sdk.communication.CommunicationManager
-
Get organization theme: company name, logo and colors
- fetchOutdoorPOIsFromBuilding(Building, Handler<Collection<Poi>>) - Method in interface es.situm.sdk.communication.CommunicationManager
-
Download the outdoor POIs of a building
- fetchOutdoorPOIsFromBuilding(Building, Map<String, Object>, Handler<Collection<Poi>>) - Method in interface es.situm.sdk.communication.CommunicationManager
-
Download the outdoor POIs of a building
- fetchPoiCategories(Handler<Collection<PoiCategory>>) - Method in interface es.situm.sdk.communication.CommunicationManager
-
Get all POI categories, download and cache their icons asynchronously
- fetchPoiCategories(Map<String, Object>, Handler<Collection<PoiCategory>>) - Method in interface es.situm.sdk.communication.CommunicationManager
-
Get all POI categories, download and cache their icons asynchronously.
- fetchPoiCategoryIconNormal(PoiCategory, Handler<Bitmap>) - Method in interface es.situm.sdk.communication.CommunicationManager
-
Get the normal category icon for a category
- fetchPoiCategoryIconNormal(PoiCategory, Map<String, Object>, Handler<Bitmap>) - Method in interface es.situm.sdk.communication.CommunicationManager
-
Get the normal category icon for a category
- fetchPoiCategoryIconSelected(PoiCategory, Handler<Bitmap>) - Method in interface es.situm.sdk.communication.CommunicationManager
-
Get the selected category icon for a category
- fetchPoiCategoryIconSelected(PoiCategory, Map<String, Object>, Handler<Bitmap>) - Method in interface es.situm.sdk.communication.CommunicationManager
-
Get the selected category icon for a category
- fetchRailWidth(Building, Handler<Float>) - Method in interface es.situm.sdk.communication.CommunicationManager
-
Get the calibrations rail width used in a building
- FILE_NOT_FOUND - Static variable in interface es.situm.sdk.communication.CommunicationManager.Code
-
File not found
- FILE_NOT_SAVED - Static variable in interface es.situm.sdk.communication.CommunicationManager.Code
-
Server returned data correctly, but something went wrong while saving it on disk.
- Filter - Class in es.situm.sdk.utils.filter
-
Filter a collection of Filterable objects, by name|value of their custom fields.
- Filter(Filter.FilterMode, Collection<Filter.KeyValueFilter>) - Constructor for class es.situm.sdk.utils.filter.Filter
-
- filter(Collection<T>) - Method in class es.situm.sdk.utils.filter.Filter
-
Filter the passed list of items using the stored filters.
- Filter.FilterMode - Enum in es.situm.sdk.utils.filter
-
Operator to concatenate filters in a filters list
- Filter.KeyValueFilter - Class in es.situm.sdk.utils.filter
-
Helper class used to filter Map objects.
- Filter.KeyValueFilter.FilterBy - Enum in es.situm.sdk.utils.filter
-
Field to filter
- Filterable - Interface in es.situm.sdk.utils.filter
-
Object with custom fields.
- Floor - Class in es.situm.sdk.model.cartography
-
Floor of a building.
- Floor.Builder - Class in es.situm.sdk.model.cartography
-
Builder to create a
Floor
instance
- floorIdentifier(String) - Method in class es.situm.sdk.model.calibration.RemoteCalibration.Builder
-
- FloorResource - Interface in es.situm.sdk.model
-
A floor resource with building identifier and floor identifier
- floors(Collection<Floor>) - Method in class es.situm.sdk.model.cartography.BuildingInfo.Builder
-
- FORCE_DOWNLOAD - Static variable in annotation type es.situm.sdk.communication.CommunicationOptions
-
Force download from server, the cache won't be used.
- foregroundServiceNotification(Notification) - Method in class es.situm.sdk.location.LocationRequest.Builder
-
Set the notification used if the service is running in foreground.
- from(Point, Angle) - Method in class es.situm.sdk.directions.DirectionsRequest.Builder
-
Sets the starting point of the route, and the bearing of the user to generate the appropriate instructions.
- from(Location) - Method in class es.situm.sdk.directions.DirectionsRequest.Builder
-
Sets the current user's position as the starting point of the route.
- from(Point) - Method in class es.situm.sdk.model.directions.RouteStep.Builder
-
- fromDegrees(double) - Static method in class es.situm.sdk.model.location.Angle
-
- fromRadians(double) - Static method in class es.situm.sdk.model.location.Angle
-
- GET - Static variable in annotation type es.situm.sdk.communication.HttpMethod
-
- get(String) - Method in class es.situm.sdk.model.I18nString
-
Obtains the string in the provided language.
- get(Locale) - Method in class es.situm.sdk.model.I18nString
-
Obtains the string in the provided Locale's language
Wraps
I18nString.get(String)
, using
Locale.getISO3Language()
to take language code.
- getAbsoluteUrl() - Method in class es.situm.sdk.communication.HttpRequest
-
- getAccessibilityMode() - Method in class es.situm.sdk.directions.DirectionsRequest
-
- getAccessibilityMode() - Method in class es.situm.sdk.model.directions.Route
-
Returns the current route accessibility mode.
- getAccuracy() - Method in class es.situm.sdk.model.location.Location
-
Return the accuracy radius (in meters)
- getAddress() - Method in class es.situm.sdk.model.cartography.Building
-
Returns the building address.
- getAltitude() - Method in class es.situm.sdk.model.cartography.Floor
-
Returns altitude of the floor above ground level, in meters
- getAverageSnrThreshold() - Method in class es.situm.sdk.location.OutdoorLocationOptions
-
- getBeaconFilters() - Method in class es.situm.sdk.location.LocationRequest
-
Gets the list of beacon UUIDs that are assigned to this location request.
- getBearing() - Method in class es.situm.sdk.model.location.Location
-
Return the bearing (in degrees) with respect to the Earth North.
- getBearingFrom() - Method in class es.situm.sdk.directions.DirectionsRequest
-
Returns the user's bearing in the starting point.
- getBearingQuality() - Method in class es.situm.sdk.model.location.Location
-
Return the quality of the cartesian bearing.
- getBle() - Method in class es.situm.sdk.model.calibration.CalibrationScans
-
- getBody() - Method in class es.situm.sdk.communication.HttpRequest
-
- getBottomLeft() - Method in class es.situm.sdk.v1.SitumConversionArea
-
Deprecated.
- getBottomRight() - Method in class es.situm.sdk.v1.SitumConversionArea
-
Deprecated.
- getBounds() - Method in class es.situm.sdk.model.cartography.Building
-
Compute corners of this building, without rotation, in earth coordinates.
- getBoundsRotated() - Method in class es.situm.sdk.model.cartography.Building
-
Compute corners of this building, with rotation, in earth coordinates.
- getBuilding() - Method in class es.situm.sdk.model.cartography.BuildingInfo
-
Returns the building, without dependencies.
- getBuilding() - Method in class es.situm.sdk.realtime.RealTimeRequest
-
- getBuildingId() - Method in class es.situm.sdk.v1.SitumEvent
-
- getBuildingIdentifier() - Method in class es.situm.sdk.location.LocationRequest
-
- getBuildingIdentifier() - Method in interface es.situm.sdk.model.BuildingResource
-
Return the building identifier of the resource
- getBuildingIdentifier() - Method in class es.situm.sdk.model.calibration.LocalCalibration
-
- getBuildingIdentifier() - Method in class es.situm.sdk.model.calibration.RemoteCalibration
-
- getBuildingIdentifier() - Method in class es.situm.sdk.model.cartography.CalibrationArea
-
Returhn the calibration building identifier
- getBuildingIdentifier() - Method in class es.situm.sdk.model.cartography.Floor
-
Returns the identifier of building which this floor belongs.
- getBuildingIdentifier() - Method in class es.situm.sdk.model.cartography.Poi
-
Returns identifier of building to which the POI belongs.
- getBuildingIdentifier() - Method in class es.situm.sdk.model.cartography.Point
-
Returns unique identifier for the building to which this point belongs
- getBuildingIdentifier() - Method in class es.situm.sdk.model.location.Location
-
Only used in indoor.
- getBurstInterval() - Method in class es.situm.sdk.location.OutdoorLocationOptions
-
- getCacheMaxAge() - Method in class es.situm.sdk.Configuration
-
Get the maximum age of a cached response.
- getCalibrationIdentifier() - Method in class es.situm.sdk.model.calibration.CalibrationScans
-
- getCalibrationIdentifier() - Method in class es.situm.sdk.model.cartography.CalibrationArea
-
Return the calibration identifier
- getCallback() - Method in class es.situm.sdk.communication.HttpRequest
-
- getCartesianBearing() - Method in class es.situm.sdk.model.location.Location
-
Only used in indoor.
- getCartesianCoordinate() - Method in class es.situm.sdk.model.cartography.Poi
-
Returns cartesian coordinate of this position, relative to building
Bounds
).
- getCartesianCoordinate() - Method in class es.situm.sdk.model.cartography.Point
-
Returns cartesian coordinate (in meters) relative to the
Bounds
of building's base.
- getCartesianCoordinate() - Method in class es.situm.sdk.model.location.Location
-
Only used in indoor.
- getCategory() - Method in class es.situm.sdk.model.cartography.Poi
-
Returns category of the POI
- getCells() - Method in class es.situm.sdk.model.cartography.calibration.Grid
-
Return all the cells
- getCellSize() - Method in class es.situm.sdk.model.cartography.calibration.Grid
-
Return the cell size (in square meters)
- getCenter() - Method in class es.situm.sdk.model.cartography.Building
-
Return center of the building's base, as geographical coordinate.
- getCenter() - Method in class es.situm.sdk.model.cartography.Circle
-
The center of the circle
- getClosestLocationInRoute() - Method in class es.situm.sdk.model.navigation.NavigationProgress
-
- getClosestPointInRoute() - Method in class es.situm.sdk.model.navigation.NavigationProgress
-
- getCode() - Method in interface es.situm.sdk.error.Error
-
Return the error code.
- getCode() - Method in class es.situm.sdk.model.cartography.PoiCategory
-
Returns unique code of the category
- getContentType() - Method in class es.situm.sdk.communication.HttpRequest
-
- getConversion() - Method in class es.situm.sdk.v1.SitumEvent
-
Returns the conversion area of the event.
- getConversionArea() - Method in class es.situm.sdk.v1.SitumEvent
-
- getCoordinate() - Method in class es.situm.sdk.model.cartography.Poi
-
Return geographical coordinate of this position
- getCoordinate() - Method in class es.situm.sdk.model.cartography.Point
-
Returns geographic coordinate (latitude, longitude) of the point, regardless of whether it's placed inside or outside the building
You can obtain this value from
CartesianCoordinate
using
CoordinateConverter
.
- getCoordinate() - Method in class es.situm.sdk.model.location.Location
-
Return the coordinate of the location
- getCreatedAt() - Method in class es.situm.sdk.model.Resource
-
Returns a date containing the time when a resource was first created.
- getCurrentIndication() - Method in class es.situm.sdk.model.navigation.NavigationProgress
-
Returns the current indication
- getCustomFields() - Method in class es.situm.sdk.model.Resource
-
Returns map of custom fields, indexed by their name.
- getCustomFields() - Method in interface es.situm.sdk.utils.filter.Filterable
-
Obtain a map with the custom fields of this instance.
- getCustomFields() - Method in class es.situm.sdk.v1.SitumEvent
-
Obtain a map with the custom fields for the current event.
- getCustomHeaders() - Method in class es.situm.sdk.communication.HttpRequest
-
- getDanger() - Method in class es.situm.sdk.model.organization.ThemeColors
-
- getDashboardURL() - Method in class es.situm.sdk.Configuration
-
Obtains the currently Dashboard url used
- getDefault() - Method in class es.situm.sdk.model.organization.ThemeColors
-
- getDeviceId() - Method in class es.situm.sdk.model.location.Location
-
Returns the device identifier that has generated the location
- getDeviceID() - Static method in class es.situm.sdk.SitumSdk
-
Return the device ID used internally in the SDK
- getDimensions() - Method in class es.situm.sdk.model.cartography.Building
-
Returns dimensions of building's base (height and width) in meters.
- getDistance() - Method in class es.situm.sdk.model.directions.Indication
-
Retrieve the distance between the origin and destination
- getDistance() - Method in class es.situm.sdk.model.directions.Route
-
Returns the route distance (in meters)
- getDistance() - Method in class es.situm.sdk.model.directions.RouteStep
-
- getDistanceToChangeFloorThreshold() - Method in class es.situm.sdk.navigation.NavigationRequest
-
- getDistanceToChangeIndicationThreshold() - Method in class es.situm.sdk.navigation.NavigationRequest
-
- getDistanceToClosestPointInRoute() - Method in class es.situm.sdk.model.navigation.NavigationProgress
-
- getDistanceToEndStep() - Method in class es.situm.sdk.model.navigation.NavigationProgress
-
Returns the distance to the end this step
- getDistanceToFloorChange() - Method in class es.situm.sdk.model.directions.RouteStep
-
- getDistanceToGoal() - Method in class es.situm.sdk.model.directions.RouteStep
-
- getDistanceToGoal() - Method in class es.situm.sdk.model.navigation.NavigationProgress
-
- getDistanceToGoalThreshold() - Method in class es.situm.sdk.navigation.NavigationRequest
-
- getDistanceToIgnoreFirstIndication() - Method in class es.situm.sdk.navigation.NavigationRequest
-
- getDistanceToNextLevel() - Method in class es.situm.sdk.model.directions.Indication
-
Retrieve the number of levels between the origin and destination
- getDomain() - Method in interface es.situm.sdk.error.Error
-
The error domain
- getEdges() - Method in class es.situm.sdk.model.directions.Route
-
- getEventId() - Method in class es.situm.sdk.model.geofencing.EventOccurrence
-
- getEvents() - Method in class es.situm.sdk.model.cartography.BuildingInfo
-
Returns registered events in the building.
- getExtras() - Method in interface es.situm.sdk.error.Error
-
Optional extras given more information about the error
- getFile() - Method in class es.situm.sdk.model.calibration.LocalCalibration
-
- getFilename() - Method in class es.situm.sdk.model.calibration.LocalCalibration
-
Get the filename where it's saved
- getFilterMode() - Method in class es.situm.sdk.utils.filter.Filter
-
- getFirstStep() - Method in class es.situm.sdk.model.directions.Route
-
Returns first step
- getFloor_id() - Method in class es.situm.sdk.v1.SitumConversionArea
-
Deprecated.
- getFloor_id() - Method in class es.situm.sdk.v1.SitumEvent
-
- getFloorId() - Method in class es.situm.sdk.model.calibration.LocalCalibration
-
- getFloorIdentifier() - Method in class es.situm.sdk.model.calibration.RemoteCalibration
-
- getFloorIdentifier() - Method in class es.situm.sdk.model.cartography.CalibrationArea
-
Return the calibration floor identifier
- getFloorIdentifier() - Method in class es.situm.sdk.model.cartography.Poi
-
If this POI is outside the building (Poi.isOutdoor()
== true), this field has no meaning.
- getFloorIdentifier() - Method in class es.situm.sdk.model.cartography.Point
-
Returns floor identifier (inside the building) where this point is placed.
- getFloorIdentifier() - Method in interface es.situm.sdk.model.FloorResource
-
Return the floor identifier of the resource
- getFloorIdentifier() - Method in class es.situm.sdk.model.location.Location
-
Only used in indoor.
- getFloors() - Method in class es.situm.sdk.model.cartography.BuildingInfo
-
Returns existent floors in the building.
- getForegroundServiceNotification() - Method in class es.situm.sdk.location.LocationRequest
-
- getFrom() - Method in class es.situm.sdk.directions.DirectionsRequest
-
Returns the point where the route should start.
- getFrom() - Method in class es.situm.sdk.model.directions.Route
-
Point where the route starts.
- getFrom() - Method in class es.situm.sdk.model.directions.RouteStep
-
Start point of this step.
- getGrid() - Method in class es.situm.sdk.model.cartography.calibration.Scans
-
- getGt() - Method in class es.situm.sdk.model.calibration.CalibrationScans
-
- getHeight() - Method in class es.situm.sdk.model.cartography.calibration.Grid
-
Return the height (in meters)
- getHeight() - Method in class es.situm.sdk.model.location.Dimensions
-
Returns height of rectangle in meters.
- getHtml() - Method in class es.situm.sdk.v1.SitumEvent
-
- getHttpRequestExecutor() - Method in interface es.situm.sdk.communication.CommunicationManager
-
Return the HTTP Request Executor to make custom requests to the Dashboard
- getId() - Method in class es.situm.sdk.model.directions.RouteStep
-
Position of this RouteStep in the list of steps (
Route.getSteps()
) of the route to which it belongs.
- getId() - Method in class es.situm.sdk.model.geofencing.EventOccurrence
-
- getId() - Method in class es.situm.sdk.v1.SitumEvent
-
- getIdentifier() - Method in class es.situm.sdk.model.Resource
-
Returns the unique identifier of the resource
- getIndications() - Method in class es.situm.sdk.model.directions.Route
-
Return ordered list of instructions to go to the destination
- getIndicationsInterval() - Method in class es.situm.sdk.navigation.NavigationRequest
-
- getIndicationType() - Method in class es.situm.sdk.model.directions.Indication
-
- getIndoorPOIs() - Method in class es.situm.sdk.model.cartography.BuildingInfo
-
Returns points of interest inside the building.
- getIndoorProvider() - Method in class es.situm.sdk.location.LocationRequest
-
- getInfo() - Method in class es.situm.sdk.model.organization.ThemeColors
-
- getInfoHtml() - Method in class es.situm.sdk.model.cartography.Building
-
Returns additional information about the building, formatted with HTML.
- getInfoHtml() - Method in class es.situm.sdk.model.cartography.Poi
-
Returns additional information about POI, in HTML.
- getInterval() - Method in class es.situm.sdk.location.LocationRequest
-
- getInterval() - Method in enum es.situm.sdk.location.LocationRequest.RealtimeUpdateInterval
-
- getKeyValueFilters() - Method in class es.situm.sdk.utils.filter.Filter
-
- getLastStep() - Method in class es.situm.sdk.model.directions.Route
-
Returns last step
- getLastTerm() - Method in class es.situm.sdk.model.URL
-
Returns las part of provided value, separated by '/'.
- getLatitude() - Method in class es.situm.sdk.model.location.Coordinate
-
Returns latitude in degrees
- getLevel() - Method in class es.situm.sdk.model.cartography.Floor
-
Returns the number of the floor.
- getLocations() - Method in class es.situm.sdk.model.realtime.RealTimeData
-
Returns the device locations
- getLogo() - Method in class es.situm.sdk.model.organization.OrganizationTheme
-
- getLongitude() - Method in class es.situm.sdk.model.location.Coordinate
-
Returns longitude in degrees
- getMapUrl() - Method in class es.situm.sdk.model.cartography.Floor
-
Return the floor map image url
- getMaxValue() - Method in class es.situm.sdk.model.cartography.calibration.Grid
-
Return the max value of the cells of the grid
- getMessage() - Method in interface es.situm.sdk.error.Error
-
The detailed error message
- getMethod() - Method in class es.situm.sdk.communication.HttpRequest
-
- getMinNumberSatellitesToRunDetector() - Method in class es.situm.sdk.location.OutdoorLocationOptions
-
- getMinPercentageToDetectOutdoor() - Method in class es.situm.sdk.location.OutdoorLocationOptions
-
- getMinSnrToUseSatellite() - Method in class es.situm.sdk.location.OutdoorLocationOptions
-
- getMotionMode() - Method in class es.situm.sdk.location.LocationRequest
-
- getName() - Method in class es.situm.sdk.model.calibration.RemoteCalibration
-
- getName() - Method in class es.situm.sdk.model.cartography.Building
-
Returns the building name that is appropriate for display to the user.
- getName() - Method in class es.situm.sdk.model.cartography.CalibrationArea
-
Return the calibration name
- getName() - Method in class es.situm.sdk.model.cartography.Poi
-
Returns a name for the POI, appropriate for display to the user.
- getName() - Method in class es.situm.sdk.model.cartography.PoiCategory
-
Returns the category name appropriate for display to the user
- getName() - Method in class es.situm.sdk.v1.SitumEvent
-
- getNameAsI18n() - Method in class es.situm.sdk.model.cartography.PoiCategory
-
Returns the category name appropriate for display to the user with different value depending on the language
- getNextIndication() - Method in class es.situm.sdk.model.navigation.NavigationProgress
-
Returns the next indication.
- getNextLevel() - Method in class es.situm.sdk.model.directions.Indication
-
Retrieves the next level
- getNodes() - Method in class es.situm.sdk.model.directions.Route
-
Returns a collection of points of the route (not ordered)
- getNorthEast() - Method in class es.situm.sdk.model.location.Bounds
-
Returns the coordinate of the north-east corner of the bound.
- getNorthWest() - Method in class es.situm.sdk.model.location.Bounds
-
Returns the coordinate of the north-west corner of the bound.
- getOptions() - Method in class es.situm.sdk.communication.HttpRequest
-
- getOrganizationName() - Method in class es.situm.sdk.model.organization.OrganizationTheme
-
- getOrganizationUuid() - Method in class es.situm.sdk.model.organization.OrganizationTheme
-
- getOrientation() - Method in class es.situm.sdk.model.directions.Indication
-
Retrieve the angle a user should change his direction in order to go from the origin
to the destination.
- getOrientationType() - Method in class es.situm.sdk.model.directions.Indication
-
- getOutdoorLocationOptions() - Method in class es.situm.sdk.location.LocationRequest
-
- getOutdoorPOIs() - Method in class es.situm.sdk.model.cartography.BuildingInfo
-
Returns points of interest outside the building
- getOutsideRouteThreshold() - Method in class es.situm.sdk.navigation.NavigationRequest
-
- getPhoneId() - Method in class es.situm.sdk.model.geofencing.EventOccurrence
-
- getPictureThumbUrl() - Method in class es.situm.sdk.model.cartography.Building
-
Return the url of the thumbnail building image
- getPictureUrl() - Method in class es.situm.sdk.model.cartography.Building
-
Return the url of the building image
- getPoints() - Method in class es.situm.sdk.model.cartography.calibration.Scans
-
- getPoints() - Method in class es.situm.sdk.model.cartography.CalibrationArea
-
Return the calibration ground truth points
- getPoints() - Method in class es.situm.sdk.model.directions.Route
-
Returns list of ordered points of the route
- getPollTime() - Method in class es.situm.sdk.realtime.RealTimeRequest
-
- getPosition() - Method in class es.situm.sdk.model.cartography.Poi
-
- getPosition() - Method in class es.situm.sdk.model.location.Location
-
Return the position of the location.
- getPrimary() - Method in class es.situm.sdk.model.organization.ThemeColors
-
- getProvider() - Method in class es.situm.sdk.model.location.Location
-
- getQuality() - Method in class es.situm.sdk.model.location.Location
-
Only used in indoor.
- getRadius() - Method in class es.situm.sdk.model.cartography.Circle
-
The radius of the circle (in meters)
- getRadius() - Method in class es.situm.sdk.v1.SitumEvent
-
- getRealtimeUpdateInterval() - Method in class es.situm.sdk.location.LocationRequest
-
- getRequest() - Method in class es.situm.sdk.model.directions.Route
-
- getRequestParams() - Method in class es.situm.sdk.communication.HttpRequest
-
- getResponseDestinationFile() - Method in class es.situm.sdk.communication.HttpRequest
-
Deprecated.
- getRotation() - Method in class es.situm.sdk.model.cartography.Building
-
Returns rotation angle of the building's base, relative to the west-east axis,
increasing in clockwise, being 0 the west-east axis.
- getRoundIndicationsStep() - Method in class es.situm.sdk.navigation.NavigationRequest
-
- getRoute() - Method in class es.situm.sdk.navigation.NavigationRequest
-
- getRouteInfo() - Method in class es.situm.sdk.model.directions.Route
-
Just for internal SDK use.
- getRouteStep() - Method in class es.situm.sdk.model.navigation.NavigationProgress
-
- getScale() - Method in class es.situm.sdk.model.cartography.Floor
-
Returns the scale of the floor image, in px/meters
- getSecondary() - Method in class es.situm.sdk.model.organization.ThemeColors
-
- getSelectedIconUrl() - Method in class es.situm.sdk.model.cartography.PoiCategory
-
- getSize() - Method in class es.situm.sdk.model.calibration.LocalCalibration
-
- getSmallestDisplacement() - Method in class es.situm.sdk.location.LocationRequest
-
- getSouthEast() - Method in class es.situm.sdk.model.location.Bounds
-
Returns the coordinate of the south-east corner of the bound.
- getSouthWest() - Method in class es.situm.sdk.model.location.Bounds
-
Returns the coordinate of the south-east corner of the bound.
- getState() - Method in class es.situm.sdk.model.calibration.RemoteCalibration
-
- getStep(int) - Method in class es.situm.sdk.model.directions.Route
-
- getStepIdxDestination() - Method in class es.situm.sdk.model.directions.Indication
-
Retrieve the index of the indication's step of destination.
- getStepIdxOrigin() - Method in class es.situm.sdk.model.directions.Indication
-
Retrieve the index of the indication's step of origin
- getSteps() - Method in class es.situm.sdk.model.directions.Route
-
Returns ordered list of steps to go to the goal point
- getSuccess() - Method in class es.situm.sdk.model.organization.ThemeColors
-
- getThemeColors() - Method in class es.situm.sdk.model.organization.OrganizationTheme
-
- getTime() - Method in class es.situm.sdk.model.location.Location
-
Return the timestamp of the location.
- getTimestamp() - Method in class es.situm.sdk.model.calibration.LocalCalibration
-
- getTimeToEndStep() - Method in class es.situm.sdk.model.navigation.NavigationProgress
-
- getTimeToFirstIndication() - Method in class es.situm.sdk.navigation.NavigationRequest
-
- getTimeToGoal() - Method in class es.situm.sdk.model.navigation.NavigationProgress
-
- getTimeToIgnoreLocationInWrongFloorDuringFloorChange() - Method in class es.situm.sdk.navigation.NavigationRequest
-
- getTo() - Method in class es.situm.sdk.directions.DirectionsRequest
-
Returns the point where the route should end.
- getTo() - Method in class es.situm.sdk.model.directions.Route
-
Last point and goal of the route.
- getTo() - Method in class es.situm.sdk.model.directions.RouteStep
-
End point of this step.
- getTopLeft() - Method in class es.situm.sdk.v1.SitumConversionArea
-
Deprecated.
- getTopRight() - Method in class es.situm.sdk.v1.SitumConversionArea
-
Deprecated.
- getTrigger() - Method in class es.situm.sdk.v1.SitumEvent
-
Returns the trigger area of the event
- getUnselectedIconUrl() - Method in class es.situm.sdk.model.cartography.PoiCategory
-
- getUpdatedAt() - Method in class es.situm.sdk.model.Resource
-
Returns a date containing the time when a resource was last updated.
- getUri() - Method in class es.situm.sdk.model.calibration.RemoteCalibration
-
- getUrl() - Method in class es.situm.sdk.communication.HttpRequest
-
- getUserIdentifier() - Method in class es.situm.sdk.model.cartography.Building
-
Returns unique identifier of the owner user of the building
- getUuid() - Method in class es.situm.sdk.model.location.BeaconFilter
-
Get the Beacon UUID
- getValue() - Method in class es.situm.sdk.model.cartography.calibration.IntegerCell
-
- getValue() - Method in class es.situm.sdk.model.URL
-
Original value provided to de constructor
- getVersion() - Static method in class es.situm.sdk.SitumSdk
-
Returns the version of the Situm SDK
- getWarning() - Method in class es.situm.sdk.model.organization.ThemeColors
-
- getWhenClicked() - Method in class es.situm.sdk.model.geofencing.EventOccurrence
-
- getWhenConverted() - Method in class es.situm.sdk.model.geofencing.EventOccurrence
-
- getWidth() - Method in class es.situm.sdk.model.cartography.calibration.Grid
-
Return the width (in meters)
- getWidth() - Method in class es.situm.sdk.model.location.Dimensions
-
Returns width of rectangle in meters
- getWifi() - Method in class es.situm.sdk.model.calibration.CalibrationScans
-
- getX() - Method in class es.situm.sdk.model.cartography.calibration.IntegerCell
-
- getX() - Method in class es.situm.sdk.model.location.CartesianCoordinate
-
Returns value of coordinate at x-axis
- getX() - Method in class es.situm.sdk.v1.SitumEvent
-
- getY() - Method in class es.situm.sdk.model.cartography.calibration.IntegerCell
-
- getY() - Method in class es.situm.sdk.model.location.CartesianCoordinate
-
Returns value of coordinate at y-axis
- getY() - Method in class es.situm.sdk.v1.SitumEvent
-
- GRAPH_BETWEEN_TWO_POINTS_NOT_FOUND - Static variable in interface es.situm.sdk.directions.DirectionsManager.Code
-
There is not graph between two points in dashboard
- GRAPH_NOT_FOUND - Static variable in interface es.situm.sdk.directions.DirectionsManager.Code
-
there is no graph in dashboard
- Grid - Class in es.situm.sdk.model.cartography.calibration
-
A Grid formed by cells.
- Grid(int, int, int, int, List<IntegerCell>) - Constructor for class es.situm.sdk.model.cartography.calibration.Grid
-
- gtPoints() - Method in class es.situm.sdk.model.calibration.LocalCalibration
-
- I18nString - Class in es.situm.sdk.model
-
A string with a different value depending of the language.
- I18nString(Map<String, String>) - Constructor for class es.situm.sdk.model.I18nString
-
- I18nString.Builder - Class in es.situm.sdk.model
-
Allows creating a I18nString in a handier way.
- id(int) - Method in class es.situm.sdk.model.directions.RouteStep.Builder
-
- ignoreLowQualityLocations(boolean) - Method in class es.situm.sdk.navigation.NavigationRequest.Builder
-
Set if low quality locations should be ignored.
- ignoreLowQualityLocations() - Method in class es.situm.sdk.navigation.NavigationRequest
-
- Indication - Class in es.situm.sdk.model.directions
-
Represents the instruction that a user should follow when on a
RouteStep
to continue
the route
- Indication(int, double, double, int) - Constructor for class es.situm.sdk.model.directions.Indication
-
Constructs Indication calculating its GuidanceActionType and GuidanceOrientationType
- Indication(int, double, double, int, Integer) - Constructor for class es.situm.sdk.model.directions.Indication
-
Constructs Indication calculating its GuidanceActionType and GuidanceOrientationType
- Indication() - Constructor for class es.situm.sdk.model.directions.Indication
-
- indication(Indication) - Method in class es.situm.sdk.model.navigation.NavigationProgress.Builder
-
Sets the currentIndication
and returns a reference to this Builder so that the methods can be chained together.
- Indication.Action - Enum in es.situm.sdk.model.directions
-
Defines the main action of the indication
- Indication.Builder - Class in es.situm.sdk.model.directions
-
- Indication.Orientation - Enum in es.situm.sdk.model.directions
-
Defines the change in orientation associated the the indication
- indicationForNextStep(int) - Method in class es.situm.sdk.model.directions.Route
-
Returns the next indication to a given step.
- indicationsInterval(long) - Method in class es.situm.sdk.navigation.NavigationRequest.Builder
-
Sets the time to wait between indications.
- indoorPOIs(Collection<Poi>) - Method in class es.situm.sdk.model.cartography.BuildingInfo.Builder
-
- indoorProvider(LocationRequest.IndoorProvider) - Method in class es.situm.sdk.location.LocationRequest.Builder
-
Set the indoor location provider.
- infoHtml(String) - Method in class es.situm.sdk.model.cartography.Building.Builder
-
- infoHtml(String) - Method in class es.situm.sdk.model.cartography.Poi.Builder
-
- init(Context) - Static method in class es.situm.sdk.SitumSdk
-
Initialize SDK.
- IntegerCell - Class in es.situm.sdk.model.cartography.calibration
-
A cell of a
Grid
with the position (x,y) and an integer value
- IntegerCell(int, int, int) - Constructor for class es.situm.sdk.model.cartography.calibration.IntegerCell
-
- INTERNAL_ERROR - Static variable in interface es.situm.sdk.error.CommonErrorConstant.Code
-
- INTERNAL_ERROR - Static variable in interface es.situm.sdk.error.CommonErrorConstant.PropertyKey
-
- INTERNET_NOT_AVAILABLE - Static variable in interface es.situm.sdk.error.CommonErrorConstant.Code
-
No internet connection from the device.
- interval(int) - Method in class es.situm.sdk.location.LocationRequest.Builder
-
Set the desired interval for location updates, in milliseconds.This interval is inexact, the
service will try to obtain location updates for your application at this interval.
- INVALID_REQUEST - Static variable in interface es.situm.sdk.directions.DirectionsManager.Code
-
Invalid request parameters
- INVALID_REQUEST_PARAMETERS - Static variable in interface es.situm.sdk.communication.CommunicationManager.Code
-
Error while creating request payload.
- invalidateCache() - Method in interface es.situm.sdk.communication.CommunicationManager
-
Invalidate all the resources in the cache
- isAbsolute() - Method in class es.situm.sdk.model.URL
-
Return true if the value used to construct the URL doesn't start by '/', meaning it has a specific host.
- isAccessible(boolean) - Method in class es.situm.sdk.directions.DirectionsRequest.Builder
-
Deprecated.
- isAccessible() - Method in class es.situm.sdk.directions.DirectionsRequest
-
Deprecated.
- isAccessible() - Method in class es.situm.sdk.model.directions.Route
-
Deprecated.
- isAllowInvalidSSLCertificate() - Method in class es.situm.sdk.Configuration
-
Returns true if all SSL certificates are trusted
- isChunckableWith(Indication) - Method in class es.situm.sdk.model.directions.Indication
-
Checks if this
Indication
can be combined with another one
- isClicked() - Method in class es.situm.sdk.model.geofencing.EventOccurrence
-
- isConverted() - Method in class es.situm.sdk.model.geofencing.EventOccurrence
-
- isFirst() - Method in class es.situm.sdk.model.directions.RouteStep
-
Returns true if this is the first step in the route.
- isIndoor() - Method in class es.situm.sdk.model.cartography.Poi
-
Returns whether the POI is placed outside the building or not.
- isIndoor() - Method in class es.situm.sdk.model.cartography.Point
-
Return if the POI is inside the building.
- isIndoor() - Method in class es.situm.sdk.model.location.Location
-
Return true if the location is indoor
- isInitialized() - Static method in class es.situm.sdk.SitumSdk
-
- isInvalid() - Method in class es.situm.sdk.model.calibration.RemoteCalibration
-
Return true if the calibration is invalid
- isLast(boolean) - Method in class es.situm.sdk.model.directions.RouteStep.Builder
-
- isLast() - Method in class es.situm.sdk.model.directions.RouteStep
-
Returns true if this is the last step in the route.
- isNeededLevelChange() - Method in class es.situm.sdk.model.directions.Indication
-
Check if the user should change the level in order to arrive to destination
- isOutdoor() - Method in class es.situm.sdk.model.cartography.Poi
-
Returns whether the POI is placed outside the building or not.
- isOutdoor() - Method in class es.situm.sdk.model.cartography.Point
-
Return if the POI is outside the building.
- isOutdoor() - Method in class es.situm.sdk.model.location.Location
-
Return true if the location is outdoor
- isPublic(Boolean) - Method in class es.situm.sdk.model.cartography.PoiCategory.Builder
-
- isPublic() - Method in class es.situm.sdk.model.cartography.PoiCategory
-
Returns whether the category is public or not
- isRelative() - Method in class es.situm.sdk.model.URL
-
Return true if the value used to construct the URL starts by '/', meaning it has no specific host nor port.
- isRunning() - Method in interface es.situm.sdk.location.LocationManager
-
- isRunning() - Method in interface es.situm.sdk.navigation.NavigationManager
-
Returns true if the navigation is running, false otherwise
- isRunning() - Method in interface es.situm.sdk.realtime.RealTimeManager
-
Check if the realtime is running
- isSaved() - Method in class es.situm.sdk.model.calibration.LocalCalibration
-
- isUsed() - Method in class es.situm.sdk.model.calibration.RemoteCalibration
-
Return true if the calibration is used in the positioning model
- isUsingSimulatedLocationManager() - Static method in class es.situm.sdk.SitumSdk
-
Return true if a simulated location manager is set, false otherwise
- isValid() - Method in class es.situm.sdk.model.directions.Indication
-
Check if a particular guidance make sense
- isWaiting() - Method in class es.situm.sdk.model.calibration.RemoteCalibration
-
Return true if the calibration is in any of the waiting states
- validate(HttpRequest) - Method in class es.situm.sdk.communication.HttpRequestExecutor
-
- validateUserCredentials(Handler<Object>) - Method in interface es.situm.sdk.communication.CommunicationManager
-
- valueOf(String) - Static method in enum es.situm.sdk.directions.DirectionsRequest.AccessibilityMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum es.situm.sdk.error.Error.Domain
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum es.situm.sdk.location.LocationRequest.IndoorProvider
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum es.situm.sdk.location.LocationRequest.MotionMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum es.situm.sdk.location.LocationRequest.RealtimeUpdateInterval
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum es.situm.sdk.location.LocationStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum es.situm.sdk.model.calibration.RemoteCalibration.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum es.situm.sdk.model.calibration.ScansType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum es.situm.sdk.model.directions.Indication.Action
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum es.situm.sdk.model.directions.Indication.Orientation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum es.situm.sdk.model.location.Location.Quality
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum es.situm.sdk.utils.filter.Filter.FilterMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum es.situm.sdk.utils.filter.Filter.KeyValueFilter.FilterBy
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum es.situm.sdk.directions.DirectionsRequest.AccessibilityMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum es.situm.sdk.error.Error.Domain
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum es.situm.sdk.location.LocationRequest.IndoorProvider
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum es.situm.sdk.location.LocationRequest.MotionMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum es.situm.sdk.location.LocationRequest.RealtimeUpdateInterval
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum es.situm.sdk.location.LocationStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum es.situm.sdk.model.calibration.RemoteCalibration.State
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum es.situm.sdk.model.calibration.ScansType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum es.situm.sdk.model.directions.Indication.Action
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum es.situm.sdk.model.directions.Indication.Orientation
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum es.situm.sdk.model.location.Location.Quality
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum es.situm.sdk.utils.filter.Filter.FilterMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum es.situm.sdk.utils.filter.Filter.KeyValueFilter.FilterBy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VISUAL_ODOMETRY_ERROR - Static variable in interface es.situm.sdk.location.LocationManager.Code
-
The visual odometry isn't working