Uses of Class
ai.heavy.thrift.server.TRasterPointTransform
-
Packages that use TRasterPointTransform Package Description ai.heavy.thrift.server -
-
Uses of TRasterPointTransform in ai.heavy.thrift.server
Fields in ai.heavy.thrift.server declared as TRasterPointTransform Modifier and Type Field Description TRasterPointTransformTCopyParams. raster_point_transformMethods in ai.heavy.thrift.server that return TRasterPointTransform Modifier and Type Method Description static TRasterPointTransformTRasterPointTransform. findByValue(int value)Find a the enum type by its integer value, as defined in the Thrift IDL.TRasterPointTransformTCopyParams. getRaster_point_transform()static TRasterPointTransformTRasterPointTransform. valueOf(String name)Returns the enum constant of this type with the specified name.static TRasterPointTransform[]TRasterPointTransform. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in ai.heavy.thrift.server with parameters of type TRasterPointTransform Modifier and Type Method Description TCopyParamsTCopyParams. setRaster_point_transform(TRasterPointTransform raster_point_transform)Constructors in ai.heavy.thrift.server with parameters of type TRasterPointTransform Constructor Description TCopyParams(String delimiter, String null_str, TImportHeaderRow has_header, boolean quoted, String quote, String escape, String line_delim, String array_delim, String array_begin, String array_end, int threads, TSourceType source_type, String s3_access_key, String s3_secret_key, String s3_region, TEncodingType geo_coords_encoding, int geo_coords_comp_param, TDatumType geo_coords_type, int geo_coords_srid, boolean sanitize_column_names, String geo_layer_name, String s3_endpoint, boolean geo_assign_render_groups, boolean geo_explode_collections, int source_srid, String s3_session_token, TRasterPointType raster_point_type, String raster_import_bands, int raster_scanlines_per_thread, TRasterPointTransform raster_point_transform, boolean raster_point_compute_angle, String raster_import_dimensions, String odbc_dsn, String odbc_connection_string, String odbc_sql_select, String odbc_username, String odbc_password, String odbc_credential_string, String add_metadata_columns)
-