public class

CorePositioningDto

extends Object
java.lang.Object
   ↳ com.mapsted.positioning.util.CorePositioningDto

Summary

Public Constructors
CorePositioningDto()
Public Methods
static ArrayList<BuildingInfo> getAllBuildingsByProperty(MetadataRepository metadataRepository, PropertyInfo propertyInfo)
Return a list of BuildingInfo for a property ID

BuildingInfo contains all information of a building such as the building's id, the name of the building, X and Y coordinates etc.

[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public CorePositioningDto ()

Public Methods

public static ArrayList<BuildingInfo> getAllBuildingsByProperty (MetadataRepository metadataRepository, PropertyInfo propertyInfo)

Return a list of BuildingInfo for a property ID

BuildingInfo contains all information of a building such as the building's id, the name of the building, X and Y coordinates etc.

Parameters
propertyInfo Property object
Returns
  • List of building info for the specified property. See BuildingInfo