C# 클래스 MapAround.Geography.GeometrySpreader

An object that performs the conversion between objects and elliptical plane geometry by gnomonic projection.
파일 보기 프로젝트 열기: gkrsu/maparound.core 1 사용 예제들

공개 메소드들

메소드 설명
GetGeographies ( IEnumerable geometries, GnomonicProjection projection ) : GeographyCollection

Converts a collection of geometric shapes on the surface of the ellipsoid to the collection of geometric figures in the plane in line with the given projection.

GetGeometries ( GeographyCollection collection, GnomonicProjection projection ) : GeometryCollection

Converts a collection of geometric shapes on the surface of the ellipsoid to the collection of geometric figures in the plane according to the given gnomonic projection.

GetProjection ( GeographyCollection collection ) : GnomonicProjection

Calculates gnomonic projection for geometric shapes on the surface of the ellipsoid.

비공개 메소드들

메소드 설명
projectMultiPoint ( GeoMultiPoint multiPoint, GnomonicProjection projection ) : MultiPoint
projectPoint ( GeoPoint point, GnomonicProjection projection ) : PointD
projectPolygon ( GeoPolygon polygon, GnomonicProjection projection ) : Polygon
projectPolyline ( GeoPolyline polyline, GnomonicProjection projection ) : Polyline
unprojectMultiPoint ( MultiPoint multiPoint, GnomonicProjection projection ) : GeoMultiPoint
unprojectPoint ( PointD point, GnomonicProjection projection ) : GeoPoint
unprojectPolygon ( Polygon polygon, GnomonicProjection projection ) : GeoPolygon
unprojectPolyline ( Polyline polyline, GnomonicProjection projection ) : GeoPolyline

메소드 상세

GetGeographies() 공개 정적인 메소드

Converts a collection of geometric shapes on the surface of the ellipsoid to the collection of geometric figures in the plane in line with the given projection.
public static GetGeographies ( IEnumerable geometries, GnomonicProjection projection ) : GeographyCollection
geometries IEnumerable Enumerator geometric shapes on the surface of the ellipsoid
projection GnomonicProjection Projection
리턴 GeographyCollection

GetGeometries() 공개 정적인 메소드

Converts a collection of geometric shapes on the surface of the ellipsoid to the collection of geometric figures in the plane according to the given gnomonic projection.
public static GetGeometries ( GeographyCollection collection, GnomonicProjection projection ) : GeometryCollection
collection GeographyCollection Collection of geometric shapes on the surface of the ellipsoid
projection GnomonicProjection Projection
리턴 GeometryCollection

GetProjection() 공개 정적인 메소드

Calculates gnomonic projection for geometric shapes on the surface of the ellipsoid.
public static GetProjection ( GeographyCollection collection ) : GnomonicProjection
collection GeographyCollection Collection of geometric shapes on the surface of the ellipsoid
리턴 GnomonicProjection