index.firstSpatialArgument() == index.lastSpatialArgument();
TInstance columnType = indexColumn.getColumn().getType();
if (!(!nonPointSpatialIndex && TypeValidator.isSupportedForIndex(columnType) ||
nonPointSpatialIndex && TypeValidator.isSupportedForNonPiontSpatialIndex(columnType))) {
failures.reportFailure(new AISValidationFailure (
new UnsupportedIndexDataTypeException (
new TableName (index.getIndexName().getSchemaName(),
index.getIndexName().getTableName()),
index.getIndexName().getName(),
indexColumn.getColumn().getName(),
indexColumn.getColumn().getTypeName())));