java.lang.Object
io.qt.QtObject
io.qt.positioning.QGeoShape
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
- Direct Known Subclasses:
QGeoCircle
,QGeoPath
,QGeoPolygon
,QGeoRectangle
Defines a geographic area
Java wrapper for Qt class QGeoShape
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionstatic final QMetaObject
This variable stores the meta-object for the class. -
Constructor Summary
ConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionfinal void
final QGeoRectangle
final QGeoCoordinate
center()
clone()
Creates and returns a copy of this object.final boolean
contains
(QGeoCoordinate coordinate) final boolean
boolean
int
hashCode()
Returns the objects's hash code computed byqHash(QGeoShape)
.final boolean
isEmpty()
final boolean
isValid()
void
readFrom
(QDataStream stream) Seeoperator>>(QDataStream&,
QGeoShape&) toString()
final QGeoShape.ShapeType
type()
void
writeTo
(QDataStream stream) Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Field Details
-
staticMetaObject
This variable stores the meta-object for the class.
-
-
Constructor Details
-
QGeoShape
public QGeoShape() -
QGeoShape
-
-
Method Details
-
boundingGeoRectangle
-
center
-
contains
-
isEmpty
-
isValid
-
writeTo
-
assign
-
equals
-
readFrom
See
operator>>(QDataStream&,
QGeoShape&) -
toString
-
type
-
equals
-
hashCode
Returns the objects's hash code computed byqHash(QGeoShape)
. -
clone
Creates and returns a copy of this object.
-