The point builder allows you to create and modify point geometries incrementally. More...
Member Function Documentation[explicit]
PointBuilder::PointBuilder(const Esri::ArcGISRuntime::SpatialReference &spatialReference, QObject *parent = nullptr)
Initializes a point builder from a SpatialReference.
[override virtual noexcept]
PointBuilder::~PointBuilder()
Destructor.
[override virtual]
Esri::ArcGISRuntime::GeometryBuilderType PointBuilder::geometryBuilderType() const
Reimplements: GeometryBuilder::geometryBuilderType() const.
Gets the GeometryBuilderType of this builder.
double PointBuilder::m() constGets the m-value of the point.
See also setM().
void PointBuilder::offsetBy(double offsetX, double offsetY)Offsets the point by the given offsets for the x and y dimension.
Sets the M (measure) value of the point.
See also m().
void PointBuilder::setX(double x)Sets the x-coordinate of the point.
See also x().
void PointBuilder::setXY(double x, double y)Sets the x and y coordinates of the point.
Sets the y-coordinate of the point.
See also y().
void PointBuilder::setZ(double z)Sets the z-coordinate of the point.
See also z().
[override virtual]
Esri::ArcGISRuntime::Geometry PointBuilder::toGeometry() const
Reimplements: GeometryBuilder::toGeometry() const.
Returns the point geometry this builder is constructing or modifying.
Esri::ArcGISRuntime::Point PointBuilder::toPoint() constReturns the point geometry this builder is constructing or modifying.
This is a convenience method to avoid having to cast the return value.
double PointBuilder::x() constGets the x-coordinate of the point.
See also setX().
double PointBuilder::y() constGets the y-coordinate of the point.
See also setY().
double PointBuilder::z() constGets the z-coordinate of the point.
The minimum z-value is -6,356,752 meters, which is the approximate radius of the earth (the WGS 84 datum semi-minor axis). The maximum z-value is 55,000,000 meters.
See also setZ().
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4