示例#1
0
 internal GeoJsonHandler(PostgresType postgresType, GeoJSONOptions options, CrsMap crsMap)
 {
     PostgresType = postgresType;
     _options     = options;
     _crsMap      = crsMap;
 }
示例#2
0
 internal GeoJsonHandler(PostgresType postgresType, GeoJSONOptions options, CrsMap crsMap)
     : base(postgresType)
 {
     _options = options;
     _crsMap  = crsMap;
 }
示例#3
0
 internal GeoJsonHandler(GeoJSONOptions options, CrsMap crsMap)
 {
     _options = options;
     _crsMap  = crsMap;
 }