java.lang.Object
io.qt.QtObject
io.qt.positioning.QGeoShape
io.qt.positioning.QGeoCircle
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Defines a circular geographic area
Java wrapper for Qt class QGeoCircle
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.positioning.QGeoShape
QGeoShape.ShapeType
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Field Summary
Modifier and TypeFieldDescriptionstatic final QMetaObject
This variable stores the meta-object for the class. -
Constructor Summary
ConstructorDescriptionQGeoCircle
(QGeoCircle other) QGeoCircle
(QGeoCoordinate center) Overloaded constructor forQGeoCircle(io.qt.positioning.QGeoCoordinate, double)
withradius = -1.0
.QGeoCircle
(QGeoCoordinate center, double radius) QGeoCircle
(QGeoShape other) -
Method Summary
Modifier and TypeMethodDescriptionfinal void
assign
(QGeoCircle other) clone()
Creates and returns a copy of this object.boolean
final void
extendCircle
(QGeoCoordinate coordinate) final double
Kotlin property getter.int
hashCode()
Returns the objects's hash code computed byqHash(QGeoCircle)
.final double
radius()
final void
setCenter
(QGeoCoordinate center) final void
setRadius
(double radius) final String
toString()
final void
translate
(double degreesLatitude, double degreesLongitude) final QGeoCircle
translated
(double degreesLatitude, double degreesLongitude) Methods inherited from class io.qt.positioning.QGeoShape
assign, boundingGeoRectangle, center, contains, extendShape, getType, isEmpty, isValid, readFrom, type, writeTo
Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Field Details
-
staticMetaObject
This variable stores the meta-object for the class.
-
-
Constructor Details
-
QGeoCircle
public QGeoCircle() -
QGeoCircle
-
QGeoCircle
Overloaded constructor for
QGeoCircle(io.qt.positioning.QGeoCoordinate, double)
withradius = -1.0
. -
QGeoCircle
-
QGeoCircle
-
-
Method Details
-
extendCircle
-
assign
-
getRadius
Kotlin property getter. In Java use
radius()
instead. -
radius
-
setCenter
-
setRadius
-
toString
-
translate
public final void translate(double degreesLatitude, double degreesLongitude) -
translated
-
equals
-
hashCode
Returns the objects's hash code computed byqHash(QGeoCircle)
. -
clone
Creates and returns a copy of this object.
-