Jupiter.Market.Elastic.Comparables.Helpers.ProjectionHelper
See the detailed conceptual article: Nest.MultiPolygonGeoShape
Methods
ConvertToMultiPolygonGeoShape
Converts a NetTopologySuite ConvertToMultiPolygonGeoShape (Polygon or MultiPolygon) to a ConvertToMultiPolygonGeoShape for ElasticSearch.
Parameters:
- geometry: The geometry to convert.
Returns: A representing the geometry.
Exceptions:
- $etype: Thrown if the geometry is not a Polygon or MultiPolygon.
GetPolygonCoordinates
No summary available.
Parameters:
- polygon: The polygon to extract coordinates from.
Returns: A collection of linear rings, each as a collection of .
ConvertLinearRingToCoordinates
Converts a linear ring to a collection of ConvertLinearRingToCoordinates objects.
Parameters:
- ring: The linear ring to convert.
Returns: A collection of objects.