C# Class csDataServerPlugin.Extensions.Extensions

Show file Open project: TNOCS/csTouch

Public Methods

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

Method Details

GetCoordinateType() public static method

public static GetCoordinateType ( this shapeFile, string file ) : CoordinateType
shapeFile this
file string
return CoordinateType

GetShapeFileBaseName() public static method

public static GetShapeFileBaseName ( this file ) : string
file this
return string

ToMapPoint() public static method

public static ToMapPoint ( this point ) : MapPoint
point this
return MapPoint

ToSensorCollection() public static method

public static ToSensorCollection ( this sensorSet ) : SensorCollection
sensorSet this
return SensorCollection