Interface: IQueries

Defines a list of available queries on the geometry.

Methods

Name Description
Clash(IEnumerable<IPSGeoEntity>, IEnumerable<IPSGeoEntity>) Detects clash between 2 sets of geometry entities.
Coincidence(IPSGeoEntity, IPSGeoEntity) Checks if 2 geometry entities are coincident.
Containment(IPSGeoEntity, IPSGeoEntity) Checks if one geometry entity contains one other.
Distance(IEnumerable<IPSGeoEntity>, IEnumerable<IPSGeoEntity>) Computes the distance between 2 sets of geometry entities.