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
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final QMetaObjectThis variable stores the meta-object for the class. -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionfinal voidfinal QGeoRectanglefinal QGeoCoordinatecenter()clone()Creates and returns a copy of this object.final booleancontains(QGeoCoordinate coordinate) final booleanbooleaninthashCode()Returns the objects's hash code computed byqHash(QGeoShape).final booleanisEmpty()final booleanisValid()voidreadFrom(QDataStream stream) Seeoperator>>(QDataStream&,QGeoShape&) toString()final QGeoShape.ShapeTypetype()voidwriteTo(QDataStream stream) Seeoperator<<(QDataStream&,QGeoShape) 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
- Parameters:
other-
-
-
Method Details
-
boundingGeoRectangle
- Returns:
-
center
- Returns:
-
contains
- Parameters:
coordinate-- Returns:
-
isEmpty
- Returns:
-
isValid
- Returns:
-
writeTo
See
operator<<(QDataStream&,QGeoShape) - Parameters:
stream-
-
assign
- Parameters:
other-
-
equals
- Parameters:
rhs-- Returns:
-
readFrom
See
operator>>(QDataStream&,QGeoShape&) - Parameters:
stream-
-
toString
-
type
- Returns:
-
equals
-
hashCode
Returns the objects's hash code computed byqHash(QGeoShape). -
clone
Creates and returns a copy of this object.
-