Объект геометрии
Hashable
public static func == (lhs: Geometry, rhs: Geometry) -> Bool
Returns a Boolean value indicating whether two values are equal.
public func hash(into hasher: inout Hasher)
Hashes the essential components of this value by feeding them into the given hasher.
hasher
Hasher
The hasher to use when combining the components of this instance.
public func hasIntersection( geometry: Geometry ) -> Bool
Функция has_intersection позволяет определить, имеет ли данная геометрия пересечение с другим объектом геометрии
geometry
Geometry
объект геометрии для проверки пересечения При вычислении пересечения с IPointGeometry высота (elevation) игнорируется
Bool
kind
GeometryKind
minPoint
GeoPoint
maxPoint