[override virtual noexcept]
Grid::~Grid()
Destructor.
Esri::ArcGISRuntime::GridType Grid::gridType() constReturns the type of this grid.
bool Grid::isLabelsVisible() constReturns whether any grid labels are visible.
bool Grid::isVisible() constReturns whether the grid is visible.
double Grid::labelOffset() constReturns the offset in device-independent pixels (DIPs) for all text labels from the edge of the map view.
See also setLabelOffset().
Esri::ArcGISRuntime::GridLabelPosition Grid::labelPosition() constReturns the positioning option used for all text labels.
See also setLabelPosition().
int Grid::levelCount() constReturns the number of levels of resolution supported by the grid.
Esri::ArcGISRuntime::Symbol *Grid::lineSymbol(int level) constReturns the line symbol used for the grid lines at the given resolution level.
See also setLineSymbol().
void Grid::setLabelOffset(double labelOffset)Sets the offset in device-independent pixels (DIPs) for all text labels from the edge of the map view to labelOffset.
See also labelOffset().
void Grid::setLabelPosition(Esri::ArcGISRuntime::GridLabelPosition labelPosition)Sets the positioning option used for all text labels to labelPosition.
See also labelPosition().
void Grid::setLabelsVisible(bool labelsVisible)Sets whether grid labels are visible to labelsVisible.
See also isLabelsVisible().
void Grid::setLineSymbol(int level, Esri::ArcGISRuntime::Symbol *lineSymbol)Sets the line symbol used for the grid lines at the given resolution level to lineSymbol.
The symbol must be a SimpleLineSymbol.
See also lineSymbol().
void Grid::setTextSymbol(int level, Esri::ArcGISRuntime::Symbol *textSymbol)Sets the text symbol used for the grid labels at the given resolution level to textSymbol.
See also textSymbol().
void Grid::setVisible(bool visible)Sets whether the grid is visible to visible.
See also isVisible().
Esri::ArcGISRuntime::Symbol *Grid::textSymbol(int level) constReturns the text symbol used for the grid labels at the given resolution level.
See also setTextSymbol().
[since Esri::ArcGISRuntime 200.6]
bool Grid::operator!=(Esri::ArcGISRuntime::Grid *other) const
Returns true
if this object is not equal to a second Grid object.
This function was introduced in Esri::ArcGISRuntime 200.6.
[since Esri::ArcGISRuntime 200.6]
bool Grid::operator==(Esri::ArcGISRuntime::Grid *other) const
Returns true
if this object is equal to a second Grid object.
This function was introduced in Esri::ArcGISRuntime 200.6.
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