C# 클래스 Terradue.GeoJson.GeoRss.GeoRssExtensions

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

공개 메소드들

메소드 설명
CreateReader ( this georss ) : XmlReader
ToGeoRss ( this geom ) : Terradue.GeoJson.GeoRss.IGeoRSS
ToGeoRssLine ( this lineString ) : Terradue.GeoJson.GeoRss.GeoRssLine
ToGeoRssPoint ( this point ) : Terradue.GeoJson.GeoRss.GeoRssPoint
ToGeoRssPolygon ( this polygon ) : Terradue.GeoJson.GeoRss.GeoRssPolygon
ToGeoRssWhere ( this geom ) : Terradue.GeoJson.GeoRss.GeoRssWhere
ToGeometry ( this georss ) : GeometryObject

메소드 상세

CreateReader() 공개 정적인 메소드

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

ToGeoRss() 공개 정적인 메소드

public static ToGeoRss ( this geom ) : Terradue.GeoJson.GeoRss.IGeoRSS
geom this
리턴 Terradue.GeoJson.GeoRss.IGeoRSS

ToGeoRssLine() 공개 정적인 메소드

public static ToGeoRssLine ( this lineString ) : Terradue.GeoJson.GeoRss.GeoRssLine
lineString this
리턴 Terradue.GeoJson.GeoRss.GeoRssLine

ToGeoRssPoint() 공개 정적인 메소드

public static ToGeoRssPoint ( this point ) : Terradue.GeoJson.GeoRss.GeoRssPoint
point this
리턴 Terradue.GeoJson.GeoRss.GeoRssPoint

ToGeoRssPolygon() 공개 정적인 메소드

public static ToGeoRssPolygon ( this polygon ) : Terradue.GeoJson.GeoRss.GeoRssPolygon
polygon this
리턴 Terradue.GeoJson.GeoRss.GeoRssPolygon

ToGeoRssWhere() 공개 정적인 메소드

public static ToGeoRssWhere ( this geom ) : Terradue.GeoJson.GeoRss.GeoRssWhere
geom this
리턴 Terradue.GeoJson.GeoRss.GeoRssWhere

ToGeometry() 공개 정적인 메소드

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