Class GeoWithinGeometry<TCoordinates>
Object that specifies the GeoJson geometry to search within.
public sealed class GeoWithinGeometry<TCoordinates> : GeoWithinArea<TCoordinates> where TCoordinates : GeoJsonCoordinates
Type Parameters
TCoordinates
The type of the coordinates.
- Inheritance
-
GeoWithinArea<TCoordinates>GeoWithinGeometry<TCoordinates>
- Inherited Members
Constructors
GeoWithinGeometry(GeoJsonGeometry<TCoordinates>)
Initializes a new instance of the GeoWithinBox<TCoordinates> class.
public GeoWithinGeometry(GeoJsonGeometry<TCoordinates> geometry)
Parameters
geometry
GeoJsonGeometry<TCoordinates>GeoJSON object specifying the MultiPolygon or Polygon.
Properties
Geometry
Gets the GeoJson geometry.
public GeoJsonGeometry<TCoordinates> Geometry { get; }
Property Value
- GeoJsonGeometry<TCoordinates>