Class USGSDataProviderAsset
- Namespace
- Pinwheel.Vista.RealWorldData.USGS
- Assembly
- Pinwheel.Vista.RealWorldData.Runtime.dll
[PreferBinarySerialization]
[CreateAssetMenu(menuName = "Vista/Data Provider (USGS)")]
[HelpURL("https://docs.google.com/document/d/1zRDVjqaGY2kh4VXFut91oiyVCUex0OV5lTUzzCSwxcY/edit#heading=h.hnvzbw82mxif")]
public class USGSDataProviderAsset : DataProviderAsset
- Inheritance
-
ObjectScriptableObjectUSGSDataProviderAsset
- 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.nameObject.hideFlags
Properties
- maxHeight
Maximum height, in meters, used by the USGS provider's normalization range.
- minHeight
Minimum height, in meters, used by the USGS provider's normalization range.
- provider
Wrapped USGS provider instance used to execute download requests.
Methods
- RequestAndSaveAll()
Requests every data type currently enabled on the wrapped provider and stores the results in this asset.
- RequestColorMap(GeoRect)
Starts a color-map request through the wrapped USGS provider.
- RequestHeightMap(GeoRect)
Starts a height-map request through the wrapped USGS provider.
- Reset()
Restores the default geographic area and creates a fresh USGS provider instance.