C# 클래스 Terradue.GeoJson.GeoRss10.GeoRss10Extensions

파일 보기 프로젝트 열기: Terradue/DotNetGeoJson

공개 메소드들

메소드 설명
CreateReader ( this georss ) : XmlReader
ToGeoRss10 ( this geom ) : Terradue.GeoJson.GeoRss10.IGeoRSS
ToGeoRss10Line ( this lineString ) : Terradue.GeoJson.GeoRss10.GeoRss10Line
ToGeoRss10Point ( this point ) : Terradue.GeoJson.GeoRss10.GeoRss10Point
ToGeoRss10Polygon ( this polygon ) : Terradue.GeoJson.GeoRss10.GeoRss10Polygon
ToGeoRss10Where ( this geom ) : Terradue.GeoJson.GeoRss10.GeoRss10Where
ToGeometry ( this georss ) : GeometryObject

메소드 상세

CreateReader() 공개 정적인 메소드

public static CreateReader ( this georss ) : XmlReader
georss this
리턴 XmlReader

ToGeoRss10() 공개 정적인 메소드

public static ToGeoRss10 ( this geom ) : Terradue.GeoJson.GeoRss10.IGeoRSS
geom this
리턴 Terradue.GeoJson.GeoRss10.IGeoRSS

ToGeoRss10Line() 공개 정적인 메소드

public static ToGeoRss10Line ( this lineString ) : Terradue.GeoJson.GeoRss10.GeoRss10Line
lineString this
리턴 Terradue.GeoJson.GeoRss10.GeoRss10Line

ToGeoRss10Point() 공개 정적인 메소드

public static ToGeoRss10Point ( this point ) : Terradue.GeoJson.GeoRss10.GeoRss10Point
point this
리턴 Terradue.GeoJson.GeoRss10.GeoRss10Point

ToGeoRss10Polygon() 공개 정적인 메소드

public static ToGeoRss10Polygon ( this polygon ) : Terradue.GeoJson.GeoRss10.GeoRss10Polygon
polygon this
리턴 Terradue.GeoJson.GeoRss10.GeoRss10Polygon

ToGeoRss10Where() 공개 정적인 메소드

public static ToGeoRss10Where ( this geom ) : Terradue.GeoJson.GeoRss10.GeoRss10Where
geom this
리턴 Terradue.GeoJson.GeoRss10.GeoRss10Where

ToGeometry() 공개 정적인 메소드

public static ToGeometry ( this georss ) : GeometryObject
georss this
리턴 GeometryObject