C# Class Terradue.GeoJson.GeoRss10.GeoRss10Extensions

Mostra file Open project: Terradue/DotNetGeoJson

Public Methods

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

Method Details

CreateReader() public static method

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

ToGeoRss10() public static method

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

ToGeoRss10Line() public static method

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

ToGeoRss10Point() public static method

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

ToGeoRss10Polygon() public static method

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

ToGeoRss10Where() public static method

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

ToGeometry() public static method

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