public class

PropertyData

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

Summary

Public Constructors
PropertyData(MetadataRepository metadataRepository, CppPropertyData propertyData)
Public Methods
IntHashSet getBuildingsByEntityNameKey(String nameKey)
String getCartoCssFilerId()
Entity getEntity(int entityId)
Entity getEntityByBuildingId(int buildingId)
IntHashSet getLocalBuildingIds(Mercator pt)
IMercatorPolygon getPropertyBoundary()
Map<Integer, Entity> getPropertyEntities()
PropertyInfo getPropertyInfo()
Map<Integer, MapPoint> getPropertyPoints()
Map<Integer, MapPolygon> getPropertyPolygons()
Map<Integer, MapPolyline> getPropertyPolyines()
PropertySearchEntities getPropertySearchEntities()
SearchEntity getSearchEntityByNameKey(String nameKey)
boolean isPointInsideGrid(Mercator pt)
boolean isPointInsideProperty(Mercator mercator)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public PropertyData (MetadataRepository metadataRepository, CppPropertyData propertyData)

Public Methods

public IntHashSet getBuildingsByEntityNameKey (String nameKey)

public String getCartoCssFilerId ()

public Entity getEntity (int entityId)

public Entity getEntityByBuildingId (int buildingId)

public IntHashSet getLocalBuildingIds (Mercator pt)

public IMercatorPolygon getPropertyBoundary ()

public Map<Integer, Entity> getPropertyEntities ()

public PropertyInfo getPropertyInfo ()

public Map<Integer, MapPoint> getPropertyPoints ()

public Map<Integer, MapPolygon> getPropertyPolygons ()

public Map<Integer, MapPolyline> getPropertyPolyines ()

public PropertySearchEntities getPropertySearchEntities ()

public SearchEntity getSearchEntityByNameKey (String nameKey)

public boolean isPointInsideGrid (Mercator pt)

public boolean isPointInsideProperty (Mercator mercator)