Namespace: GameEngine.Layers.VectorTile
Class: GameEngine/Layers/VectorTile/ArcGISVectorTileSourceInfo
Since: 1.0.0
Summary
The metadata for a vector tile source.
Properties
Property | Type | Nullable | Readonly | Summary |
---|---|---|---|---|
FullExtent | ArcGISEnvelope | Yes | Yes | The full extent of the source data. |
InitialExtent | ArcGISEnvelope | Yes | Yes | The initial extent of the source data. |
MaxScale | double | No | Yes | The maximum scale. |
MinScale | double | No | Yes | The minimum scale. |
Name | string | No | Yes | The source name. |
Origin | ArcGISPoint | Yes | Yes | The origin of the source data. |
SpatialReference | ArcGISSpatialReference | Yes | Yes | The spatial reference of the source data. |
URI | string | No | Yes | The vector tile source URI. |
Version | string | No | Yes | The source version. |