java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.positioning.QGeoShape
io.qt.positioning.QGeoPath
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Defines a geographic path
Java wrapper for Qt's class QGeoPath
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.positioning.QGeoShape
QGeoShape.ShapeType
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Field Summary
Modifier and TypeFieldDescriptionstatic final QMetaObject
This variable stores the meta-object for the class. -
Constructor Summary
ModifierConstructorDescriptionQGeoPath()
protected
Constructor for internal use only.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
clone()
final boolean
containsCoordinate
(QGeoCoordinate coordinate) final QGeoCoordinate
coordinateAt
(long index) int
hashCode()
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()
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()
Methods inherited from class io.qt.positioning.QGeoShape
boundingGeoRectangle, center, contains, 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
Overloaded constructor for
QGeoPath(java.util.Collection, double)
withwidth = 0.0
. -
QGeoPath
-
QGeoPath
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
addCoordinate
-
clearPath
-
containsCoordinate
-
coordinateAt
-
insertCoordinate
-
length
public final double length(long indexFrom) Overloaded function for
length(long, long)
withindexTo = -1
. -
length
public final double length() -
length
public final double length(long indexFrom, long indexTo) -
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
-
clone
-