C# Class csDataServerPlugin.Extensions.Extensions

Afficher le fichier Open project: TNOCS/csTouch

Méthodes publiques

Méthode Description
GetCoordinateType ( this shapeFile, string file ) : CoordinateType
GetShapeFileBaseName ( this file ) : string
ToMapPoint ( this point ) : MapPoint
ToSensorCollection ( this sensorSet ) : SensorCollection

Method Details

GetCoordinateType() public static méthode

public static GetCoordinateType ( this shapeFile, string file ) : CoordinateType
shapeFile this
file string
Résultat CoordinateType

GetShapeFileBaseName() public static méthode

public static GetShapeFileBaseName ( this file ) : string
file this
Résultat string

ToMapPoint() public static méthode

public static ToMapPoint ( this point ) : MapPoint
point this
Résultat MapPoint

ToSensorCollection() public static méthode

public static ToSensorCollection ( this sensorSet ) : SensorCollection
sensorSet this
Résultat SensorCollection