Table of Contents

Class OpenTopographyDataProviderAsset

Namespace
Pinwheel.Vista.RealWorldData
Assembly
Pinwheel.Vista.RealWorldData.Runtime.dll
[PreferBinarySerialization]
[CreateAssetMenu(menuName = "Vista/Data Provider (Open Topography)")]
[HelpURL("https://docs.google.com/document/d/1zRDVjqaGY2kh4VXFut91oiyVCUex0OV5lTUzzCSwxcY/edit#heading=h.hnvzbw82mxif")]
public class OpenTopographyDataProviderAsset : DataProviderAsset
Inheritance
Object
ScriptableObject
OpenTopographyDataProviderAsset
Inherited Members
ScriptableObject.SetDirty()
ScriptableObject.CreateInstance<T>()
Object.GetInstanceID()
Object.GetHashCode()
Object.Instantiate(Object, Vector3, Quaternion)
Object.Instantiate(Object, Vector3, Quaternion, Transform)
Object.Instantiate(Object)
Object.Instantiate(Object, Transform)
Object.Instantiate<T>(T)
Object.Instantiate<T>(T, Vector3, Quaternion)
Object.Instantiate<T>(T, Vector3, Quaternion, Transform)
Object.Instantiate<T>(T, Transform)
Object.Destroy(Object)
Object.DestroyImmediate(Object)
Object.DontDestroyOnLoad(Object)
Object.DestroyObject(Object)
Object.FindObjectsOfType<T>()
Object.FindObjectsByType<T>(FindObjectsSortMode)
Object.FindObjectsByType<T>(FindObjectsInactive, FindObjectsSortMode)
Object.FindObjectOfType<T>()
Object.FindFirstObjectByType<T>()
Object.FindAnyObjectByType<T>()
Object.FindFirstObjectByType<T>(FindObjectsInactive)
Object.FindAnyObjectByType<T>(FindObjectsInactive)
Object.ToString()
Object.name
Object.hideFlags

Properties

apiKeyAsset

Optional text asset whose contents are forwarded to the provider as the OpenTopography API key.

maxHeight

Maximum height, in meters, used by this provider's normalization range.

minHeight

Minimum height, in meters, used by this provider's normalization range.

provider

Wrapped OpenTopography provider instance used to execute download requests.

Methods

RequestHeightMap(GeoRect)

Starts a height-map request through the wrapped OpenTopography provider.

Reset()

Restores the default geographic area and creates a fresh OpenTopography provider instance.