C# 클래스 Wsdot.Gtfs.Contract.GeoJson.Extensions

Provides extension methods.
파일 보기 프로젝트 열기: WSDOT-GIS/GTFS.NET

공개 메소드들

메소드 설명
ToFeatureCollection ( this shapes ) : FeatureCollection

Converts an enumeration of Shape objects into a FeatureCollection<T> of ShapeFeature objects.

ToFeatureCollection ( this stops ) : FeatureCollection

Converts a collection of Stop">Stops into a

ToProperties ( this stop ) : StopFeatureProperties

Converts a Stop to StopFeatureProperties.

ToShapeFeature ( Shape>.this shapes ) : ShapeFeature

ToStopFeature ( this stop ) : StopFeature

Converts a Stop into a StopFeature.

메소드 상세

ToFeatureCollection() 공개 정적인 메소드

Converts an enumeration of Shape objects into a FeatureCollection<T> of ShapeFeature objects.
public static ToFeatureCollection ( this shapes ) : FeatureCollection
shapes this A list of objects.
리턴 FeatureCollection

ToFeatureCollection() 공개 정적인 메소드

Converts a collection of Stop">Stops into a
public static ToFeatureCollection ( this stops ) : FeatureCollection
stops this A collection of Stops.
리턴 FeatureCollection

ToProperties() 공개 정적인 메소드

Converts a Stop to StopFeatureProperties.
public static ToProperties ( this stop ) : StopFeatureProperties
stop this A .
리턴 StopFeatureProperties

ToShapeFeature() 공개 정적인 메소드

public static ToShapeFeature ( Shape>.this shapes ) : ShapeFeature
shapes Shape>.this A group of keyed with a common .
리턴 ShapeFeature

ToStopFeature() 공개 정적인 메소드

Converts a Stop into a StopFeature.
public static ToStopFeature ( this stop ) : StopFeature
stop this A .
리턴 StopFeature