Click or drag to resize

SimpleFeature Constructor (LatLon, String)

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Construct a new SimpleFeature of a given type.

Namespace:  Telogis.GeoBase.DataSources
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public SimpleFeature(
	LatLon location,
	string type
)

Parameters

location
Type: Telogis.GeoBaseLatLon
The location of the feature.
type
Type: SystemString
The type of the feature - when a cluster is summarized, features of the same Type are grouped together.
See Also