OmniSciDB
a5dc49c757
|
This is the complete list of members for Geospatial::GeoTypesFactory, including all inherited members.
createGeoType(const std::string &wkt_or_wkb_hex, const bool validate_with_geos_if_available) | Geospatial::GeoTypesFactory | static |
createGeoType(const WkbView, const bool validate_with_geos_if_available) | Geospatial::GeoTypesFactory | static |
createGeoType(OGRGeometry *geom, const bool validate_with_geos_if_available) | Geospatial::GeoTypesFactory | static |
createGeoTypeImpl(OGRGeometry *geom, const bool owns_geom_obj=true) | Geospatial::GeoTypesFactory | privatestatic |
createOGRGeometry(const std::string &wkt_or_wkb_hex, const bool validate_with_geos_if_available) | Geospatial::GeoTypesFactory | static |
getGeoColumns(const std::string &wkt_or_wkb_hex, SQLTypeInfo &ti, std::vector< double > &coords, std::vector< double > &bounds, std::vector< int > &ring_sizes, std::vector< int > &poly_rings, const bool validate_with_geos_if_available) | Geospatial::GeoTypesFactory | static |
getGeoColumns(const std::vector< uint8_t > &wkb, SQLTypeInfo &ti, std::vector< double > &coords, std::vector< double > &bounds, std::vector< int > &ring_sizes, std::vector< int > &poly_rings, const bool validate_with_geos_if_available) | Geospatial::GeoTypesFactory | static |
getGeoColumns(OGRGeometry *geom, SQLTypeInfo &ti, std::vector< double > &coords, std::vector< double > &bounds, std::vector< int > &ring_sizes, std::vector< int > &poly_rings, const bool validate_with_geos_if_available) | Geospatial::GeoTypesFactory | static |
getGeoColumns(const std::vector< std::string > *wkt_or_wkb_hex_column, SQLTypeInfo &ti, std::vector< std::vector< double >> &coords_column, std::vector< std::vector< double >> &bounds_column, std::vector< std::vector< int >> &ring_sizes_column, std::vector< std::vector< int >> &poly_rings_column, const bool validate_with_geos_if_available) | Geospatial::GeoTypesFactory | static |
getGeoColumnsImpl(const std::unique_ptr< GeoBase > &geospatial_base, SQLTypeInfo &ti, std::vector< double > &coords, std::vector< double > &bounds, std::vector< int > &ring_sizes, std::vector< int > &poly_rings) | Geospatial::GeoTypesFactory | privatestatic |
getNullGeoColumns(SQLTypeInfo &ti, std::vector< double > &coords, std::vector< double > &bounds, std::vector< int > &ring_sizes, std::vector< int > &poly_rings) | Geospatial::GeoTypesFactory | static |