Click or drag to resize

SimpleFeatureFromJSON Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Populates the feature's data from an object in the format generated by ToJSON(). The object passed in has two key-value pairs representing the location and the tag, and an optional key-value pair representing the metadata.

Namespace:  Telogis.GeoBase.DataSources
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public void FromJSON(
	JSONObject serializedRepresentation
)

Parameters

serializedRepresentation
Type: Telogis.GeoBase.SerializationJSONObject
The object in the format generated by ToJSON().
See Also