Namespace: Esri::GameEngine::Layers::VectorTile
Class: Esri/GameEngine/Layers/VectorTile/ArcGISVectorTileSourceInfo
Since: 1.0.0
Summary
The metadata for a vector tile source.
Properties
Property | Type | Nullable | Readonly | Summary |
---|---|---|---|---|
Yes | Yes | The full extent of the source data. | ||
Yes | Yes | The initial extent of the source data. | ||
No | Yes | The maximum scale. | ||
No | Yes | The minimum scale. | ||
No | Yes | The source name. | ||
Yes | Yes | The origin of the source data. | ||
Yes | Yes | The spatial reference of the source data. | ||
No | Yes | The vector tile source URI. | ||
No | Yes | The source version. |
MaxScale
double GetMaxScale() const
The maximum scale.
Will return an undefined float if an error occurs.
MinScale
double GetMinScale() const
The minimum scale.
Will return an undefined float if an error occurs.
SpatialReference
ArcGISSpatialReference GetSpatialReference() const
The spatial reference of the source data.