java.lang.Object
io.qt.internal.QtJambiObject
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
ModifierConstructorDescriptionQGeoCircle
(QGeoCircle other) QGeoCircle
(QGeoCoordinate center) Overloaded constructor forQGeoCircle(io.qt.positioning.QGeoCoordinate, double)
withradius = -1.0
.QGeoCircle
(QGeoCoordinate center, double radius) QGeoCircle
(QGeoShape other) protected
Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionclone()
final void
extendCircle
(QGeoCoordinate coordinate) int
hashCode()
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
boundingGeoRectangle, center, contains, equals, isEmpty, isValid, type
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
-
QGeoCircle
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details