C# Class Terradue.GeoJson.GeoRss10.GeoRss10Extensions

Afficher le fichier Open project: Terradue/DotNetGeoJson

Méthodes publiques

Méthode 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 méthode

public static CreateReader ( this georss ) : XmlReader
georss this
Résultat XmlReader

ToGeoRss10() public static méthode

public static ToGeoRss10 ( this geom ) : Terradue.GeoJson.GeoRss10.IGeoRSS
geom this
Résultat Terradue.GeoJson.GeoRss10.IGeoRSS

ToGeoRss10Line() public static méthode

public static ToGeoRss10Line ( this lineString ) : Terradue.GeoJson.GeoRss10.GeoRss10Line
lineString this
Résultat Terradue.GeoJson.GeoRss10.GeoRss10Line

ToGeoRss10Point() public static méthode

public static ToGeoRss10Point ( this point ) : Terradue.GeoJson.GeoRss10.GeoRss10Point
point this
Résultat Terradue.GeoJson.GeoRss10.GeoRss10Point

ToGeoRss10Polygon() public static méthode

public static ToGeoRss10Polygon ( this polygon ) : Terradue.GeoJson.GeoRss10.GeoRss10Polygon
polygon this
Résultat Terradue.GeoJson.GeoRss10.GeoRss10Polygon

ToGeoRss10Where() public static méthode

public static ToGeoRss10Where ( this geom ) : Terradue.GeoJson.GeoRss10.GeoRss10Where
geom this
Résultat Terradue.GeoJson.GeoRss10.GeoRss10Where

ToGeometry() public static méthode

public static ToGeometry ( this georss ) : GeometryObject
georss this
Résultat GeometryObject