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

Inheritance: ExtendedPoiService
Afficher le fichier Open project: TNOCS/csTouch Class Usage Examples

Méthodes publiques

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

Méthodes protégées

Méthode Description
ProcessFile ( ) : Exception

Method Details

CreateGeoJsonService() public static méthode

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
Résultat GeoJsonService

ProcessFile() protected méthode

protected ProcessFile ( ) : Exception
Résultat System.Exception