4using Newtonsoft.Json.Linq;
47 "Could not parse this LayerView object because " +
48 "it is missing the '" + LayerPropertyName +
"' property");
49 string layerTypeName = (layer[LayerTypePropertyName] ??
"").ToString();
52 "Could not parse this LayerView because it's layer " +
Base class used by all types and resources.
Describes a collection of resources which can be listed.
Json converter helper class.
Allows serializing and deserializing derived AnalyzeRe Resource Views to a target base type....
override ILayerView Create(Type objectType, JObject jObject)
Create a new instance of the requested resource type for deserialization of a JSON string.
Utility for resolving types given only the types name (Useful for parsing ambiguous JSON objects).
static bool ResolveTypeByName(string typeName, out Type resolvedType, Type requiredBaseType=null)
Clever method that checks all assemblies in the application being compiled for the type referenced by...
Represents the Analysis of a Layer.
ILayer layer
The layer contained in this LayerView.
Abstract representation of a layer.