C# Class Terradue.GeoJson.Gml321.Gml321Extensions

Afficher le fichier Open project: Terradue/DotNetGeoJson

Méthodes publiques

Méthode Description
ToGeometry ( this gmlObject ) : GeometryObject
ToGeometry ( this pos ) : IPosition
ToGeometry ( this linearRing ) : Terradue.GeoJson.Geometry.LineString
ToGeometry ( this pos ) : List
ToGeometry ( this gmlMultiCurve ) : Terradue.GeoJson.Geometry.MultiLineString
ToGeometry ( this gmlMultipoint ) : MultiPoint
ToGeometry ( this gmlMultiSurface ) : Terradue.GeoJson.Geometry.MultiPolygon
ToGeometry ( this point ) : Point
ToGeometry ( this gmlPolygon ) : Terradue.GeoJson.Geometry.Polygon
ToGml ( this geometry ) : AbstractGeometryType
ToGmlLineString ( this lineString ) : LineStringType
ToGmlLinearRing ( this lineString ) : LinearRingType
ToGmlMultiCurve ( this geometry ) : MultiCurveType
ToGmlMultiPoint ( this multiPoint ) : MultiPointType
ToGmlMultiSurface ( this geometry ) : MultiSurfaceType
ToGmlPoint ( this point ) : PointType
ToGmlPolygon ( this polygon ) : PolygonType
ToGmlPos ( this position ) : DirectPositionType
ToGmlPosList ( this positions ) : DirectPositionListType

Private Methods

Méthode Description
FromGMLData ( object items, string itemsType ) : List

Method Details

ToGeometry() public static méthode

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

ToGeometry() public static méthode

public static ToGeometry ( this pos ) : IPosition
pos this
Résultat IPosition

ToGeometry() public static méthode

public static ToGeometry ( this linearRing ) : Terradue.GeoJson.Geometry.LineString
linearRing this
Résultat Terradue.GeoJson.Geometry.LineString

ToGeometry() public static méthode

public static ToGeometry ( this pos ) : List
pos this
Résultat List

ToGeometry() public static méthode

public static ToGeometry ( this gmlMultiCurve ) : Terradue.GeoJson.Geometry.MultiLineString
gmlMultiCurve this
Résultat Terradue.GeoJson.Geometry.MultiLineString

ToGeometry() public static méthode

public static ToGeometry ( this gmlMultipoint ) : MultiPoint
gmlMultipoint this
Résultat MultiPoint

ToGeometry() public static méthode

public static ToGeometry ( this gmlMultiSurface ) : Terradue.GeoJson.Geometry.MultiPolygon
gmlMultiSurface this
Résultat Terradue.GeoJson.Geometry.MultiPolygon

ToGeometry() public static méthode

public static ToGeometry ( this point ) : Point
point this
Résultat Point

ToGeometry() public static méthode

public static ToGeometry ( this gmlPolygon ) : Terradue.GeoJson.Geometry.Polygon
gmlPolygon this
Résultat Terradue.GeoJson.Geometry.Polygon

ToGml() public static méthode

public static ToGml ( this geometry ) : AbstractGeometryType
geometry this
Résultat AbstractGeometryType

ToGmlLineString() public static méthode

public static ToGmlLineString ( this lineString ) : LineStringType
lineString this
Résultat LineStringType

ToGmlLinearRing() public static méthode

public static ToGmlLinearRing ( this lineString ) : LinearRingType
lineString this
Résultat LinearRingType

ToGmlMultiCurve() public static méthode

public static ToGmlMultiCurve ( this geometry ) : MultiCurveType
geometry this
Résultat MultiCurveType

ToGmlMultiPoint() public static méthode

public static ToGmlMultiPoint ( this multiPoint ) : MultiPointType
multiPoint this
Résultat MultiPointType

ToGmlMultiSurface() public static méthode

public static ToGmlMultiSurface ( this geometry ) : MultiSurfaceType
geometry this
Résultat MultiSurfaceType

ToGmlPoint() public static méthode

public static ToGmlPoint ( this point ) : PointType
point this
Résultat PointType

ToGmlPolygon() public static méthode

public static ToGmlPolygon ( this polygon ) : PolygonType
polygon this
Résultat PolygonType

ToGmlPos() public static méthode

public static ToGmlPos ( this position ) : DirectPositionType
position this
Résultat DirectPositionType

ToGmlPosList() public static méthode

public static ToGmlPosList ( this positions ) : DirectPositionListType
positions this
Résultat DirectPositionListType