getGeodatabaseOrientedImageryTable method

GeodatabaseFeatureTable? getGeodatabaseOrientedImageryTable({
  1. required String tableName,
})

Gets a feature table containing oriented imagery features from the geodatabase, as specified by the given tableName.

Parameters:

  • tableName — The name of the geodatabase feature table containing oriented imagery features.

Return Value: If the specified table does not contain oriented imagery feature data, then no table is returned.