C# Class S2ShapeUtil, s2geometry

Exibir arquivo Open project: alas/s2geometry Class Usage Examples

Public Methods

Method Description
ShapeToS2Points ( S2Shape, multipoint ) : List
ShapeToS2Polygon ( S2Shape, poly ) : S2Polygon
ShapeToS2Polyline ( S2Shape, line ) : S2Polyline

Method Details

ShapeToS2Points() public static method

public static ShapeToS2Points ( S2Shape, multipoint ) : List
multipoint S2Shape,
return List

ShapeToS2Polygon() public static method

public static ShapeToS2Polygon ( S2Shape, poly ) : S2Polygon
poly S2Shape,
return S2Polygon

ShapeToS2Polyline() public static method

public static ShapeToS2Polyline ( S2Shape, line ) : S2Polyline
line S2Shape,
return S2Polyline