Click or drag to resize

SimpleFeatureToJSON Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Converts the feature into an object that can be easily serialized for transmission over HTTP. The returned object has two key-value pairs representing the location and the tag.

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

Return Value

Type: JSONObject
The feature in easily serializable format.
See Also