Skip to content

ArcGISVectorTileSourceInfo

Namespace: Esri::GameEngine::Layers::VectorTile
Class: Esri/GameEngine/Layers/VectorTile/ArcGISVectorTileSourceInfo
Since: 1.0.0

Summary

The metadata for a vector tile source.

Properties

PropertyTypeNullableReadonlySummary
FullExtentArcGISEnvelopeYesYes

The full extent of the source data.

InitialExtentArcGISEnvelopeYesYes

The initial extent of the source data.

MaxScaledoubleNoYes

The maximum scale.

MinScaledoubleNoYes

The minimum scale.

NameFStringNoYes

The source name.

OriginArcGISPointYesYes

The origin of the source data.

SpatialReferenceArcGISSpatialReferenceYesYes

The spatial reference of the source data.

URIFStringNoYes

The vector tile source URI.

VersionFStringNoYes

The source version.

FullExtent

ArcGISEnvelope GetFullExtent() const

The full extent of the source data.

InitialExtent

ArcGISEnvelope GetInitialExtent() const

The initial extent of the source data.

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.

Name

FString GetName() const

The source name.

Origin

ArcGISPoint GetOrigin() const

The origin of the source data.

SpatialReference

ArcGISSpatialReference GetSpatialReference() const

The spatial reference of the source data.

URI

FString GetURI() const

The vector tile source URI.

Version

FString GetVersion() const

The source version.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.