java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.positioning.QGeoShape
io.qt.positioning.QGeoCircle
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
public class QGeoCircle extends QGeoShape implements Cloneable
Defines a circular geographic area
Java wrapper for Qt class QGeoCircle
-
Nested Class Summary
-
Field Summary
Fields Modifier and Type Field Description static QMetaObject
staticMetaObject
This variable stores the meta-object for the class. -
Constructor Summary
Constructors Modifier Constructor Description QGeoCircle()
QGeoCircle(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
QGeoCircle(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
Modifier and Type Method Description QGeoCircle
clone()
boolean
equals(Object other)
Used to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface.void
extendCircle(QGeoCoordinate coordinate)
int
hashCode()
double
radius()
void
setCenter(QGeoCoordinate center)
void
setRadius(double radius)
void
translate(double degreesLatitude, double degreesLongitude)
QGeoCircle
translated(double degreesLatitude, double degreesLongitude)
-
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
-
extendCircle
-
radius
-
setCenter
-
setRadius
-
translate
public final void translate(double degreesLatitude, double degreesLongitude) -
translated
-
equals
Description copied from class:QtObject
Used to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface. Otherwise it will return the result of calling the super class implementation. -
hashCode
-
clone
-