PropertyData

open class PropertyData

Constructors

Link copied to clipboard
constructor(metadataRepository: MetadataRepository, @NonNull propertyData: PropertyData)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun getEntity(entityId: Int): Entity
Link copied to clipboard
open fun getEntityByBuildingId(buildingId: Int): Entity
Link copied to clipboard
open fun getLocalBuildingIds(pt: Mercator): Set<Integer>
Link copied to clipboard
Returns the total number of entities in the property.
Link copied to clipboard
Returns the total number of polygons in the property.
Link copied to clipboard
open fun getPropertyBoundary(): MapPolygon
Link copied to clipboard
Link copied to clipboard
open fun getPropertyPoints(): List<MapPoint>
Returns the property points data.
Link copied to clipboard
open fun getPropertyPolygons(): List<MapPolygon>
Returns the property polygons data.
Link copied to clipboard
open fun getPropertyPolylines(): List<MapPolyline>
Returns the property polylines data.
Link copied to clipboard
Link copied to clipboard
Deprecated.
Link copied to clipboard
Deprecated.
Link copied to clipboard
open fun isPointInsideGrid(pt: Mercator): Boolean
Link copied to clipboard
open fun isPointInsideProperty(mercator: Mercator): Boolean