Share
 
 

Converting Oracle Tables

The schema converter converts tables that store geometry according to the GTYPE of the geometry data, as shown in the following table.

Geometry type GTYPE

Feature Class Type

Point

Point feature class.

Multipoint (2D)

Collection feature class.

Line

Multiline

Line feature class.

Polygon

Multipolygon

Polygon feature class.

Unsupported geometry types, such as LRS, 3D Point Cloud, Composite Surface, Solid.

Attribute feature class.

After the Conversion

Notice, that the conversion of an Oracle schema to an enterprise industry model does not perform the following.

  • Create new spatial indices. The conversion re-creates the existing spatial indexes.
  • Validate geometry.
  • View conversion: Views pointing to renamed geometry columns can become invalid.
  • Handle job functionality.
  • Distinguish between label feature class, centroid feature class, and point feature class. These feature classes have point geometry, and will be converted into point feature classes.
  • Set feature rules, other than the default feature rules, such as to calculate the length, and the area.
  • Set different topics. All converted feature classes are assigned to one topic.

Was this information helpful?