GeoJsonFeatureCollectionSerializer(TCoordinates) Class (original) (raw)

GeoJsonFeatureCollectionSerializerTCoordinates Class

Represents a serializer for a GeoJsonFeatureCollection value.

Inheritance Hierarchy

Namespace: MongoDB.Driver.GeoJsonObjectModel.Serializers
Assembly: MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.10.0+569905ff5e778c38ea19d9d0392496a83e1704ed

Syntax

public class GeoJsonFeatureCollectionSerializer : ClassSerializerBase<GeoJsonFeatureCollection> where TCoordinates : GeoJsonCoordinates

Public Class GeoJsonFeatureCollectionSerializer(Of TCoordinates As GeoJsonCoordinates) Inherits ClassSerializerBase(Of GeoJsonFeatureCollection(Of TCoordinates))

type GeoJsonFeatureCollectionSerializer<'TCoordinates when 'TCoordinates : GeoJsonCoordinates> =
class inherit ClassSerializerBase<GeoJsonFeatureCollection<'TCoordinates>> end

Type Parameters

TCoordinates

The type of the coordinates.

The GeoJsonFeatureCollectionSerializerTCoordinates type exposes the following members.

Constructors

Properties

Methods

Extension Methods

See Also

Reference