Writer Feature Type Properties: Format Parameters

To access feature type format parameters, open the Feature Type Properties dialog by clicking the properties button on a feature type in the workspace.

These parameters apply only to a selected feature type, not to the entire writer.

Tip: If a feature type parameter listed here conflicts with a writer-level parameter, then the writer parameter will be ignored and this feature type parameter will be used.

Table Settings: General

Row Selection

When inserting into a table, Row Selection is ignored. When updating and deleting from a table, a condition needs to be specified for selecting which rows to operate on. This parameter group offers two methods to construct the selection condition:

Table Creation Parameters

Extents and Tolerances

Table Settings: Spatial

Spatial Index

Create Spatial Index

Indicates whether or not spatial indexes are to be created as part of the data load. The valid choices for the object model are yes and no.

Drop Existing Index

Specifies whether to drop the existing spatial index for the table.

  • Yes: The existing spatial index for the table will be dropped. A new spatial index will then be created.
  • No: The table being written already contains an index, so no spatial index will be created.

Spatial Index Name

Specifies the name for the spatial index that will be created on the table. If this parameter is not specified, a spatial index name will be created based on a database sequence and the name of the table being written.

Quadtree Levels (0 for R-Tree)

Specifies the tessellation level used to create the spatial index for the layer. The larger the number, the longer spatial index creation will take by the finer the granularity of the index.

The range is any integer between 1 and 64. The default is 0 is given, so that no levels will be specified when the index is created. Depending on the version of the Oracle Spatial database being written to, this may force it to use RTree indexing instead of fixed or hybrid indexing.

If using fixed or hybrid indexing, a positive integral value must be specified.

Hybrid Index Numtiles (0 for Fixed Index)

This specifies the number of variable-sized tiles used (per geometry) when creating a hybrid spatial index within the object model. The range is any positive integer.

If this parameter is not specified at the time when a spatial index is created, and Quadtree Levels oracle_levels is specified, fixed spatial indexing will be used in the created index.

Table Settings: Advanced