SimpleFeature Constructor (LatLon, String) | |
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
)
Public Sub New (
location As LatLon,
type As String
)
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