SimpleFeature Constructor (LatLon, String, JSONObject) | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Construct a new SimpleFeature with the given attributes.
Namespace:
Telogis.GeoBase.DataSources
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public SimpleFeature(
LatLon location,
string type,
JSONObject metadata
)
Public Sub New (
location As LatLon,
type As String,
metadata As JSONObject
)
Parameters
- location
- Type: Telogis.GeoBaseLatLon
The location of the feature. - type
- Type: SystemString
The type of the feature. - metadata
- Type: Telogis.GeoBase.SerializationJSONObject
Other information associated with the feature.
See Also