java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.positioning.QGeoShape
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
- Direct Known Subclasses:
QGeoCircle
,QGeoPath
,QGeoPolygon
,QGeoRectangle
public class QGeoShape extends QtObject implements Cloneable
Defines a geographic area
Java wrapper for Qt class QGeoShape
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
QGeoShape.ShapeType
Java wrapper for Qt enum QGeoShape::ShapeType -
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 QGeoShape()
QGeoShape(QGeoShape other)
protected
QGeoShape(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
Modifier and Type Method Description QGeoRectangle
boundingGeoRectangle()
QGeoCoordinate
center()
QGeoShape
clone()
boolean
contains(QGeoCoordinate coordinate)
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
extendShape(QGeoCoordinate coordinate)
int
hashCode()
boolean
isEmpty()
boolean
isValid()
void
readFrom(QDataStream stream)
String
toString()
QGeoShape.ShapeType
type()
void
writeTo(QDataStream stream)
-
Field Details
-
staticMetaObject
This variable stores the meta-object for the class.
-
-
Constructor Details
-
Method Details
-
boundingGeoRectangle
-
center
-
contains
-
extendShape
-
isEmpty
-
isValid
-
writeTo
-
readFrom
-
toString
-
type
-
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
-