java.lang.Object
io.qt.QtObject
io.qt.positioning.QGeoShape
io.qt.positioning.QGeoPath
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Defines a geographic path
Java wrapper for Qt class QGeoPath
-
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
ConstructorDescriptionQGeoPath()
QGeoPath
(Collection<? extends QGeoCoordinate> path) Overloaded constructor forQGeoPath(java.util.Collection, double)
withwidth = 0.0
.QGeoPath
(Collection<? extends QGeoCoordinate> path, double width) -
Method Summary
Modifier and TypeMethodDescriptionfinal void
addCoordinate
(QGeoCoordinate coordinate) final void
final void
clone()
Creates and returns a copy of this object.final boolean
containsCoordinate
(QGeoCoordinate coordinate) final QGeoCoordinate
coordinateAt
(long index) int
hashCode()
Returns the objects's hash code computed byqHash(QGeoPath)
.final void
insertCoordinate
(long index, QGeoCoordinate coordinate) final double
length()
Overloaded function forlength(long, long)
final double
length
(long indexFrom) Overloaded function forlength(long, long)
withindexTo = -1
.final double
length
(long indexFrom, long indexTo) final QList
<QGeoCoordinate> path()
void
readFrom
(QDataStream stream) Seeoperator>>(QDataStream&,
QGeoPath&) final void
removeCoordinate
(long index) final void
removeCoordinate
(QGeoCoordinate coordinate) final void
replaceCoordinate
(long index, QGeoCoordinate coordinate) final void
setPath
(Collection<? extends QGeoCoordinate> path) final void
setVariantPath
(Collection<? extends Object> path) This property holds the list of coordinates for the geo pathfinal void
setWidth
(double width) final long
size()
final String
toString()
final void
translate
(double degreesLatitude, double degreesLongitude) final QGeoPath
translated
(double degreesLatitude, double degreesLongitude) This property holds the list of coordinates for the geo pathfinal 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
-
QGeoPath
public QGeoPath() -
QGeoPath
-
QGeoPath
-
QGeoPath
-
QGeoPath
Overloaded constructor for
QGeoPath(java.util.Collection, double)
withwidth = 0.0
.
-
-
Method Details
-
addCoordinate
-
clearPath
-
containsCoordinate
-
coordinateAt
-
insertCoordinate
-
length
public final double length(long indexFrom, long indexTo) -
writeTo
-
assign
-
readFrom
See
operator>>(QDataStream&,
QGeoPath&) -
path
-
removeCoordinate
-
removeCoordinate
public final void removeCoordinate(long index) -
replaceCoordinate
-
setPath
-
setVariantPath
This property holds the list of coordinates for the geo path
-
setWidth
-
size
public final long size() -
toString
-
translate
public final void translate(double degreesLatitude, double degreesLongitude) -
translated
-
variantPath
This property holds the list of coordinates for the geo path
-
width
-
hashCode
Returns the objects's hash code computed byqHash(QGeoPath)
. -
clone
Creates and returns a copy of this object.
-
length
public final double length(long indexFrom) Overloaded function for
length(long, long)
withindexTo = -1
. -
length
public final double length()
-