ComplexGeometry class
Составная геометрия, состоит из набора простых или составных геометрий.
Поддерживается произвольный уровень вложенности составных геометрий в наборе.
- Inheritance
- Implemented types
Constructors
-
ComplexGeometry(List<
Geometry> geometries) -
factory
Properties
- bounds → GeoRect
-
Прямоугольник минимального размера, содержащий геометрию.
no setterinherited
-
elements
→ List<
Geometry> -
no setter
- hashCode → int
-
The hash code for this object.
no setteroverride
- kind → GeometryKind
-
no setterinherited
- maxPoint → GeoPoint
-
Максимальная точка ограничивающего прямоугольника.
no setterinherited
- minPoint → GeoPoint
-
Минимальнная точка ограничивающего прямоугольника.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
intersects(
Geometry geometry) → bool -
Функция intersects позволяет определить, имеет ли данная геометрия
пересечение с другим объектом геометрии
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override