Geometry class
Объект геометрии.
- Implemented types
- Implementers
Properties
- bounds → GeoRect
-
Прямоугольник минимального размера, содержащий геометрию.
no setter
- hashCode → int
-
The hash code for this object.
no setteroverride
- kind → GeometryKind
-
no setter
- maxPoint → GeoPoint
-
Максимальная точка ограничивающего прямоугольника.
no setter
- minPoint → GeoPoint
-
Минимальнная точка ограничивающего прямоугольника.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
intersects(
Geometry geometry) → bool - Функция intersects позволяет определить, имеет ли данная геометрия пересечение с другим объектом геометрии
-
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