C# Class Terradue.GeoJson.GeoRss.GeoRssExtensions

Datei anzeigen Open project: Terradue/DotNetGeoJson

Public Methods

Method Description
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

Method Details

CreateReader() public static method

public static CreateReader ( this georss ) : XmlReader
georss this
return XmlReader

ToGeoRss() public static method

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

ToGeoRssLine() public static method

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

ToGeoRssPoint() public static method

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

ToGeoRssPolygon() public static method

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

ToGeoRssWhere() public static method

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

ToGeometry() public static method

public static ToGeometry ( this georss ) : GeometryObject
georss this
return GeometryObject