Skip to main content

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.

Build StatusBuild #20251224.44 | Commit: 2544997 | Branch: HEAD | Built: 12/24/2025, 4:40:09 PM