Esempio n. 1
0
 internal GeoJsonHandler(PostgresType postgresType, GeoJSONOptions options, CrsMap crsMap)
 {
     PostgresType = postgresType;
     _options     = options;
     _crsMap      = crsMap;
 }
Esempio n. 2
0
 internal GeoJsonHandler(PostgresType postgresType, GeoJSONOptions options, CrsMap crsMap)
     : base(postgresType)
 {
     _options = options;
     _crsMap  = crsMap;
 }
Esempio n. 3
0
 internal GeoJsonHandler(GeoJSONOptions options, CrsMap crsMap)
 {
     _options = options;
     _crsMap  = crsMap;
 }