GeoJsonPolygonBuilder(GeoFence) | Builds a GeoJSON representation of a polygon with a single outer boundary (fence). This method is a simplified version that creates GeoJSON without any inner fences (holes). |
GeoJsonPolygonBuilder(GeoFence, ListGeoFence) | Builds a GeoJSON representation of a polygon with an outer boundary (fence) and optional inner boundaries (fences). The method ensures that the outer fence is right-handed (counterclockwise) and inner fences are left-handed (clockwise), following GeoJSON conventions for polygons and holes. |