public class

PropertyInfo

extends Object
java.lang.Object
   ↳ com.mapsted.positioning.coreObjects.PropertyInfo

Summary

Public Constructors
PropertyInfo(MetadataRepository metadataRepository, CppPropertyInfo cppPropertyInfo)
Public Methods
Set<Integer> getBuildingIdSet()
List<Integer> getBuildingIds()
BuildingInfoMap getBuildingInfoMap()
Optional<BuildingInfo> getBuildingInfoOptional(int buildingId)
Map<Integer, BuildingInfo> getBuildingInfos()
IMercator getCentroid()
String getCityName()
String getCountryLongName()
String getCountryShortName()
List<String> getCoverImagesUrl()
int getDefaultBuildingId()
String getDescription()
String getEmail()
List<Hours> getHoursList()
String getLogoImageUrl()
String getLongName()
CppPropertyInfo.CppMapStyle getMapTiles()
float getMapToRealScaleFactor()
Mercator getNorthEastMostPoint()
String getPhoneNumber()
int getPropertyId()
int getRadius()
String getShortName()
Mercator getSouthWestMostPoint()
TimeZone getTimezone()
String getWebsite()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public PropertyInfo (MetadataRepository metadataRepository, CppPropertyInfo cppPropertyInfo)

Public Methods

public Set<Integer> getBuildingIdSet ()

Returns
  • list of buildingIds

public List<Integer> getBuildingIds ()

Returns
  • list of buildingIds

public BuildingInfoMap getBuildingInfoMap ()

public Optional<BuildingInfo> getBuildingInfoOptional (int buildingId)

public Map<Integer, BuildingInfo> getBuildingInfos ()

Returns
  • Returns Map of key buildingId and buildingInfos

public IMercator getCentroid ()

public String getCityName ()

public String getCountryLongName ()

public String getCountryShortName ()

public List<String> getCoverImagesUrl ()

public int getDefaultBuildingId ()

public String getDescription ()

public String getEmail ()

public List<Hours> getHoursList ()

public String getLogoImageUrl ()

public String getLongName ()

public CppPropertyInfo.CppMapStyle getMapTiles ()

public float getMapToRealScaleFactor ()

public Mercator getNorthEastMostPoint ()

public String getPhoneNumber ()

public int getPropertyId ()

public int getRadius ()

public String getShortName ()

public Mercator getSouthWestMostPoint ()

public TimeZone getTimezone ()

public String getWebsite ()