C# Class csCommon.Types.DataServer.PoI.GeoJsonService

Inheritance: ExtendedPoiService
Mostrar archivo Open project: TNOCS/csTouch Class Usage Examples

Public Methods

Method Description
CreateGeoJsonService ( string name, System.Guid id, string folder = "", string relativeFolder = "", bool autostart = true, bool sensordata = false ) : GeoJsonService

Protected Methods

Method Description
ProcessFile ( ) : Exception

Method Details

CreateGeoJsonService() public static method

public static CreateGeoJsonService ( string name, System.Guid id, string folder = "", string relativeFolder = "", bool autostart = true, bool sensordata = false ) : GeoJsonService
name string
id System.Guid
folder string
relativeFolder string
autostart bool
sensordata bool
return GeoJsonService

ProcessFile() protected method

protected ProcessFile ( ) : Exception
return System.Exception