Method | Description | |
---|---|---|
GeometryFromWKT ( string wkt ) : IGeometry |
Constructs a geometry from its well-known text representation.
|
|
GetGeometryWKT ( IGeometry geometry ) : string |
Computes a well-known text representation of geometry.
|
|
GetMultiPointWKT ( MultiPoint multiPoint ) : string |
Computes a well-known text representation of the multipoint geometry.
|
|
GetPointWKT ( PointD point ) : string |
Computes a well-known text representation of the point geometry.
|
|
GetPolygonWKT ( Polygon polygon ) : string |
Computes a well-known text representation of the polygon geometry.
|
|
GetPolygonWKT ( Polygon polygon, bool reverseVerticesOrder ) : string |
Computes a well-known text representation of the polygon geometry.
|
|
GetPolylineWKT ( Polyline polyline ) : string |
Computes a well-known text representation of the polyline geometry.
|
Method | Description | |
---|---|---|
contourString ( Contour contour ) : string | ||
pointCoordsString ( ICoordinate point ) : string | ||
readLineString ( |
||
readMultiLineString ( |
||
readMultiPoint ( |
||
readMultiPolygon ( |
||
readPoint ( |
||
readPointCoords ( |
||
readPointCoordsList ( |
||
readPointsCoordLists (
|
||
readPolygon ( |
||
throwMissingCloseBracket ( |
public static GeometryFromWKT ( string wkt ) : IGeometry | ||
wkt | string | |
return | IGeometry |
public static GetGeometryWKT ( IGeometry geometry ) : string | ||
geometry | IGeometry | A geometry to setialize |
return | string |
public static GetMultiPointWKT ( MultiPoint multiPoint ) : string | ||
multiPoint | MultiPoint | An instance of MapAround.Geometry.MultiPoint to setialize |
return | string |
public static GetPointWKT ( PointD point ) : string | ||
point | PointD | An instance of MapAround.Geometry.PointD to setialize |
return | string |
public static GetPolygonWKT ( Polygon polygon ) : string | ||
polygon | Polygon | An instance of MapAround.Geometry.Polygon to setialize |
return | string |
public static GetPolygonWKT ( Polygon polygon, bool reverseVerticesOrder ) : string | ||
polygon | Polygon | An instance of MapAround.Geometry.Polygon to setialize |
reverseVerticesOrder | bool | A value indicating whether a standart order of vertices /// should be inverted in WKT |
return | string |
public static GetPolylineWKT ( Polyline polyline ) : string | ||
polyline | Polyline | An instance of MapAround.Geometry.Polyline to setialize |
return | string |