java.lang.Object
io.qt.QtObject
io.qt.positioning.QGeoShape
io.qt.positioning.QGeoRectangle
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Defines a rectangular geographic area
Java wrapper for Qt class QGeoRectangle
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.positioning.QGeoShape
QGeoShape.ShapeType
-
Field Summary
Modifier and TypeFieldDescriptionstatic final QMetaObject
This variable stores the meta-object for the class. -
Constructor Summary
ConstructorDescriptionQGeoRectangle
(QGeoCoordinate center, double degreesWidth, double degreesHeight) QGeoRectangle
(QGeoCoordinate topLeft, QGeoCoordinate bottomRight) QGeoRectangle
(QGeoRectangle other) QGeoRectangle
(QGeoShape other) QGeoRectangle
(Collection<? extends QGeoCoordinate> coordinates) -
Method Summary
Modifier and TypeMethodDescriptionfinal void
assign
(QGeoRectangle other) final QGeoCoordinate
final QGeoCoordinate
clone()
Creates and returns a copy of this object.final boolean
contains
(QGeoRectangle rectangle) final void
extendRectangle
(QGeoCoordinate coordinate) int
hashCode()
Returns the objects's hash code computed byqHash(QGeoRectangle)
.final double
height()
final boolean
intersects
(QGeoRectangle rectangle) void
readFrom
(QDataStream stream) Seeoperator>>(QDataStream&,
QGeoRectangle&) final void
setBottomLeft
(QGeoCoordinate bottomLeft) final void
setBottomRight
(QGeoCoordinate bottomRight) final void
setCenter
(QGeoCoordinate center) final void
setHeight
(double degreesHeight) final void
setTopLeft
(QGeoCoordinate topLeft) final void
setTopRight
(QGeoCoordinate topRight) final void
setWidth
(double degreesWidth) final QGeoCoordinate
topLeft()
final QGeoCoordinate
topRight()
final String
toString()
final void
translate
(double degreesLatitude, double degreesLongitude) final QGeoRectangle
translated
(double degreesLatitude, double degreesLongitude) final QGeoRectangle
united
(QGeoRectangle rectangle) final double
width()
void
writeTo
(QDataStream stream) Methods inherited from class io.qt.positioning.QGeoShape
assign, boundingGeoRectangle, center, contains, equals, 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
-
QGeoRectangle
public QGeoRectangle() -
QGeoRectangle
-
QGeoRectangle
-
QGeoRectangle
-
QGeoRectangle
-
QGeoRectangle
-
-
Method Details
-
bottomLeft
-
bottomRight
-
contains
-
extendRectangle
-
height
-
intersects
-
writeTo
-
assign
-
readFrom
See
operator>>(QDataStream&,
QGeoRectangle&) -
setBottomLeft
-
setBottomRight
-
setCenter
-
setHeight
-
setTopLeft
-
setTopRight
-
setWidth
-
toString
-
topLeft
-
topRight
-
translate
public final void translate(double degreesLatitude, double degreesLongitude) -
translated
-
united
-
width
-
hashCode
Returns the objects's hash code computed byqHash(QGeoRectangle)
. -
clone
Creates and returns a copy of this object.
-